org.omg.PortableServer
クラス Servant

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
直系の既知のサブクラス:
CodeBasePOA, ConsumerAdminPOA, ControlPOA, CoordinatorPOA, DynamicImplementation, EventChannelPOA, ProxyPullConsumerPOA, ProxyPullSupplierPOA, ProxyPushConsumerPOA, ProxyPushSupplierPOA, PullConsumerPOA, PullSupplierPOA, PushConsumerPOA, PushSupplierPOA, RecoveryCoordinatorPOA, ResourcePOA, RunTimePOA, ServantManagerPOA, SubtransactionAwareResourcePOA, SupplierAdminPOA, SynchronizationPOA, TerminatorPOA, TransactionalObjectPOA, TransactionFactoryPOA, TransactionPolicyPOA, TSIdentificationPOA

public abstract class Servant
extends java.lang.Object


コンストラクタの概要
Servant()
           
 
メソッドの概要
abstract  java.lang.String[] _all_interfaces(POA poa, byte[] objectId)
           
 POA _default_POA()
           
 Delegate _get_delegate()
           
 Object _get_interface_def()
           
 InterfaceDef _get_interface()
          推奨されていません。 Deprecated by CORBA 2.4
 boolean _is_a(java.lang.String repository_id)
           
 boolean _non_existent()
           
 byte[] _object_id()
           
 ORB _orb()
           
 POA _poa()
           
 void _set_delegate(Delegate delegate)
           
 Object _this_object()
           
 Object _this_object(ORB orb)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Servant

public Servant()
メソッドの詳細

_this_object

public final Object _this_object()

_this_object

public final Object _this_object(ORB orb)

_orb

public final ORB _orb()

_poa

public final POA _poa()

_object_id

public final byte[] _object_id()

_default_POA

public POA _default_POA()

_is_a

public boolean _is_a(java.lang.String repository_id)

_non_existent

public boolean _non_existent()

_get_interface

public InterfaceDef _get_interface()
推奨されていません。 Deprecated by CORBA 2.4


_get_interface_def

public Object _get_interface_def()

_all_interfaces

public abstract java.lang.String[] _all_interfaces(POA poa,
                                                   byte[] objectId)

_get_delegate

public final Delegate _get_delegate()

_set_delegate

public final void _set_delegate(Delegate delegate)