Novell exteNd Messaging Platform 5.2

com.sssw.jbroker.api.transport
Interface TransportPolicy

All Superinterfaces:
IDLEntity, Object, Policy, PolicyOperations, Serializable

public interface TransportPolicy
extends Policy

Policy used to specify the list of addresses on which to accept invocations. This policy can be specified when a POA is created. If this policy is not specified, the ORB creates a default address.

To create a transport Policy:

  Any tpAny = orb.create_any();
  tpAny.insert_Value(new TransportPolicyValue(...));
  TransportPolicy tPolicy = (TransportPolicy) orb.create_policy(
      TransportPolicy.POLICY_TYPE, tpAny);
 


Field Summary
static int POLICY_TYPE
          Policy Type.
 
Method Summary
 TransportPolicyValue value()
          Get the Policy value.
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

POLICY_TYPE

public static final int POLICY_TYPE
Policy Type.

See Also:
PolicyOperations.policy_type(), Constant Field Values
Method Detail

value

public TransportPolicyValue value()
Get the Policy value.


Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.