org.oddjob.jmx
Class VanillaInterfaceHandler<T>

java.lang.Object
  extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.oddjob.arooa.types.ValueFactory
ValueFactory.Conversions
 
Constructor Summary
VanillaInterfaceHandler()
           
 
Method Summary
 String getClassName()
           
 void setArooaSession(ArooaSession session)
           
 void setClassName(String className)
           
 ServerInterfaceHandlerFactory<T,T> toValue()
          Provide an instance of the type this is a factory for.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VanillaInterfaceHandler

public VanillaInterfaceHandler()
Method Detail

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.