|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TargetRef
A TargetRef provides a means of connecting targetable components to their associated hosts.
Method Summary | |
---|---|
ConnectionType |
getConnection()
Returns the connection type. |
Component |
getDeclaringComponent()
Returns the targetable component that uses this TargetRef to connect it to a host. |
java.lang.String |
getHostName()
Returns the name of the associated host. |
java.lang.String |
getIPAddr()
Returns the IP address or null if the target is a virtual host. |
java.lang.String |
getPort()
Returns the port or null if target is a virtual host. |
java.lang.String |
getTypeName()
Returns the type of the associated host. |
boolean |
isVirtual()
Determines if the associated host is a virtual host. |
Method Detail |
---|
java.lang.String getHostName()
java.lang.String getTypeName()
ConnectionType getConnection()
java.lang.String getIPAddr()
java.lang.String getPort()
boolean isVirtual()
Component getDeclaringComponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |