org.omg.MessageRouting
Class RequestInfo

java.lang.Object
  extended by org.omg.MessageRouting.RequestInfo
All Implemented Interfaces:
Serializable, IDLEntity

public final class RequestInfo
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 RequestMessage payload
           
 short profile_index
           
 ReplyDestination reply_destination
           
 PolicyValue[] selected_qos
           
 Object target
           
 Router[] to_visit
           
 Router[] visited
           
 
Constructor Summary
RequestInfo()
           
RequestInfo(Router[] visited, Router[] to_visit, Object target, short profile_index, ReplyDestination reply_destination, PolicyValue[] selected_qos, RequestMessage payload)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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.