|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProtocolPolicyOperations
The protocol policy. This policy specifies the order in which profiles should be tried.
Method Summary | |
---|---|
boolean |
contains(String id)
Determines if this policy includes the given plugin id. |
String[] |
value()
If a ProtocolPolicy is set, then the value specifies
the list of plugins that may be used. |
Methods inherited from interface org.omg.CORBA.PolicyOperations |
---|
copy, destroy, policy_type |
Method Detail |
---|
String[] value()
ProtocolPolicy
is set, then the value specifies
the list of plugins that may be used. The profiles of an IOR will
be used in the order specified by this policy. If no profile in an
IOR matches any of the plugins specified by this policy, a
CORBA::TRANSIENT
exception will be raised. By
default, the ORB chooses the protocol to be used.
boolean contains(String id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |