|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTestCase
org.globus.ogsa.server.test.GridTestCase
org.globus.ogsa.impl.core.notification.test.TestNotification
Tests notifications
| Field Summary |
| Fields inherited from class org.globus.ogsa.server.test.GridTestCase |
TEST_SERVER |
| Constructor Summary | |
TestNotification(java.lang.String name)
|
|
| Method Summary | |
void |
deliverNotification(ExtensibilityType any)
|
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 key)
gets a persistent property (checkpointed to deployment descriptor) keyed by name |
java.lang.Object |
getProperty(java.lang.String key)
gets a property keyed by name |
void |
setPersistentProperty(java.lang.String key,
java.lang.Object obj)
sets a persistent property (checkpointed to deployment descriptor) keyed by name |
void |
setProperty(java.lang.String key,
java.lang.Object obj)
sets a property keyed by name |
protected void |
setUp()
|
static Test |
suite()
|
void |
testMinIntervalNotification()
|
void |
testMultipleSDENotification()
|
void |
testService2ServiceNotification()
|
void |
testSingleSDENotification()
|
| Methods inherited from class org.globus.ogsa.server.test.GridTestCase |
setTestServer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TestNotification(java.lang.String name)
| Method Detail |
public static Test suite()
protected void setUp()
throws java.lang.Exception
setUp in class GridTestCasejava.lang.Exception
public void testMultipleSDENotification()
throws java.lang.Exception
java.lang.Exception
public void testSingleSDENotification()
throws java.lang.Exception
java.lang.Exception
public void testService2ServiceNotification()
throws java.lang.Exception
java.lang.Exception
public void testMinIntervalNotification()
throws java.lang.Exception
java.lang.Exception
public void setProperty(java.lang.String key,
java.lang.Object obj)
ServiceProperties
setProperty in interface ServicePropertieskey - property keyobj - property value, if null the property will be removed
(if it exists)
public void setPersistentProperty(java.lang.String key,
java.lang.Object obj)
ServiceProperties
setPersistentProperty in interface ServicePropertieskey - property keyobj - property value, if null the property will be removed
(if it exists)public java.lang.Object getProperty(java.lang.String key)
ServiceProperties
getProperty in interface ServicePropertieskey - property key
public java.lang.Object getPersistentProperty(java.lang.String key)
ServiceProperties
getPersistentProperty in interface ServicePropertieskey - property key
public void flush()
ServiceProperties
flush in interface ServiceProperties
public void deliverNotification(ExtensibilityType any)
throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||