See: Description
Interface | Description |
---|---|
AdminServicesDef | Deprecated
Deprecated in WebLogic Server 6.1.
|
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.
|
LogServicesDef | Deprecated
Deprecated in WebLogic Server 7.0.
|
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.
|
T3Executable | Deprecated |
T3ExecutableLazy | Deprecated |
T3ServicesDef | |
T3ShutdownDef | Deprecated
Deprecated in WebLogic Server 6.1.
|
T3StartupDef | Deprecated
register a class with main() method or use application lifecycle
listeners.
|
WLObjectInput |
This interface, which is implemented by the input streams set
up between the WebLogic Server and its clients, is passed as an argument
to the readObject() method in the interface
WLSerializable.
|
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 | Description |
---|---|
AdminServicesImpl |
Internal use only.
|
CallbackDispatcher |
see bug 16397057
|
CompletionRequest | |
DisconnectEvent |
Defines a DisconnectEvent that a T3Client can
act upon by implementing the DisconnectListener
interface.
|
LogServicesImpl |
Implementation of log-related WebLogic services
for a T3Client.
|
NameServicesImpl |
Implementation of name-related WebLogic services for a T3Client.
|
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 |
see bug 16397057
|
T3ClientServices |
Implementation of T3Client-related WebLogic services.
|
T3Connection | |
T3User | Deprecated
Deprecated in WebLogic Server 7.0.
|
Exception | Description |
---|---|
ConnectDeadException |
Class for ConnectDeadException
|
ConnectDisabledException |
Class for ConnectDisabledException
|
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.
|