Uses of Class
org.ow2.jonas.lib.management.domain.proxy.server.ServerProxy

Packages that use ServerProxy
org.ow2.jonas.lib.management.domain   
org.ow2.jonas.lib.management.domain.cluster   
org.ow2.jonas.lib.management.domain.cluster.cmi   
org.ow2.jonas.lib.management.domain.cluster.ha   
org.ow2.jonas.lib.management.domain.cluster.jk   
org.ow2.jonas.lib.management.domain.cluster.logical   
org.ow2.jonas.lib.management.domain.cluster.tomcat   
 

Uses of ServerProxy in org.ow2.jonas.lib.management.domain
 

Methods in org.ow2.jonas.lib.management.domain that return ServerProxy
 ServerProxy DomainMonitor.findServerProxy(String name)
          Get a ServerProxy by its name.
 

Methods in org.ow2.jonas.lib.management.domain with parameters of type ServerProxy
 void DomainMonitor.notifyServerProxyRunning(ServerProxy sp)
          Notify to all the cluster factories that a server started in the domain
 

Constructors in org.ow2.jonas.lib.management.domain with parameters of type ServerProxy
DeployAction(ServerProxy proxy, String filename, int action)
          Constructor
 

Uses of ServerProxy in org.ow2.jonas.lib.management.domain.cluster
 

Fields in org.ow2.jonas.lib.management.domain.cluster declared as ServerProxy
protected  ServerProxy ClusterMember.proxy
          The ServerProxy representing the managed server.
 

Methods in org.ow2.jonas.lib.management.domain.cluster that return ServerProxy
 ServerProxy ClusterMember.getProxy()
           
 ServerProxy BaseCluster.getRunningServerProxy()
          Get a server by its name.
 ServerProxy BaseCluster.getServerProxy(String name)
          Get a server by its name.
 

Methods in org.ow2.jonas.lib.management.domain.cluster that return types with arguments of type ServerProxy
 Collection<ServerProxy> BaseCluster.getServerProxyList()
           
 

Methods in org.ow2.jonas.lib.management.domain.cluster with parameters of type ServerProxy
abstract  ClusterMember BaseCluster.createClusterMember(String svname, ServerProxy proxy)
          Create a new ClusterMember.
abstract  boolean ClusterFactory.notifyServer(ServerProxy proxy)
          A new Server has been detected by the DomainManager.
 

Constructors in org.ow2.jonas.lib.management.domain.cluster with parameters of type ServerProxy
BaseCluster.DeployThread(ServerProxy proxy, String filename, int action, boolean replace)
           
ClusterMember(String name, ServerProxy proxy)
          Constructor in case of Remote Server
 

Uses of ServerProxy in org.ow2.jonas.lib.management.domain.cluster.cmi
 

Methods in org.ow2.jonas.lib.management.domain.cluster.cmi with parameters of type ServerProxy
 boolean CmiCluster.addCmiServer(String serverName, ServerProxy proxy)
          Add a CMI Server to the list of the Cluster Make link between the member and the ServerProxy.
 ClusterMember CmiCluster.createClusterMember(String svname, ServerProxy proxy)
           
 boolean CmiClusterFactory.notifyServer(ServerProxy proxy)
          A new server has been discovered.
 

Constructors in org.ow2.jonas.lib.management.domain.cluster.cmi with parameters of type ServerProxy
CmiClusterMember(String name, ServerProxy proxy)
          Constructor
 

Uses of ServerProxy in org.ow2.jonas.lib.management.domain.cluster.ha
 

Methods in org.ow2.jonas.lib.management.domain.cluster.ha with parameters of type ServerProxy
 boolean EjbHaCluster.addHaServer(String serverName, ServerProxy proxy)
          Add a CMI Server to the list of the Cluster Make link between the member and the ServerProxy.
 ClusterMember EjbHaCluster.createClusterMember(String svname, ServerProxy proxy)
           
 boolean EjbHaClusterFactory.notifyServer(ServerProxy proxy)
          A new server has been discovered.
 

Constructors in org.ow2.jonas.lib.management.domain.cluster.ha with parameters of type ServerProxy
EjbHaClusterMember(String name, ServerProxy proxy)
          Constructor
 

Uses of ServerProxy in org.ow2.jonas.lib.management.domain.cluster.jk
 

Methods in org.ow2.jonas.lib.management.domain.cluster.jk with parameters of type ServerProxy
 boolean JkCluster.addWorker(String workerName, int workerPort, ServerProxy proxy)
          Add a Worker to the list of the JkCluster It should be known in workers.properties Make link between the member and the ServerProxy.
 ClusterMember JkCluster.createClusterMember(String svname, ServerProxy proxy)
           
 boolean JkClusterFactory.notifyServer(ServerProxy proxy)
          A new server has been discovered.
 

Constructors in org.ow2.jonas.lib.management.domain.cluster.jk with parameters of type ServerProxy
JkClusterMember(String name, ServerProxy proxy)
          Constructor
 

Uses of ServerProxy in org.ow2.jonas.lib.management.domain.cluster.logical
 

Methods in org.ow2.jonas.lib.management.domain.cluster.logical with parameters of type ServerProxy
 boolean LogicalCluster.addServer(String serverName, ServerProxy proxy)
          Add a Server to the list.
 ClusterMember LogicalCluster.createClusterMember(String svname, ServerProxy proxy)
           
 boolean LogicalClusterFactory.notifyServer(ServerProxy proxy)
          Treat event corresponding to a new ServerProxyy (new server arriving in the domain).
 

Constructors in org.ow2.jonas.lib.management.domain.cluster.logical with parameters of type ServerProxy
LogicalClusterMember(String name, ServerProxy proxy)
          Constructor
 

Uses of ServerProxy in org.ow2.jonas.lib.management.domain.cluster.tomcat
 

Methods in org.ow2.jonas.lib.management.domain.cluster.tomcat with parameters of type ServerProxy
 boolean TomcatCluster.addTomcatServer(String serverName, ServerProxy proxy)
          Add a Tomcat Server to the list of the TomcatCluster.
 ClusterMember TomcatCluster.createClusterMember(String svname, ServerProxy proxy)
          Should never be called, as by definition, we can't create a 'physical' cluster member via an administration program or a tool.
 boolean TomcatClusterFactory.notifyServer(ServerProxy proxy)
          A new server has been discovered.
 

Constructors in org.ow2.jonas.lib.management.domain.cluster.tomcat with parameters of type ServerProxy
TomcatClusterMember(String name, String hostName, ServerProxy proxy)
          Constructor
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.