org.omg.CosConcurrencyControl
Class LockSetFactoryPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosConcurrencyControl.LockSetFactoryPOA
          extended byorg.omg.CosConcurrencyControl.LockSetFactoryPOATie
All Implemented Interfaces:
InvokeHandler, LockSetFactoryOperations

public class LockSetFactoryPOATie
extends LockSetFactoryPOA

Generated from IDL interface "LockSetFactory"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
LockSetFactoryPOATie(LockSetFactoryOperations delegate)
           
LockSetFactoryPOATie(LockSetFactoryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 LockSetFactoryOperations _delegate()
           
 void _delegate(LockSetFactoryOperations delegate)
           
 LockSetFactory _this()
           
 LockSetFactory _this(ORB orb)
           
 LockSet create_related(LockSet which)
           
 TransactionalLockSet create_transactional_related(TransactionalLockSet which)
           
 TransactionalLockSet create_transactional()
           
 LockSet create()
           
 
Methods inherited from class org.omg.CosConcurrencyControl.LockSetFactoryPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockSetFactoryPOATie

public LockSetFactoryPOATie(LockSetFactoryOperations delegate)

LockSetFactoryPOATie

public LockSetFactoryPOATie(LockSetFactoryOperations delegate,
                            POA poa)
Method Detail

_this

public LockSetFactory _this()
Overrides:
_this in class LockSetFactoryPOA

_this

public LockSetFactory _this(ORB orb)
Overrides:
_this in class LockSetFactoryPOA

_delegate

public LockSetFactoryOperations _delegate()

_delegate

public void _delegate(LockSetFactoryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

create_transactional

public TransactionalLockSet create_transactional()

create_transactional_related

public TransactionalLockSet create_transactional_related(TransactionalLockSet which)

create_related

public LockSet create_related(LockSet which)

create

public LockSet create()