|
||||||||||
| 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.management.test.TestOgsiManagement
test OgsiManagement
| Field Summary |
| Fields inherited from class org.globus.ogsa.server.test.GridTestCase |
TEST_SERVER |
| Constructor Summary | |
TestOgsiManagement(java.lang.String name)
|
|
| Method Summary | |
void |
deliverNotification(ExtensibilityType message)
implementation for the NotificationSinkCallback |
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.String[] |
getHandles(GridService service)
get the handles in the ServiceData.ENTRY by running a query and parsing the result |
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 |
boolean |
isContained(java.lang.String element,
java.lang.String[] elementSet)
|
java.lang.String |
list(java.lang.String[] handles)
make a printable list out of a String[] |
void |
setPersistentProperty(java.lang.String key,
java.lang.Object val)
sets a persistent property (checkpointed to deployment descriptor) keyed by name |
void |
setProperty(java.lang.String key,
java.lang.Object val)
sets a property keyed by name |
protected void |
setUp()
|
void |
testAddEndService()
Add a service. |
void |
testAddEndServiceForce()
Use OgsiManagement to endServiceForce a service and check results. |
void |
testEndService()
|
void |
testEndServiceForce()
endService and unbind it |
void |
testEndServiceOnPersistentService()
Try to endService on an INACTIVE Persistent service. |
void |
testGetPortTypes()
check for valid WSDL |
void |
testGetServiceData()
|
void |
testServiceDataChangeNotification()
test that we are notified of ServiceData changes - get a NotificationSinkManager and add ourself as a listener for numberServices ServiceData changes - create a Service. |
void |
testServiceGroup()
|
| 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 TestOgsiManagement(java.lang.String name)
| Method Detail |
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 setPersistentProperty(java.lang.String key,
java.lang.Object val)
ServiceProperties
setPersistentProperty in interface ServicePropertieskey - property keyval - property value, if null the property will be removed
(if it exists)
public void setProperty(java.lang.String key,
java.lang.Object val)
ServiceProperties
setProperty in interface ServicePropertieskey - property keyval - property value, if null the property will be removed
(if it exists)public void flush()
ServiceProperties
flush in interface ServiceProperties
protected void setUp()
throws java.lang.Exception
setUp in class GridTestCasejava.lang.Exception
public void testEndService()
throws java.lang.Exception
java.lang.Exception
public void testEndServiceForce()
throws java.lang.Exception
java.lang.Exception
public void testGetServiceData()
throws java.lang.Exception
java.lang.Exception
public void testAddEndService()
throws java.lang.Exception
java.lang.Exception
public void testAddEndServiceForce()
throws java.lang.Exception
java.lang.Exception
public void testServiceGroup()
throws java.lang.Exception
java.lang.Exception
public void testEndServiceOnPersistentService()
throws java.lang.Exception
java.lang.Exception
public void testServiceDataChangeNotification()
throws java.lang.Exception
java.lang.Exception
public void deliverNotification(ExtensibilityType message)
throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String[] getHandles(GridService service)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String list(java.lang.String[] handles)
public boolean isContained(java.lang.String element,
java.lang.String[] elementSet)
public void testGetPortTypes()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||