Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Package weblogic.common

Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications.

See:
          Description

Interface Summary
ClientCallback  
CompletionListener When a result is set into a CompletionRequest it invokes all the CompletionListeners for that request.
DisconnectListener Interface for specifying operations to be carried out after a client asks to be disconnected from the WebLogic Server, or a WebLogic Server disconnects a client.
ProxyAuthenticator This interface allows an application to provide user authentication information required when tunneling WebLogic HTTP and SSL protocols through a proxy server that requires user authentication.
WLObjectOutput This interface, which is the interface implemented by the output streams set up between the WebLogic Server and its clients, is passed as an argument to the writeObject() method in the interface WLSerializable.
 

Class Summary
CompletionRequest  
DisconnectEvent Defines a DisconnectEvent that a T3Client can act upon by implementing the DisconnectListener interface.
ParamValue A ParamValue is the value part of a name/value pair used for events and remote procedures.
 

Exception Summary
ConnectDeadException Class for ConnectDeadException
ConnectDisabledException Class for ConnectDisabledException
ParamSetException Class for exceptions thrown by errors in ParamSets and ParamValues.
ResourceException Class for ResourceExceptions.
 

Package weblogic.common Description

Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications.


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02