org.omg.MessageRouting
Class RequestInfo
java.lang.Object
org.omg.MessageRouting.RequestInfo
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class RequestInfo
- extends Object
- implements IDLEntity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
visited
public Router[] visited
to_visit
public Router[] to_visit
target
public Object target
profile_index
public short profile_index
reply_destination
public ReplyDestination reply_destination
selected_qos
public PolicyValue[] selected_qos
payload
public RequestMessage payload
RequestInfo
public RequestInfo()
RequestInfo
public RequestInfo(Router[] visited,
Router[] to_visit,
Object target,
short profile_index,
ReplyDestination reply_destination,
PolicyValue[] selected_qos,
RequestMessage payload)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.