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.
EndPoint(java.lang.String address,
java.lang.String type)
Constructor. |
Type | Method |
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 |
EndPoint
public EndPoint(java.lang.String address,
java.lang.String type)
- Constructor.
- Parameters:
address
- the address.type
- the delivery type.
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.