|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.irmi.ClientLogger
ClientLogger
Field Summary |
Fields inherited from interface org.objectweb.carol.irmi.Constants |
DGC_PING, METHOD_CALL, METHOD_ERROR, METHOD_RESULT, SYSTEM_ERROR |
Constructor Summary | |
ClientLogger()
|
Method Summary | |
void |
receive(byte code,
java.io.ObjectInput in)
This method is invoked when a message is received from the server or client during a remote call. |
void |
send(byte code,
java.io.ObjectOutput out)
This method is invoked when a message is sent to the server or client during a remote call. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientLogger()
Method Detail |
public void receive(byte code, java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Interceptor
Constants
interface. An ObjectInput instance is
provided for reading additional information included by a
corresponding Interceptor.send(byte, ObjectOutput)
implementation on the sending end of the message.
receive
in interface Interceptor
code
- indicates the type of message being receivedin
- available for reading interceptor specific protocol
data
java.io.IOException
- when there is an underlying communication
error with the ObjectInput
instance
java.lang.ClassNotFoundException
- when there is an error
deserializing objects from the ObjectInput
instancespublic void send(byte code, java.io.ObjectOutput out) throws java.io.IOException
Interceptor
Constants
interface. An ObjectOutput
instance is
provided for sending additional information to the Interceptor.receive(byte, ObjectInput)
implementation on the
receiving end of the message.
send
in interface Interceptor
code
- indicates the type of message being sentout
- available for sending output to the receiving
interceptor implementation
java.io.IOException
- when there is an underlyinc communication
error with the ObjectOutput
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |