Package org.oddjob.jmx.client
Class DirectInvocationBean
java.lang.Object
org.oddjob.jmx.client.DirectInvocationBean
- All Implemented Interfaces:
ArooaValue,ArooaSessionAware,ValueFactory<DirectInvocationClientFactory<?>>
public class DirectInvocationBean
extends Object
implements ValueFactory<DirectInvocationClientFactory<?>>, ArooaSessionAware
Arooa configuration bean for creating a
DirectInvocationClientFactory.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.oddjob.arooa.types.ValueFactory
ValueFactory.Conversions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetArooaSession(ArooaSession session) Accept the current Arooa Session.voidsetClassName(String className) toString()toValue()Provide an instance of the type this is a factory for.
-
Constructor Details
-
DirectInvocationBean
public DirectInvocationBean()
-
-
Method Details
-
setArooaSession
Description copied from interface:ArooaSessionAwareAccept the current Arooa Session.- Specified by:
setArooaSessionin interfaceArooaSessionAware- Parameters:
session- The Arooa Session. Never null.
-
toValue
Description copied from interface:ValueFactoryProvide an instance of the type this is a factory for.- Specified by:
toValuein interfaceValueFactory<DirectInvocationClientFactory<?>>- Returns:
- An instance of the type. May be null.
-
getClassName
-
setClassName
-
toString
-