org.omg.CORBA
Class DynamicImplementation

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.CORBA.DynamicImplementation
Direct Known Subclasses:
_ControlImplBase, _CoordinatorImplBase, _RecoveryCoordinatorImplBase, _ResourceImplBase, _SubtransactionAwareResourceImplBase, _SynchronizationImplBase, _TerminatorImplBase, _TransactionalObjectImplBase, _TransactionFactoryImplBase

public abstract synchronized class DynamicImplementation
extends org.omg.CORBA.portable.ObjectImpl


Constructor Summary
DynamicImplementation()
           
 
Method Summary
abstract  void invoke(ServerRequest)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicImplementation

public DynamicImplementation()
Method Detail

invoke

public abstract void invoke(ServerRequest)