|
Interface Summary
|
| AdminServicesDef |
The AdminServicesDef defines the interface for administrative
services in WebLogic. |
| ClientCallback |
|
| ConfigServicesDef |
The ConfigServicesDef is the interface that defines
configuration services for the WebLogic Server. |
| 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 |
The LogServicesDef interface defines application logging services
for the WebLogic Server. |
| MonitorDef |
Implement this interface to create the class that will
be constructed as a Monitor object in the WebLogic Server. |
| 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. |
| RemoteTraceable |
Throwables that implement this interface will be set with the
stack trace before the Throwable is returned to the caller. |
| 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 |
Interface for T3Executable objects. |
| T3ExecutableLazy |
Internal use only. |
| T3ResourceDef |
A T3ResourceDef defines scarce resource allocation within
the WebLogic Server. |
| T3ResourceFactory |
T3ResourceFactory is an interface that specifies how to
manufacture new resources that are associated with objects. |
| T3ServicesDef |
The T3ServicesDef interface defines WebLogic Services. |
| T3ServicesFinderDef |
Interface for finder services in WebLogic. |
| T3ShutdownDef |
T3ShutdownDef defines the interface for user-written shutdown objects. |
| T3StartupDef |
T3StartupDef defines the interface for user-written startup objects. |
| WLObjectInput |
Deprecated. Use java.io.ObjectInput instead |
| WLObjectOutput |
Deprecated. Use java.io.ObjectOutput instead. |
| WLSerializable |
Deprecated. Use java.io.Externalizable instead. |
| WorkspaceHookDef |
Deprecated. Use weblogic.workspace.common.WorkspaceDef and Monitors. |
| 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. |
| 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 |
The T3User object is an implementation of
weblogic.security.acl.defaultUserInfo
that is backward compatible with WebLogic versions before 2.6. |