Novell exteNd Messaging Platform 5.2

com.sssw.jbroker.api.activation
Class _ActivationSystem_Stub

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.CORBA_2_3.portable.ObjectImpl
          extended byjavax.rmi.CORBA.Stub
              extended bycom.sssw.jbroker.api.activation._ActivationSystem_Stub
All Implemented Interfaces:
ActivationSystem, Object, Remote, Serializable

public class _ActivationSystem_Stub
extends Stub
implements ActivationSystem

See Also:
Serialized Form

Constructor Summary
_ActivationSystem_Stub()
           
 
Method Summary
 String[] _ids()
          Retrieves a string array containing the repository identifiers supported by this ObjectImpl object.
 String[] getActiveServers()
          Get a list of all the Servers that are running.
 String[] getRegisteredServers()
          Get a list of all the registerd Servers.
 ServerDesc getServerDesc(String _arg0)
          Get the Server Descriptor for the given Server Alias.
 void registerServer(ServerDesc _arg0)
          Register a Server with the given Server Descriptor.
 ServerDesc setServerDesc(ServerDesc _arg0)
          Change the Server Descriptor.
 void shutdown(boolean _arg0)
          Shutdown the activation system.
 void shutdownServer(String _arg0)
          Shutdown an active Server.
 void startServer(String _arg0)
          Start a previously registered server.
 void unregisterServer(String _arg0)
          Unregister the server with the given Alias.
 
Methods inherited from class javax.rmi.CORBA.Stub
connect
 
Methods inherited from class org.omg.CORBA_2_3.portable.ObjectImpl
_get_codebase
 
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, _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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

_ActivationSystem_Stub

public _ActivationSystem_Stub()
Method Detail

_ids

public String[] _ids()
Description copied from class: ObjectImpl
Retrieves a string array containing the repository identifiers supported by this ObjectImpl object. For example, for a stub, this method returns information about all the interfaces supported by the stub.

Specified by:
_ids in class ObjectImpl
Returns:
the array of all repository identifiers supported by this ObjectImpl instance

shutdownServer

public void shutdownServer(String _arg0)
                    throws ActivationException,
                           RemoteException
Description copied from interface: ActivationSystem
Shutdown an active Server.

Specified by:
shutdownServer in interface ActivationSystem
Throws:
ActivationException
RemoteException

getServerDesc

public ServerDesc getServerDesc(String _arg0)
                         throws ActivationException,
                                RemoteException
Description copied from interface: ActivationSystem
Get the Server Descriptor for the given Server Alias.

Specified by:
getServerDesc in interface ActivationSystem
Throws:
ActivationException
RemoteException

getRegisteredServers

public String[] getRegisteredServers()
                              throws RemoteException
Description copied from interface: ActivationSystem
Get a list of all the registerd Servers.

Specified by:
getRegisteredServers in interface ActivationSystem
Throws:
RemoteException

unregisterServer

public void unregisterServer(String _arg0)
                      throws ActivationException,
                             RemoteException
Description copied from interface: ActivationSystem
Unregister the server with the given Alias.

Specified by:
unregisterServer in interface ActivationSystem
Throws:
ActivationException
RemoteException

shutdown

public void shutdown(boolean _arg0)
              throws RemoteException
Description copied from interface: ActivationSystem
Shutdown the activation system. Destroys all servers spawned by the activation daemon and exits the activation daemon. The wait for completion flag is passed to the object adapters so that they can wait for all the currently executing requests.

Specified by:
shutdown in interface ActivationSystem
Throws:
RemoteException

startServer

public void startServer(String _arg0)
                 throws ActivationException,
                        RemoteException
Description copied from interface: ActivationSystem
Start a previously registered server.

Specified by:
startServer in interface ActivationSystem
Throws:
ActivationException
RemoteException

getActiveServers

public String[] getActiveServers()
                          throws RemoteException
Description copied from interface: ActivationSystem
Get a list of all the Servers that are running.

Specified by:
getActiveServers in interface ActivationSystem
Throws:
RemoteException

registerServer

public void registerServer(ServerDesc _arg0)
                    throws ActivationException,
                           RemoteException
Description copied from interface: ActivationSystem
Register a Server with the given Server Descriptor.

Specified by:
registerServer in interface ActivationSystem
Throws:
ActivationException
RemoteException

setServerDesc

public ServerDesc setServerDesc(ServerDesc _arg0)
                         throws ActivationException,
                                RemoteException
Description copied from interface: ActivationSystem
Change the Server Descriptor. The change will take effect upon subsequent activation.

Specified by:
setServerDesc in interface ActivationSystem
Throws:
ActivationException
RemoteException

Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.