|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.ogsa.impl.core.service.ServicePropertiesImpl
Implemntation of ServiceProperties Interface used
to share properties between delegation layers.
ServiceProperties| Field Summary |
| Constructor Summary | |
ServicePropertiesImpl()
|
|
| Method Summary | |
void |
flush()
gives a hint that this property should be checkpointed to the deployment descriptor, it is however not guaranteed that the properties have been persisted when the method returns |
void |
flush(boolean blocking)
|
Object |
getPersistentProperty(String name)
gets a persistent property (checkpointed to deployment descriptor) keyed by name |
Object |
getProperty(String name)
gets a property keyed by name |
protected Set |
keySet()
|
void |
setPersistentProperty(String name,
Object obj)
sets a persistent property (checkpointed to deployment descriptor) keyed by name |
void |
setProperty(String name,
Object obj)
sets a property keyed by name |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ServicePropertiesImpl()
| Method Detail |
public Object getProperty(String name)
ServiceProperties
getProperty in interface ServicePropertiesname - property key
public void setProperty(String name,
Object obj)
ServiceProperties
setProperty in interface ServicePropertiesname - property keyobj - property value, if null the property will be removed
(if it exists)protected Set keySet()
public Object getPersistentProperty(String name)
ServiceProperties
getPersistentProperty in interface ServicePropertiesname - property key
public void setPersistentProperty(String name,
Object obj)
ServiceProperties
setPersistentProperty in interface ServicePropertiesname - property keyobj - property value, if null the property will be removed
(if it exists)
public void flush()
throws ServicePropertiesException
ServiceProperties
flush in interface ServicePropertiesServicePropertiesException - if the properties could not be
persisted
public void flush(boolean blocking)
throws ServicePropertiesException
ServicePropertiesExceptionpublic String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||