org.oddjob.jmx
Class VanillaInterfaceHandler<T>
java.lang.Object
org.oddjob.jmx.VanillaInterfaceHandler<T>
- All Implemented Interfaces:
- ArooaValue, ArooaSessionAware, ValueFactory<ServerInterfaceHandlerFactory<T,T>>
public class VanillaInterfaceHandler<T>
- extends Object
- implements ValueFactory<ServerInterfaceHandlerFactory<T,T>>, ArooaSessionAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VanillaInterfaceHandler
public VanillaInterfaceHandler()
setArooaSession
public void setArooaSession(ArooaSession session)
- Specified by:
setArooaSession
in interface ArooaSessionAware
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
toValue
public ServerInterfaceHandlerFactory<T,T> toValue()
- Description copied from interface:
ValueFactory
- Provide an instance of the type this is a factory for.
- Specified by:
toValue
in interface ValueFactory<ServerInterfaceHandlerFactory<T,T>>
- Returns:
- An instance of the type. May be null.