public class Application extends CGateObject implements java.lang.Comparable<Application>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Application o) |
int |
getApplicationID() |
CGateObject |
getCGateObject(java.lang.String address) |
java.lang.String |
getDescription() |
Group |
getGroup(int group_id)
Retrieve the Group Object for the specified group id.
|
java.util.ArrayList<Group> |
getGroups(boolean cached_objects) |
java.lang.String |
getHexID() |
protected java.lang.String |
getKey() |
java.lang.String |
getName() |
Network |
getNetwork() |
cacheObject, clearCache, clearCache, getAddress, getAllCachedObjects, getCachedObject, getCGateSession, setupSubtreeCache, uncacheObjectprotected java.lang.String getKey()
getKey in class CGateObjectpublic CGateObject getCGateObject(java.lang.String address) throws CGateException
getCGateObject in class CGateObjectCGateExceptionpublic int compareTo(Application o)
compareTo in interface java.lang.Comparable<Application>public Network getNetwork()
public int getApplicationID()
public java.lang.String getHexID()
public java.lang.String getName()
throws CGateException
CGateExceptionpublic java.lang.String getDescription()
throws CGateException
CGateExceptionpublic java.util.ArrayList<Group> getGroups(boolean cached_objects) throws CGateException
CGateExceptionpublic Group getGroup(int group_id) throws CGateException
group_id - The group to retrieveCGateException