|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.ogsa.server.test.GSITest.CounterNotification
| Field Summary |
| Constructor Summary | |
GSITest.CounterNotification()
|
|
| Method Summary | |
void |
deliverNotification(ExtensibilityType message)
|
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 |
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 |
void |
setPersistentProperty(java.lang.String name,
java.lang.Object property)
sets a persistent property (checkpointed to deployment descriptor) keyed by name |
void |
setProperty(java.lang.String name,
java.lang.Object property)
sets a property keyed by name |
boolean |
waitFor(int timeout)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GSITest.CounterNotification()
| Method Detail |
public void deliverNotification(ExtensibilityType message)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.lang.Object getProperty(java.lang.String name)
ServiceProperties
getProperty in interface ServicePropertiesname - property key
public java.lang.Object getPersistentProperty(java.lang.String name)
ServiceProperties
getPersistentProperty in interface ServicePropertiesname - property key
public void setProperty(java.lang.String name,
java.lang.Object property)
ServiceProperties
setProperty in interface ServicePropertiesname - property keyproperty - property value, if null the property will be removed
(if it exists)
public void setPersistentProperty(java.lang.String name,
java.lang.Object property)
ServiceProperties
setPersistentProperty in interface ServicePropertiesname - property keyproperty - property value, if null the property will be removed
(if it exists)public void flush()
ServiceProperties
flush in interface ServiceProperties
public boolean waitFor(int timeout)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||