|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.ogsa.utils.ServicePropertiesHelper
Constructor Summary | |
ServicePropertiesHelper()
|
Method Summary | |
static ExtensibilityType |
getAsAny(ServiceProperties properties)
|
static boolean |
isPersistentLifecycle(ServiceProperties properties)
Checks if a service has a persistent lifecycle model. |
static boolean |
isPersistentType(ServiceProperties properties)
Checks if a service is of persistent type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServicePropertiesHelper()
Method Detail |
public static ExtensibilityType getAsAny(ServiceProperties properties) throws GridServiceException
GridServiceException
public static boolean isPersistentLifecycle(ServiceProperties properties)
ServiceProperties.LIFECYCLE
property is set to
ServiceProperties.PERSISTENT
. Otherwise, false
is returned.
public static boolean isPersistentType(ServiceProperties properties)
ServiceProperties.PERSISTENT
property is not set or
it is set to "true". Otherwise, false is returned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |