com.retek.component.rcomrib
Class RcomRibMessage

java.lang.Object
  extended bycom.retek.component.rcomrib.RcomRibMessage

public final class RcomRibMessage
extends java.lang.Object

Class which defines data and behavior for a simple RIB message Java bean.


Constructor Summary
RcomRibMessage(RibFamilyType ribFamilyType, com.retek.rib.binding.payload.Payload payload, java.lang.String referenceId)
           
RcomRibMessage(RibFamilyType ribFamilyType, com.retek.rib.binding.payload.Payload payload, java.lang.String referenceId, java.util.ArrayList routingInfo)
           
 
Method Summary
 com.retek.rib.binding.payload.Payload getPayload()
          Return the payload object for the rib message.
 java.lang.String getReferenceId()
          Return the reference identifier for the rib message.
 RibFamilyType getRibFamilyType()
          Return the rib family/type identifier for the rib message.
 java.util.List getRoutingInfo()
          Return the routing info for the rib message (may be null).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RcomRibMessage

public RcomRibMessage(RibFamilyType ribFamilyType,
                      com.retek.rib.binding.payload.Payload payload,
                      java.lang.String referenceId)

RcomRibMessage

public RcomRibMessage(RibFamilyType ribFamilyType,
                      com.retek.rib.binding.payload.Payload payload,
                      java.lang.String referenceId,
                      java.util.ArrayList routingInfo)
Method Detail

getPayload

public com.retek.rib.binding.payload.Payload getPayload()
Return the payload object for the rib message.

Returns:
Payload payload object

getReferenceId

public java.lang.String getReferenceId()
Return the reference identifier for the rib message.

Returns:
String reference id

getRibFamilyType

public RibFamilyType getRibFamilyType()
Return the rib family/type identifier for the rib message.

Returns:
RibFamilyType message type

getRoutingInfo

public java.util.List getRoutingInfo()
Return the routing info for the rib message (may be null).

Returns:
List routing info, null if no routing info.


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25