com.ibm.websphere.endpoint
Interface EndPointInfoMBean
- public interface EndPointInfoMBean
MBeans of this type can be queried using the following filter
WebSphere:feature=channelfw,type=endpoint,*
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getHost()
Query the host assigned to this endpoint.
|
|
getName()
Query the name of this endpoint.
|
|
getPort()
Query the port assigned to this endpoint.
|
Method Detail
getName
- java.lang.String getName()
Query the name of this endpoint.
Returns:
String
getHost
- java.lang.String getHost()
Query the host assigned to this endpoint.
Returns:
String
getPort
- int getPort()
Query the port assigned to this endpoint.
Returns:
int