|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.ServerInterceptorChain
ServerInterceptorChain.java Created: Fri May 2 10:36:51 2003
Nested Class Summary | |
static class |
ServerInterceptorChain.InterceptorIterator
|
Constructor Summary | |
ServerInterceptorChain()
|
Method Summary | |
void |
addListener(InvokerCallbackHandler invokerCallbackHandler)
The addListener method |
Connector |
getConnector()
Get the Connector value. |
javax.management.ObjectName |
getConnectorName()
Get the ConnectorName value. |
List |
getInterceptorNames()
Get the InterceptorName value. |
List |
getInterceptors()
Get the Interceptors value. |
String |
getSubsystem()
Get the Subsystem value. |
Object |
invoke(InvocationRequest invocation)
The invoke method |
void |
postDeregister()
The postDeregister method |
void |
postRegister(Boolean success)
The postRegister method |
void |
preDeregister()
The preDeregister method |
javax.management.ObjectName |
preRegister(javax.management.MBeanServer server,
javax.management.ObjectName objectName)
The preRegister method |
void |
removeListener(InvokerCallbackHandler invokerCallbackHandler)
The removeListener method |
void |
setConnector(Connector newConnector)
Set the Connector value. |
void |
setConnectorName(javax.management.ObjectName newConnectorName)
Set the ConnectorName value. |
void |
setInterceptorNames(List newInterceptorNames)
Set the InterceptorName value. |
void |
setInterceptors(List newInterceptors)
Set the Interceptors value. |
void |
setInvoker(ServerInvoker serverInvoker)
The setInvoker method |
void |
setMBeanServer(javax.management.MBeanServer MBeanServer)
The setMBeanServer method |
void |
setSubsystem(String newSubsystem)
Set the Subsystem value. |
void |
start()
The start method |
void |
stop()
The stop method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServerInterceptorChain()
Method Detail |
public Connector getConnector()
public void setConnector(Connector newConnector)
newConnector
- The new Connector value.
not managedpublic javax.management.ObjectName getConnectorName()
public void setConnectorName(javax.management.ObjectName newConnectorName)
newConnectorName
- The new ConnectorName value.public String getSubsystem()
public void setSubsystem(String newSubsystem)
newSubsystem
- The new Subsystem value.public List getInterceptors()
public void setInterceptors(List newInterceptors)
newInterceptors
- The new Interceptors value.
not managedpublic List getInterceptorNames()
public void setInterceptorNames(List newInterceptorNames)
public javax.management.ObjectName preRegister(javax.management.MBeanServer server, javax.management.ObjectName objectName) throws Exception
preRegister
method
preRegister
in interface javax.management.MBeanRegistration
objectName
- an ObjectName
value
ObjectName
value
Exception
- if an error occurspublic void postRegister(Boolean success)
postRegister
method
postRegister
in interface javax.management.MBeanRegistration
public void preDeregister() throws Exception
preDeregister
method
preDeregister
in interface javax.management.MBeanRegistration
Exception
- if an error occurspublic void postDeregister()
postDeregister
method
postDeregister
in interface javax.management.MBeanRegistration
public void start() throws Exception
start
method
Exception
- if an error occurspublic void stop() throws Exception
stop
method
Exception
- if an error occurspublic void addListener(InvokerCallbackHandler invokerCallbackHandler)
addListener
method
addListener
in interface ServerInvocationHandler
invokerCallbackHandler
- an InvokerCallbackHandler
valuepublic void removeListener(InvokerCallbackHandler invokerCallbackHandler)
removeListener
method
removeListener
in interface ServerInvocationHandler
invokerCallbackHandler
- an InvokerCallbackHandler
valuepublic void setMBeanServer(javax.management.MBeanServer MBeanServer)
setMBeanServer
method
setMBeanServer
in interface ServerInvocationHandler
MBeanServer
- a MBeanServer
valuepublic Object invoke(InvocationRequest invocation) throws Throwable
invoke
method
invoke
in interface ServerInvocationHandler
invocation
-
Object
value
Throwable
- if an error occurspublic void setInvoker(ServerInvoker serverInvoker)
setInvoker
method
setInvoker
in interface ServerInvocationHandler
serverInvoker
- a ServerInvoker
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |