oracle.panama.messaging.transport
Class EndPoint

java.lang.Object
  |
  +--oracle.panama.messaging.transport.EndPoint

public class EndPoint
extends java.lang.Object

The end point class contains both an address and its delivery type, which can uniquely identify an end point.


Constructor Summary
EndPoint(java.lang.String address, java.lang.String type)
          Constructor.
 
Method Summary
TypeMethod
 java.lang.String getAddress()
          Get the address of the end point.
 java.lang.String getDeliveryType()
          Get the delivery type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndPoint

public EndPoint(java.lang.String address,
                java.lang.String type)
Constructor.
Parameters:
address - the address.
type - the delivery type.
Method Detail

getAddress

public java.lang.String getAddress()
Get the address of the end point.
Returns:
the address.

getDeliveryType

public java.lang.String getDeliveryType()
Get the delivery type.
Returns:
the delivery type.