org.apache.geronimo.remoting
Class IntraVMRoutingInterceptor
java.lang.Object
org.apache.geronimo.remoting.IntraVMRoutingInterceptor
- All Implemented Interfaces:
- Externalizable, org.apache.geronimo.core.service.Interceptor, Serializable
- public class IntraVMRoutingInterceptor
- extends Object
- implements org.apache.geronimo.core.service.Interceptor, Externalizable
- Version:
- $Revision: 1.5 $ $Date: 2004/03/10 09:59:19 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntraVMRoutingInterceptor
public IntraVMRoutingInterceptor(org.apache.geronimo.core.service.Interceptor next,
Long deMarshalingInterceptorID,
boolean allwaysMarshall)
IntraVMRoutingInterceptor
public IntraVMRoutingInterceptor()
IntraVMRoutingInterceptor
public IntraVMRoutingInterceptor(Long deMarshalingInterceptorID,
boolean allwaysMarshall)
invoke
public org.apache.geronimo.core.service.InvocationResult invoke(org.apache.geronimo.core.service.Invocation invocation)
throws Throwable
- Specified by:
invoke
in interface org.apache.geronimo.core.service.Interceptor
- Throws:
Throwable
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
- See Also:
Externalizable.readExternal(java.io.ObjectInput)
getDeMarshalingInterceptorID
public Long getDeMarshalingInterceptorID()
- Returns:
setDeMarshalingInterceptorID
public void setDeMarshalingInterceptorID(Long deMarshalingInterceptorID)
- Parameters:
deMarshalingInterceptorID
-
getAlwaysMarshall
public boolean getAlwaysMarshall()
setAlwaysMarshall
public void setAlwaysMarshall(boolean value)
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.