| Package | Description | 
|---|---|
| weblogic.common | Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications. | 
| 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. |