Uses of Class
org.objectweb.jonas.management.monitoring.proxy.server.ServerProxy

Packages that use ServerProxy
org.objectweb.jonas.management.cluster   
org.objectweb.jonas.management.cluster.cmi   
org.objectweb.jonas.management.cluster.ha   
org.objectweb.jonas.management.cluster.jk   
org.objectweb.jonas.management.cluster.logical   
org.objectweb.jonas.management.cluster.tomcat   
org.objectweb.jonas.management.monitoring   
 

Uses of ServerProxy in org.objectweb.jonas.management.cluster
 

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

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

Methods in org.objectweb.jonas.management.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.objectweb.jonas.management.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.objectweb.jonas.management.cluster.cmi
 

Methods in org.objectweb.jonas.management.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.objectweb.jonas.management.cluster.cmi with parameters of type ServerProxy
CmiClusterMember(String name, ServerProxy proxy)
          Constructor
 

Uses of ServerProxy in org.objectweb.jonas.management.cluster.ha
 

Methods in org.objectweb.jonas.management.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.objectweb.jonas.management.cluster.ha with parameters of type ServerProxy
EjbHaClusterMember(String name, ServerProxy proxy)
          Constructor
 

Uses of ServerProxy in org.objectweb.jonas.management.cluster.jk
 

Methods in org.objectweb.jonas.management.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.objectweb.jonas.management.cluster.jk with parameters of type ServerProxy
JkClusterMember(String name, ServerProxy proxy)
          Constructor
 

Uses of ServerProxy in org.objectweb.jonas.management.cluster.logical
 

Methods in org.objectweb.jonas.management.cluster.logical with parameters of type ServerProxy
 boolean LogicalCluster.addServer(String serverName, ServerProxy proxy)
          Add a Server to the list Make link between the member and the ServerProxy.
 ClusterMember LogicalCluster.createClusterMember(String svname, ServerProxy proxy)
           
 boolean LogicalClusterFactory.notifyServer(ServerProxy proxy)
           
 

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

Uses of ServerProxy in org.objectweb.jonas.management.cluster.tomcat
 

Methods in org.objectweb.jonas.management.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.objectweb.jonas.management.cluster.tomcat with parameters of type ServerProxy
TomcatClusterMember(String name, String hostName, ServerProxy proxy)
          Constructor
 

Uses of ServerProxy in org.objectweb.jonas.management.monitoring
 

Methods in org.objectweb.jonas.management.monitoring that return ServerProxy
 ServerProxy DomainMonitor.addLocalServer(String svname, Collection urls)
          Add the local J2EEServer to the list of servers
 ServerProxy DomainMonitor.findServerProxy(String name)
          Get a Server by its name
 

Methods in org.objectweb.jonas.management.monitoring 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.objectweb.jonas.management.monitoring with parameters of type ServerProxy
DeployAction(ServerProxy proxy, String filename, int action)
          Constructor
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.