|
||||||||||
| 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 UnmodifiableControllerContextpublic Kernel getKernel()
KernelControllerContext
getKernel in interface KernelControllerContextpublic org.jboss.beans.info.spi.BeanInfo getBeanInfo()
KernelControllerContext
getBeanInfo in interface KernelControllerContextpublic void setBeanInfo(org.jboss.beans.info.spi.BeanInfo info)
KernelControllerContext
setBeanInfo in interface KernelControllerContextinfo - the bean infopublic BeanMetaData getBeanMetaData()
KernelControllerContext
getBeanMetaData in interface KernelControllerContextpublic void setTarget(Object target)
KernelControllerContext
setTarget in interface KernelControllerContexttarget - the targetpublic void setName(Object name)
KernelRegistryEntry
setName in interface KernelRegistryEntryname - the name
public Object invoke(String name,
Object[] parameters,
String[] signature)
throws Throwable
InvokeDispatchContext
invoke in interface InvokeDispatchContextname - method nameparameters - parameter valuessignature - method's parameter types / signatures
Throwable - for any error
public ClassLoader getClassLoader()
throws Throwable
InvokeDispatchContext
getClassLoader in interface InvokeDispatchContextThrowable - for any error
public Object get(String name)
throws Throwable
AttributeDispatchContext
get in interface AttributeDispatchContextname - property / attribute name
Throwable - for any error
public void set(String name,
Object value)
throws Throwable
AttributeDispatchContext
set in interface AttributeDispatchContextname - property / attribute namevalue - set target's property / attribute instance
Throwable - for any error
public ControllerState lifecycleInvocation(String name,
Object[] parameters,
String[] signature)
throws Throwable
LifecycleDispatchContext
lifecycleInvocation in interface LifecycleDispatchContextname - 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 | |||||||||