|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.jmx.server.ServerInterfaceManagerFactoryImpl
public class ServerInterfaceManagerFactoryImpl
Simple implementation of a ServerInterfaceManagerFactory
| Constructor Summary | |
|---|---|
ServerInterfaceManagerFactoryImpl()
Default Constructor. |
|
ServerInterfaceManagerFactoryImpl(Map<String,?> env)
Constructor with environment. |
|
ServerInterfaceManagerFactoryImpl(Map<String,?> env,
ServerInterfaceHandlerFactory<?,?>[] serverHandlerFactories)
Constructor for user defined list of factories. |
|
ServerInterfaceManagerFactoryImpl(ServerInterfaceHandlerFactory<?,?>[] serverHandlerFactories)
Constructor with user defined handlers. |
|
| Method Summary | |
|---|---|
void |
addServerHandlerFactories(ServerInterfaceHandlerFactory<?,?>[] serverHandlerFactories)
Add extra handlers. |
ServerInterfaceManager |
create(Object target,
ServerSideToolkit serverSideToolkit)
Create a ServerInterfaceManager for the given object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerInterfaceManagerFactoryImpl()
public ServerInterfaceManagerFactoryImpl(ServerInterfaceHandlerFactory<?,?>[] serverHandlerFactories)
serverHandlerFactories -
public ServerInterfaceManagerFactoryImpl(Map<String,?> env)
throws IOException
env -
IOException
public ServerInterfaceManagerFactoryImpl(Map<String,?> env,
ServerInterfaceHandlerFactory<?,?>[] serverHandlerFactories)
throws IOException
env - serverHandlerFactories -
IOException| Method Detail |
|---|
public void addServerHandlerFactories(ServerInterfaceHandlerFactory<?,?>[] serverHandlerFactories)
serverHandlerFactories -
public ServerInterfaceManager create(Object target,
ServerSideToolkit serverSideToolkit)
ServerInterfaceManagerFactoryServerInterfaceManager for the given object.
create in interface ServerInterfaceManagerFactorytarget - The object that needs a manager.serverSideToolkit - The toolkit used for creation of the manager.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||