|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppInstance
An app instance describes an application installed on a physical host. It includes information about the type of application installed (remote agent, local distribtor, or master server), and how to connect to that application.
Method Summary | |
---|---|
ConnectionType |
getConnectionType()
Returns the connection type that should be used to connect to this this app instance. |
HostID |
getHostID()
Returns the ID of the host that contains this app instance, or null if this app instance is not yet contained on any host. |
AppInstanceID |
getID()
Returns the ID of this object |
java.lang.String |
getIPAddress()
Returns the IP address of the physical machine on which the application corresponding to this app instance resides. |
java.lang.String |
getParameters()
Returns the optional additional parameters used by this app instance. |
AppInstanceID |
getParentID()
Returns the ID of the parent of this app instance, or null if this app instance is the master server. |
int |
getPort()
Returns the port at which the application corresponding to this app instance is listening. |
RoxAddress |
getRoxAddress()
Returns the rox address at which the application associated with this object is listening. |
AppType |
getType()
Returns the type of this app instance. |
int |
getUpdateCount()
Returns the number of times this object has been updated in the repository. |
Method Detail |
---|
AppInstanceID getID()
AppType getType()
ConnectionType getConnectionType()
ConnectionType.RAW
.
HostID getHostID()
RoxAddress getRoxAddress()
java.lang.String getIPAddress()
int getPort()
java.lang.String getParameters()
AppInstanceID getParentID()
int getUpdateCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |