|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionReusePolicyOperations
The connection reuse policy. This policy determines whether connections may be reused or are private to specific objects.
Method Summary | |
---|---|
boolean |
value()
If an object has a ConnectionReusePolicy set with
value set to FALSE , then other
object references will not be permitted to use connections
made on behalf of this object. |
Methods inherited from interface org.omg.CORBA.PolicyOperations |
---|
copy, destroy, policy_type |
Method Detail |
---|
boolean value()
ConnectionReusePolicy
set with
value
set to FALSE
, then other
object references will not be permitted to use connections
made on behalf of this object. If set to TRUE
,
then connections are shared. The default value is
TRUE
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |