Uses of Class
org.omg.Messaging.PolicyValue

Packages that use PolicyValue
org.apache.yoko.orb.OB   
org.omg.MessageRouting   
org.omg.Messaging   
 

Uses of PolicyValue in org.apache.yoko.orb.OB
 

Methods in org.apache.yoko.orb.OB that return PolicyValue
static PolicyValue MessageRoutingUtil.createMessagingPolicyValue(Policy policy)
           
 

Methods in org.apache.yoko.orb.OB with parameters of type PolicyValue
static Policy MessageRoutingUtil.getPolicyFromPolicyValue(PolicyValue policyValue)
           
static Policy[] MessageRoutingUtil.getPolicyListFromPolicyValues(PolicyValue[] policies)
           
 

Uses of PolicyValue in org.omg.MessageRouting
 

Fields in org.omg.MessageRouting declared as PolicyValue
 PolicyValue[] RequestInfo.selected_qos
           
 

Constructors in org.omg.MessageRouting with parameters of type PolicyValue
RequestInfo(Router[] visited, Router[] to_visit, Object target, short profile_index, ReplyDestination reply_destination, PolicyValue[] selected_qos, RequestMessage payload)
           
 

Uses of PolicyValue in org.omg.Messaging
 

Fields in org.omg.Messaging declared as PolicyValue
 PolicyValue PolicyValueHolder.value
           
 PolicyValue[] PolicyValueSeqHolder.value
           
 

Methods in org.omg.Messaging that return PolicyValue
static PolicyValue[] PolicyValueSeqHelper.extract(Any any)
           
static PolicyValue PolicyValueHelper.extract(Any any)
           
static PolicyValue[] PolicyValueSeqHelper.read(InputStream in)
           
static PolicyValue PolicyValueHelper.read(InputStream in)
           
 

Methods in org.omg.Messaging with parameters of type PolicyValue
static void PolicyValueHelper.insert(Any any, PolicyValue val)
           
static void PolicyValueSeqHelper.insert(Any any, PolicyValue[] val)
           
static void PolicyValueHelper.write(OutputStream out, PolicyValue val)
           
static void PolicyValueSeqHelper.write(OutputStream out, PolicyValue[] val)
           
 

Constructors in org.omg.Messaging with parameters of type PolicyValue
PolicyValueHolder(PolicyValue initial)
           
PolicyValueSeqHolder(PolicyValue[] initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.