KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableServer > _ServantActivatorStub

org.omg.PortableServer
Class _ServantActivatorStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.PortableServer._ServantActivatorStub
All Implemented Interfaces:
Serializable, Object, IDLEntity, ServantActivator, ServantActivatorOperations, ServantManager, ServantManagerOperations
See Also:
Source Code

public void etherealize(byte[] oid,
                        POA adapter,
                        Servant serv,
                        boolean cleanup_in_progress,
                        boolean remaining_activations)
See Also:
ServantActivatorOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Servant incarnate(byte[] oid,
                         POA adapter)
                  throws ForwardRequest
See Also:
ServantActivatorOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String[] _ids()
See Also:
ObjectImpl
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Class _opsClass
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public _ServantActivatorStub()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags