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()
           
 
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()
Specified by:
toValue in interface ValueFactory<ServerInterfaceHandlerFactory<T,T>>