|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndPointInfoMBean
EndPointInfoMBean represents a defined endpoint within the channel framework. Use this interface to access the host, name, and port attributes of the channel framework endpoint.
MBeans of this type can be queried using the following filter
WebSphere:feature=channelfw,type=endpoint,*
Method Summary | |
---|---|
java.lang.String |
getHost()
Query the host assigned to this endpoint. |
java.lang.String |
getName()
Query the name of this endpoint. |
int |
getPort()
Query the port assigned to this endpoint. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getHost()
int getPort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |