|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
MethodServer
and
MethodServerLauncher
and related functionality.
See:
Description
Interface Summary | |
MethodArgsReaderIfc | Interface for class that performs server-side reading of MethodArgs objects. |
MethodAuthenticator | Object capable of endorsing outgoing method invocation calls so that client identity will be securely available to server-side method processing the call. |
MethodFeedback | Interface for objects that can be sent back to client to give feedback for an active call. |
MethodResultWriterIfc | Interface for class that performs server-side writing of MethodResult objects. |
MethodServer | Remote interface to the method server. |
POMHandlerIfc | PomHandlerIfc is used to interface to a POM (Persistent Object Manager) implementation from classes that may not be loaded by the same class loader which loads the POM implementation. |
RemoteAccess | Interface used to tag classes that are available for remote access via a method server. |
ServicesHandlerIfc | ServicesHandlerIfc is used to interface to an object responsible for starting and stopping internal service or manager objects that have a lifecycle independent of client method invocations. |
Class Summary | |
ClusterMonitor | ClusterMonitor extends CacheManager to maintain a collection of live references to other ClusterMonitor objects in the cluster. |
FeedbackWrapper | |
MemoryMonitor | |
MethodArgs | Class that encapsulates argument marshaling for method invocations between client and server. |
MethodArgsReader | Class that performs server-side reading of MethodArgs objects. |
MethodContext | Context corresponding to an active method invocation in the method server. |
MethodInterruptor | Class that performs server-side interrupting of active method contexts. |
MethodInterruptor.InterruptKey | |
MethodInterruptor.InterruptService | |
MethodResult | Class that encapsulates result marshaling for method invocations between client and server. |
MethodResultWriter | Class that performs server-side writing of MethodResult objects. |
MethodServerImpl | The method server object. |
MethodServerInfo | Execution statistics for method server
Supported API: false Extendable: false |
MethodServerLauncher | Class that encapsulates Method Server invocations providing string substition of Method Server Ids. |
MethodServerMain | The method server application main. |
MethodSummary | |
OutputStreamProxy | A Windchill RMI method server argument class to proxy an output stream from server-side code to a client-side output stream. |
OutputStreamProxy.Sender | |
OutputStreamProxy.Server | |
OutputStreamProxy.Test | |
OutputStreamProxy.Test.TestOutput | |
PingServer | Ping service class |
RemoteMethodServer | Class that provides access to a remote method server. |
TraceTimingMethodLogger | This class implements static methods for obtaining a Trace Timing Logger. |
WriterProxy | A Windchill RMI method server argument class to proxy a Writer from server-side code to a client-side Writer. |
WriterProxy.Receiver | |
WriterProxy.Test | |
WriterProxy.Test.TestWriter | |
WTAdapter | The Windchill Info*Engine adapter listener. |
WTAdapter40 | |
WTAdapterImpl | |
WTAdapterMain | The Windchill Info*Engine adapter main. |
WTAdapterThread | The Windchill Info*Engine adapter thread. |
Exception Summary | |
MethodResultException | A special exception used internally to the MethodResult class. |
MethodServerException | Mother of all method server internal runtime errors |
ServerLoadException | An exception thrown by the method server when the server load has surpassed a given threshold. |
Error Summary | |
AuthenticationException | An unchecked exception thrown by the method server when an unauthenticated call requires authentication. |
Defines the standard Windchill
MethodServer
and
MethodServerLauncher
and related functionality.
wt.manager
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |