org.safehaus.penrose.connector
Interface ConnectionManagerMBean

All Known Implementing Classes:
ConnectionManager

public interface ConnectionManagerMBean

Author:
Endi S. Dewata

Method Summary
 java.util.Collection getConnectionNames()
           
 void start()
           
 void stop()
           
 

Method Detail

getConnectionNames

public java.util.Collection getConnectionNames()
                                        throws java.lang.Exception
Throws:
java.lang.Exception

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception