Package | Description |
---|---|
weblogic.common |
Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications.
|
weblogic.jms.dd |
Modifier and Type | Method | Description |
---|---|---|
void |
CompletionListener.onCompletion(CompletionRequest request,
java.lang.Object result) |
This method is invoked when a non-throwable result is
set into the request on which we are listening.
|
void |
CompletionListener.onException(CompletionRequest request,
java.lang.Throwable reason) |
This method is invoked when a throwable result is set
into the request on which we are listening.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DDHandler.PSRouteEntryCompletionListener.onCompletion(CompletionRequest request,
java.lang.Object result) |
This method is invoked when a non-throwable result is
set into the request on which we are listening.
|
void |
DDHandler.PSRouteEntryCompletionListener.onException(CompletionRequest request,
java.lang.Throwable reason) |
This method is invoked when a throwable result is set
into the request on which we are listening.
|