|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.rcomrib.RcomRibMessage
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 |
public RcomRibMessage(RibFamilyType ribFamilyType, com.retek.rib.binding.payload.Payload payload, java.lang.String referenceId)
public RcomRibMessage(RibFamilyType ribFamilyType, com.retek.rib.binding.payload.Payload payload, java.lang.String referenceId, java.util.ArrayList routingInfo)
Method Detail |
public com.retek.rib.binding.payload.Payload getPayload()
public java.lang.String getReferenceId()
public RibFamilyType getRibFamilyType()
public java.util.List getRoutingInfo()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |