cern.cmw.adm
Class ServerConnectionsAdmin

java.lang.Object
  extended by cern.cmw.adm.ServerConnectionsAdmin

public class ServerConnectionsAdmin
extends Object

A wrapper class for the admin::ServerConnectionsAdmin interface.


Constructor Summary
ServerConnectionsAdmin(String name)
          Constructs a ServerConnectionsAdmin object for the specified server.
 
Method Summary
 ConnectionAdmin[] getConnections()
          Returns references to all ConnectionAdmin objects on the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConnectionsAdmin

public ServerConnectionsAdmin(String name)
                       throws BadParameter,
                              InternalException
Constructs a ServerConnectionsAdmin object for the specified server.

Throws:
BadParameter - indicates that the server does not implement the admin::ServerConnectionsAdmin interface
InternalException - thrown if the server cannot be located, or is down or unreachable
Method Detail

getConnections

public ConnectionAdmin[] getConnections()
Returns references to all ConnectionAdmin objects on the server.



Copyright © 2007 CERN. All Rights Reserved.