|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.dependency.spi.helpers.UnmodifiableControllerContext
org.jboss.kernel.spi.dependency.helpers.UnmodifiableKernelControllerContext
public class UnmodifiableKernelControllerContext
Unmodifiable instance.
Field Summary |
---|
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
UnmodifiableKernelControllerContext(KernelControllerContext delegate)
|
Method Summary | |
---|---|
Object |
get(String name)
Getter property / attribute |
org.jboss.beans.info.spi.BeanInfo |
getBeanInfo()
Get the BeanInfo |
BeanMetaData |
getBeanMetaData()
Get the metadata |
ClassLoader |
getClassLoader()
Get context's classloader. |
protected KernelControllerContext |
getDelegate()
Get the delegate. |
Kernel |
getKernel()
Get the kernel |
Object |
invoke(String name,
Object[] parameters,
String[] signature)
Invoke method / operation |
ControllerState |
lifecycleInvocation(String name,
Object[] parameters,
String[] signature)
Is this invocation a lifecycle invocation. |
void |
set(String name,
Object value)
Setter property / attribute |
void |
setBeanInfo(org.jboss.beans.info.spi.BeanInfo info)
Set the bean info |
void |
setName(Object name)
Set the name |
void |
setTarget(Object target)
Set the target |
Methods inherited from class org.jboss.dependency.spi.helpers.UnmodifiableControllerContext |
---|
getAliases, getController, getDependencyInfo, getError, getErrorHandlingMode, getMode, getName, getRequiredState, getScopeInfo, getState, getTarget, install, setController, setError, setMode, setRequiredState, setState, uninstall |
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.dependency.spi.ControllerContext |
---|
getAliases, getController, getDependencyInfo, getError, getErrorHandlingMode, getMode, getName, getRequiredState, getScopeInfo, getState, getTarget, install, setController, setError, setMode, setRequiredState, setState, uninstall |
Methods inherited from interface org.jboss.util.JBossInterface |
---|
clone, toShortString, toShortString |
Constructor Detail |
---|
public UnmodifiableKernelControllerContext(KernelControllerContext delegate)
Method Detail |
---|
protected KernelControllerContext getDelegate()
UnmodifiableControllerContext
getDelegate
in class UnmodifiableControllerContext
public Kernel getKernel()
KernelControllerContext
getKernel
in interface KernelControllerContext
public org.jboss.beans.info.spi.BeanInfo getBeanInfo()
KernelControllerContext
getBeanInfo
in interface KernelControllerContext
public void setBeanInfo(org.jboss.beans.info.spi.BeanInfo info)
KernelControllerContext
setBeanInfo
in interface KernelControllerContext
info
- the bean infopublic BeanMetaData getBeanMetaData()
KernelControllerContext
getBeanMetaData
in interface KernelControllerContext
public void setTarget(Object target)
KernelControllerContext
setTarget
in interface KernelControllerContext
target
- the targetpublic void setName(Object name)
KernelRegistryEntry
setName
in interface KernelRegistryEntry
name
- the namepublic Object invoke(String name, Object[] parameters, String[] signature) throws Throwable
InvokeDispatchContext
invoke
in interface InvokeDispatchContext
name
- method nameparameters
- parameter valuessignature
- method's parameter types / signatures
Throwable
- for any errorpublic ClassLoader getClassLoader() throws Throwable
InvokeDispatchContext
getClassLoader
in interface InvokeDispatchContext
Throwable
- for any errorpublic Object get(String name) throws Throwable
AttributeDispatchContext
get
in interface AttributeDispatchContext
name
- property / attribute name
Throwable
- for any errorpublic void set(String name, Object value) throws Throwable
AttributeDispatchContext
set
in interface AttributeDispatchContext
name
- property / attribute namevalue
- set target's property / attribute instance
Throwable
- for any errorpublic ControllerState lifecycleInvocation(String name, Object[] parameters, String[] signature) throws Throwable
LifecycleDispatchContext
lifecycleInvocation
in interface LifecycleDispatchContext
name
- method nameparameters
- parameter valuessignature
- method's parameter types / signatures
Throwable
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |