org.apache.geronimo.remoting
Class IntraVMRoutingInterceptor

java.lang.Object
  extended byorg.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

Constructor Summary
IntraVMRoutingInterceptor()
           
IntraVMRoutingInterceptor(org.apache.geronimo.core.service.Interceptor next, Long deMarshalingInterceptorID, boolean allwaysMarshall)
           
IntraVMRoutingInterceptor(Long deMarshalingInterceptorID, boolean allwaysMarshall)
           
 
Method Summary
 boolean getAlwaysMarshall()
           
 Long getDeMarshalingInterceptorID()
           
 org.apache.geronimo.core.service.InvocationResult invoke(org.apache.geronimo.core.service.Invocation invocation)
           
 void readExternal(ObjectInput in)
           
 void setAlwaysMarshall(boolean value)
           
 void setDeMarshalingInterceptorID(Long deMarshalingInterceptorID)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntraVMRoutingInterceptor

public IntraVMRoutingInterceptor(org.apache.geronimo.core.service.Interceptor next,
                                 Long deMarshalingInterceptorID,
                                 boolean allwaysMarshall)

IntraVMRoutingInterceptor

public IntraVMRoutingInterceptor()

IntraVMRoutingInterceptor

public IntraVMRoutingInterceptor(Long deMarshalingInterceptorID,
                                 boolean allwaysMarshall)
Method Detail

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.