BEA Systems, Inc.

WebLogic Server 8.1 API Reference

Package weblogic.common

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

See:
          Description

Interface Summary
AdminServicesDef The AdminServicesDef defines the interface for administrative services in WebLogic.
ClientCallback  
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.
LogServicesDef Deprecated. Deprecated in WebLogic Server 7.0.
NameServicesDef The NameServicesDef interface defines name services for the WebLogic Server.
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.
T3Executable Interface for T3Executable objects.
T3ExecutableLazy Internal use only.
T3ServicesDef The T3ServicesDef interface defines WebLogic Services.
T3ShutdownDef T3ShutdownDef defines the interface for user-written shutdown objects.
T3StartupDef T3StartupDef defines the interface for user-written startup objects.
WLSerializable Deprecated. Use java.io.Externalizable instead.
 

Class Summary
CallbackDispatcher  
DisconnectEvent Defines a DisconnectEvent that a T3Client can act upon by implementing the DisconnectListener interface.
ParamSet A ParamSet object is used to set parameters for events and remote procedures.
ParamTypes Class for WebLogic type constants.
ParamValue A ParamValue is the value part of a name/value pair used for events and remote procedures.
T3Client Class for creating and managing T3Clients.
T3Connection A T3Connection object is used to establish communication between a T3Client and a WebLogic Server on a TCP/IP hostname and port number.
T3Services Provides a mechanism for retrieving the server-side services stub in the WebLogic framework.
T3User Deprecated. Deprecated in WebLogic Server 7.0.
 

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.
T3Exception A T3Exception is thrown whenever an error occurs between a T3Client and a WebLogic Server.
T3ExecuteException A T3ExecuteException is thrown whenever an error occurs in the execute() method of a class that implements either the T3Executable or T3ExecutableLazy interface.
 

Package weblogic.common Description

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

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b