|
||||||||||
| 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)
|
java.lang.Object |
getPersistentProperty(java.lang.String name)
gets a persistent property (checkpointed to deployment descriptor) keyed by name |
java.lang.Object |
getProperty(java.lang.String name)
gets a property keyed by name |
protected java.util.Set |
keySet()
|
void |
setPersistentProperty(java.lang.String name,
java.lang.Object obj)
sets a persistent property (checkpointed to deployment descriptor) keyed by name |
void |
setProperty(java.lang.String name,
java.lang.Object obj)
sets a property keyed by name |
java.lang.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 java.lang.Object getProperty(java.lang.String name)
ServiceProperties
getProperty in interface ServicePropertiesname - property key
public void setProperty(java.lang.String name,
java.lang.Object obj)
ServiceProperties
setProperty in interface ServicePropertiesname - property keyobj - property value, if null the property will be removed
(if it exists)protected java.util.Set keySet()
public java.lang.Object getPersistentProperty(java.lang.String name)
ServiceProperties
getPersistentProperty in interface ServicePropertiesname - property key
public void setPersistentProperty(java.lang.String name,
java.lang.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 java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||