com.ibm.websphere.endpoint

Interface EndPointInfoMBean


  1. 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

Modifier and Type Method and Description
  1. java.lang.String
getHost()
Query the host assigned to this endpoint.
  1. java.lang.String
getName()
Query the name of this endpoint.
  1. int
getPort()
Query the port assigned to this endpoint.

Method Detail

getName

  1. java.lang.String getName()
Query the name of this endpoint.
Returns:
String

getHost

  1. java.lang.String getHost()
Query the host assigned to this endpoint.
Returns:
String

getPort

  1. int getPort()
Query the port assigned to this endpoint.
Returns:
int