org.omg.CosConcurrencyControl

Class LockSetPOATie

Implemented Interfaces:
InvokeHandler, LockSetOperations

public class LockSetPOATie
extends LockSetPOA

Generated from IDL interface "LockSet"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Constructor Summary

LockSetPOATie(LockSetOperations delegate)
LockSetPOATie(LockSetOperations delegate, POA poa)

Method Summary

POA
_default_POA()
LockSetOperations
_delegate()
void
_delegate(LockSetOperations delegate)
LockSet
_this()
LockSet
_this(ORB orb)
void
change_mode(lock_mode held_mode, lock_mode new_mode)
LockCoordinator
get_coordinator(Coordinator which)
void
lock(lock_mode mode)
boolean
try_lock(lock_mode mode)
void
unlock(lock_mode mode)

Methods inherited from class org.omg.CosConcurrencyControl.LockSetPOA

_all_interfaces, _invoke, _this, _this

Methods inherited from class org.omg.PortableServer.Servant

_all_interfaces, _default_POA, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object

Constructor Details

LockSetPOATie

public LockSetPOATie(LockSetOperations delegate)


LockSetPOATie

public LockSetPOATie(LockSetOperations delegate,
                     POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public LockSetOperations _delegate()


_delegate

public void _delegate(LockSetOperations delegate)


_this

public LockSet _this()
Overrides:
_this in interface LockSetPOA


_this

public LockSet _this(ORB orb)
Overrides:
_this in interface LockSetPOA


change_mode

public void change_mode(lock_mode held_mode,
                        lock_mode new_mode)
            throws LockNotHeld
Specified by:
change_mode in interface LockSetOperations


get_coordinator

public LockCoordinator get_coordinator(Coordinator which)
Specified by:
get_coordinator in interface LockSetOperations


lock

public void lock(lock_mode mode)
Specified by:
lock in interface LockSetOperations


try_lock

public boolean try_lock(lock_mode mode)
Specified by:
try_lock in interface LockSetOperations


unlock

public void unlock(lock_mode mode)
            throws LockNotHeld
Specified by:
unlock in interface LockSetOperations