BEA Systems, Inc.

WebLogic Server 6.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 Deprecated. Deprecated in WebLogic Server 6.1.
ClientCallback  
Destroyable Objects that implement this interface -- Destroyable objects -- can be monitored before and after the destroy action using DestroyMonitors.
DestroyMonitor Used to monitor modifications to a Destroyable object in the WebLogic Server.
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.
Getable Objects that implement the Getable interface can be monitored in the WebLogic Server with GetMonitors.
GetMonitor Monitors access to a Getable object in the WebLogic Server.
LogServicesDef Deprecated. Deprecated in WebLogic Server 6.1
MonitorDef Implement this interface to create the class that will be constructed as a Monitor object in the WebLogic Server.
NameServicesDef Deprecated. Deprecated in WebLogic Server 6.1.
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.
Sequenced An object that is to be added to a Sequencer must implement the Sequenced interface.
SequenceListener An object that acts as a listener for Sequence failures must extend the SequenceListener interface.
Setable Implement this interface to make WebLogic Workspace objects setable.
SetMonitor Used to monitor modifications to a Setable object in the WebLogic Server.
T3Executable Deprecated. Deprecated in WebLogic Server 6.1.
T3ExecutableLazy Deprecated. Deprecated in WebLogic Server 6.1.
T3ResourceDef Deprecated. Deprecated in WebLogic Server 6.1.
T3ResourceFactory Deprecated. Deprecated in WebLogic Server 6.1.
T3ServicesDef Deprecated. Deprecated in WebLogic Server 6.1
T3ServicesFinderDef Deprecated. Deprecated in WebLogic Server 6.1.
T3ShutdownDef Deprecated. Deprecated in WebLogic Server 6.1.
T3StartupDef T3StartupDef defines the interface for user-written startup objects.
WLSerializable Deprecated. Use java.io.Externalizable instead.
WorkspaceServicesDef The WorkspaceServicesDef defines the Workspace services of WebLogic.
 

Class Summary
CallbackDispatcher  
DisconnectEvent Defines a DisconnectEvent that a T3Client can act upon by implementing the DisconnectListener interface.
Monitor The Monitor class provides constructors for Monitor objects.
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.
SequenceEvent Is an indication of operations that take place as an out-of-order stream of objects is reordered in a sequence using the "push" flow model (Lea 1997, p.
Sequencer This class takes an out-of-order stream of objects and reorders them using a "push" flow model.
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 Deprecated. Deprecated in WebLogic Server 6.1.
T3User The T3User object is an implementation of weblogic.security.acl.defaultUserInfo that is backward compatible with WebLogic versions before 2.6.
 

Exception Summary
ConnectDeadException Class for ConnectDeadException
ConnectDisabledException Class for ConnectDisabledException
LicenseCorruptException Class for verifying licensing information.
LicenseException Class for verifying licensing information.
LicenseInvalidException Class for verifying licensing information.
LicenseKeyExpiredException Class for verifying licensing information.
LicenseKeyInvalidException Class for verifying licensing information.
LicenseKeyIpException Class for verifying licensing information.
LicenseKeyNotFoundException Class for verifying licensing information.
LicenseNotFoundException Class for verifying licensing information.
MonitorException A MonitorException is thrown when a task involving a Monitor object (a Monitored operation) wishes to abort the operation.
ParamSetException Class for exceptions thrown by errors in ParamSets and ParamValues.
ResourceException Class for ResourceExceptions.
T3Exception Deprecated. Deprecated in WebLogic Server 6.1.
T3ExecuteException Deprecated. Deprecated in WebLogic Server 6.1.
 

Package weblogic.common Description

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

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

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

WebLogic classes and methods that do not appear in this reference are not public and are not supported.