|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for T3Bean event communications.
| Method Summary | |
void |
bind(boolean implementation)
Sends a bind message to the T3Server. |
java.lang.Object |
getMethodResult(int invocationID)
Retrieves the result of an invocation, given the queue the result will appear on. |
void |
migrationComplete()
Completes the transporting of the T3Bean. |
void |
putMethodResult(T3BeanMsg jm)
Sends the result to the invoker. |
void |
register(int topic)
Uses the underlying bidirectional asynchronous communication layer to register for an event. |
void |
sendEvent(T3BeanMsg jm)
Sends an event representing a JavaBean event. |
int |
sendMethodInvokeEvent(T3BeanMsg jm)
Sends an event regarding a method invocation and returns an invocation ID that can be used to get the result. |
void |
sendMethodResultEvent(T3BeanMsg jm)
Sends an event representing the result of an invocation. |
void |
sendParameterEvent(T3BeanMsg jm)
Sends an event representing a parameter change. |
void |
unbind(boolean implementation)
Sends an unbind message to the T3Server. |
void |
unregister(int topic)
Unregisters the specified topic from the event service. |
| Method Detail |
public void register(int topic)
topic - Topic ID of the registrationpublic void unregister(int topic)
topic - Topic ID of the registrationpublic void sendParameterEvent(T3BeanMsg jm)
jm - Message to be encapsulated in the eventpublic int sendMethodInvokeEvent(T3BeanMsg jm)
jm - Message to be encapsulated in the event.
public java.lang.Object getMethodResult(int invocationID)
throws java.lang.Exception
queue - the queue where the result will appear.public void putMethodResult(T3BeanMsg jm)
invocationID - the ID of the invokerjm - the message containing the resultpublic void sendMethodResultEvent(T3BeanMsg jm)
jm - the message containing the result or exception.public void sendEvent(T3BeanMsg jm)
jm - the message representing the event.public void bind(boolean implementation)
implementation - True if this is to be the implementationpublic void unbind(boolean implementation)
implementation - True if this is to be the implementationpublic void migrationComplete()
|
Documentation is available at http://www.weblogic.com/docs51 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||