public interface ComponentInstance extends Serializable
Modifier and Type | Method and Description |
---|---|
Collection<Method> |
allowedMethods()
Get the list of allowed methods for this component instance.
|
void |
destroy()
Destroy this component instance.
|
Component |
getComponent()
Get the component associated with this instance.
|
Object |
getInstance()
Get the actual object instance.
|
org.jboss.invocation.Interceptor |
getInterceptor(Method method)
Get the instance interceptor (entry point) for the given method.
|
Component getComponent()
Object getInstance()
org.jboss.invocation.Interceptor getInterceptor(Method method) throws IllegalStateException
method
- the methodIllegalStateException
- if the method does not existCollection<Method> allowedMethods()
Method
objects.void destroy()
Copyright © 2013 JBoss by Red Hat. All rights reserved.