Uses of Class
org.objectweb.petals.tools.webadmin.bo.ServerConfiguration

Packages that use ServerConfiguration
org.objectweb.petals.tools.webadmin.collector   
org.objectweb.petals.tools.webadmin.service   
org.objectweb.petals.tools.webadmin.ui.infra.session   
org.objectweb.petals.tools.webadmin.util   
 

Uses of ServerConfiguration in org.objectweb.petals.tools.webadmin.collector
 

Methods in org.objectweb.petals.tools.webadmin.collector that return ServerConfiguration
 ServerConfiguration DataCollector.getEntryServerConf()
          Gets the configuration of PEtALS entry server
 ServerConfiguration DataCollector.getServer(java.lang.String serverName)
          Gets a server configuration from the list of servers by his name
 ServerConfiguration DataCollector.getStorageServerConf()
          Gets the configuration of storage server
 

Methods in org.objectweb.petals.tools.webadmin.collector that return types with arguments of type ServerConfiguration
 java.util.List<ServerConfiguration> DataCollector.getPetalsServersConf()
          Gets configuration of all servers
 

Methods in org.objectweb.petals.tools.webadmin.collector with parameters of type ServerConfiguration
protected  void DataCollector.createListener(ServerConfiguration serverConf)
          Creates a listener to a server and stores it in the messagesListeners map
 void DataCollector.setEntryServerConf(ServerConfiguration serverConf)
          Sets the PEtALS entry server configuration.
 void DataCollector.setStorageServerConf(ServerConfiguration serverConf)
          Sets the configuration of datas storage server
 void DataCollector.updateExposedServerConf(ServerConfiguration serverConf)
          Update a server's configuration in the ServersList mbean on the storage server
 

Method parameters in org.objectweb.petals.tools.webadmin.collector with type arguments of type ServerConfiguration
 void DataCollector.setPetalsServersConf(java.util.List<ServerConfiguration> petalsServersConf)
          Sets the list of PEtALS servers to a new list.
 

Uses of ServerConfiguration in org.objectweb.petals.tools.webadmin.service
 

Methods in org.objectweb.petals.tools.webadmin.service that return ServerConfiguration
 ServerConfiguration NewJMXService.getServerConf()
          Return the configuration of the server with which the server communicate
 ServerConfiguration NewJMXService.getServerConfiguration(java.lang.String serverName)
          Gets the server configuration of a server by his name
 

Methods in org.objectweb.petals.tools.webadmin.service that return types with arguments of type ServerConfiguration
 java.util.List<ServerConfiguration> NewJMXService.getServersList()
          Gets the list of all servers known on the domain
 java.util.List<ServerConfiguration> NewJMXService.getStartedServersList()
          Gets only started servers on domain
 

Methods in org.objectweb.petals.tools.webadmin.service with parameters of type ServerConfiguration
static void NewJMXService.createNewJmxService(ServerConfiguration serverConf)
          Creates a new JMXService connected to a new server
 

Uses of ServerConfiguration in org.objectweb.petals.tools.webadmin.ui.infra.session
 

Methods in org.objectweb.petals.tools.webadmin.ui.infra.session that return ServerConfiguration
 ServerConfiguration AdminSession.getEntryServerConf()
           
 ServerConfiguration AdminSession.getStorageServerConf()
           
 

Methods in org.objectweb.petals.tools.webadmin.ui.infra.session with parameters of type ServerConfiguration
 void AdminSession.setEntryServerConf(ServerConfiguration entryServerConf)
           
 void AdminSession.setStorageServerConf(ServerConfiguration storageServerConf)
           
 

Uses of ServerConfiguration in org.objectweb.petals.tools.webadmin.util
 

Methods in org.objectweb.petals.tools.webadmin.util that return types with arguments of type ServerConfiguration
 java.util.List<ServerConfiguration> JMXUtils.getAllServers(ServerConfiguration serverConf)
          Returns all servers of the domain, started and stopped, via a JMX call to a known server
 java.util.List<ServerConfiguration> JMXUtils.getStartedServers(ServerConfiguration serverConf)
          Retrieve all servers actually started on a domain via a JMX call to a server known.
 

Methods in org.objectweb.petals.tools.webadmin.util with parameters of type ServerConfiguration
 java.util.List<ServerConfiguration> JMXUtils.getAllServers(ServerConfiguration serverConf)
          Returns all servers of the domain, started and stopped, via a JMX call to a known server
 java.lang.String JMXUtils.getServerName(ServerConfiguration serverConf)
          Returns a server's name, based on his jmx informations
 java.util.List<ServerConfiguration> JMXUtils.getStartedServers(ServerConfiguration serverConf)
          Retrieve all servers actually started on a domain via a JMX call to a server known.
 boolean JMXUtils.petalsServerReachable(ServerConfiguration serverConf)
          Indicates if a PEtALS server is accessible via JMX or not by calling a getAttribute on the administration MBean via his connection attribute
 javax.management.remote.JMXConnector JMXUtils.retrieveConnector(ServerConfiguration serverConf)
          Retrieve a JMX connector for a given server
 boolean JMXUtils.storageServerReachable(ServerConfiguration serverConf)
          Indicates if a storage server is reachable by calling a getAttribute on its administration MBean via his connection attribute
 



Copyright © 2005-2007 ObjectWeb Consortium. All Rights Reserved.