public final class CGateInterface extends CGateObject
| Modifier and Type | Method and Description |
|---|---|
static CGateSession |
connect(java.net.InetAddress cgate_server,
int command_port,
int event_port,
int status_change_port)
Connect to a C-Gate server using the supplied cgate_server and cgate_port.
|
CGateObject |
getCGateObject(java.lang.String address) |
protected java.lang.String |
getKey() |
static void |
noop(CGateSession cgate_session)
Issue a
noop to the C-Gate server. |
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 static CGateSession connect(java.net.InetAddress cgate_server, int command_port, int event_port, int status_change_port)
cgate_server - The InetAddress of the C-Gate servercommand_port - The command port for the C-Gate serverevent_port - The event port for the C-Gate serverstatus_change_port - The status change port for the C-Gate serverpublic static void noop(CGateSession cgate_session) throws CGateException
noop to the C-Gate server.cgate_session - CGateException