Package wt.method

Defines the standard Windchill MethodServer and MethodServerLauncher and related functionality.

See:
          Description

Interface Summary
MethodAuthenticator Object capable of endorsing outgoing method invocation calls so that client identity will be securely available to server-side method processing the call.
MethodContextMBean Detailed information related to a method server request context.
MethodContextMonitorMBean Monitors Windchill method server method contexts.
MethodContextSetMBean Set of method contexts and related aggregate data.
MethodFeedback Interface for objects that can be sent back to client to give feedback for an active call.
RemoteAccess Interface used to tag classes that are available for remote access via a method server.
 

Class Summary
ContextCaptureDelegate Implementation of NotificationHandlerDelegate for use in method server to capture a set of active method contexts immediately prior to notification and then release it immediately thereafter.
ContextCaptureDelegate.Factory Implementation of NotificationHandlerDelegateFactory for use in servlet engine with NotificationHandlerMBean via its CustomDelegateFactoryClass attribute to construct ContextCaptureDelegate instances as delegates.
MethodContext Context corresponding to an active method invocation in the method server.
MethodServerMain The method server application main.
RemoteMethodServer Class that provides access to a remote method server.
WTAdapter The Windchill Info*Engine adapter listener.
WTAdapterMain The Windchill Info*Engine adapter main.
 

Error Summary
AuthenticationException An unchecked exception thrown by the method server when an unauthenticated call requires authentication.
 

Package wt.method Description

Defines the standard Windchill MethodServer and MethodServerLauncher and related functionality.

See Also:
wt.manager