|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocationTransparencyPolicyOperations
The location transparency policy. This policy is used to control how strict the ORB is in enforcing location transparency. This is useful for performance reasons.
Method Summary | |
---|---|
short |
value()
LOCATION_TRANSPARENCY_STRICT ensures strict
location transparency is followed. |
Methods inherited from interface org.omg.CORBA.PolicyOperations |
---|
copy, destroy, policy_type |
Method Detail |
---|
short value()
LOCATION_TRANSPARENCY_STRICT
ensures strict
location transparency is followed.
LOCATION_TRANSPARENCY_RELAXED
relaxes the location
transparency guarantees for performance reasons. Specifically
for collocated method invocations, the dispatch concurrency
model will be ignored, and policy overrides are not
removed. The default value is
LOCATION_TRANSPARENCY_STRICT
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |