|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Service
An Service
object allows you to retrieve information about the service.
Method Summary | |
---|---|
boolean |
getAnonymousOveride()
Determines whether an administrator has chosen to override the anonymous settings for the service. |
java.lang.String |
getCategoryId()
Retrieves the category identifier for the service. |
java.util.Date |
getCreateTime()
Retrieves the time this service was created. |
int |
getHeadMajorVersion()
Retrieves the current head major version for the service. |
int |
getHeadMinorVersion()
Retrieves the current head minor version for the service. |
java.lang.String |
getId()
Retrieves the service's unique identifier. |
boolean |
getSecurityEnabled()
Determines whether security is enabled for the service. |
int |
getState()
Retrieves the current state of the service (UNKNOWN, STOPPED, or RUNNING). |
java.util.Date |
getUpdateTime()
Retrieves the time this service was last updated. |
java.lang.String |
getUuid()
Retrieves the underlying UUID associated with the service and used as the primary key in the database. |
Method Detail |
---|
java.lang.String getId()
int getState()
java.lang.String getUuid()
boolean getAnonymousOveride()
true
if an administrator has chosen to override the anonymous settings for the service,
false
otherwise.boolean getSecurityEnabled()
true
if security is enabled for the service,
false
otherwise.int getHeadMajorVersion()
int getHeadMinorVersion()
java.lang.String getCategoryId()
java.util.Date getUpdateTime()
java.util.Date getCreateTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |