|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteMethodServer | |
com.ptc.hli.ecad.behaviors | |
wt.auth | Provides
Authentication using one of several
AuthenticationHandler s and the
AuthenticationServer . |
wt.com | Provides a COM-compliant interface into the Windchill system through
WindchillComponent . |
wt.httpgw | Provides
HTTPGateway support including
HTTPLogin ,
HTTPRequest ,
HTTPResponse and
URLFactory . |
wt.method | Defines the standard Windchill
MethodServer and
MethodServerLauncher and related functionality. |
wt.prefs | Uses the
PreferenceService to manage
Preferences . |
wt.session | Overview |
Uses of RemoteMethodServer in com.ptc.hli.ecad.behaviors |
Methods in com.ptc.hli.ecad.behaviors with parameters of type RemoteMethodServer | |
private static String |
CheckinAction.streamFileToServer(RemoteMethodServer methodServer,
String localFileName)
|
private static String |
CheckinAction.invokeCreateFileInCache(RemoteMethodServer methodServer,
String shortFileName)
|
private static void |
CheckinAction.invokeAppendBlockToFileInCache(RemoteMethodServer methodServer,
String serverFileName,
byte[] block)
|
private static Boolean |
CheckinAction.invokeEcadServerCheckin(RemoteMethodServer methodServer,
byte[] xmlFileData,
String zipFileName,
Vector objectsToCheckin,
EPMAsStoredConfig storedConfig,
EPMCheckpoint checkPoint)
|
Uses of RemoteMethodServer in wt.auth |
Methods in wt.auth that return RemoteMethodServer | |
RemoteMethodServer |
SimpleMethodAuthenticator.getServer()
Supported API: false |
RemoteMethodServer |
ReAuthAuthenticator.getServer()
Supported API: false |
RemoteMethodServer |
NullLogin.getServer()
Supported API: false |
Methods in wt.auth with parameters of type RemoteMethodServer | |
void |
SimpleMethodAuthenticator.setServer(RemoteMethodServer server)
Supported API: false |
void |
ReAuthAuthenticator.setServer(RemoteMethodServer server)
Supported API: false |
void |
NullLogin.setServer(RemoteMethodServer server)
Supported API: false |
Uses of RemoteMethodServer in wt.com |
Fields in wt.com declared as RemoteMethodServer | |
private RemoteMethodServer |
WindchillComponentImpl.rms
|
private RemoteMethodServer |
WindchillComponent.rms
|
Uses of RemoteMethodServer in wt.httpgw |
Methods in wt.httpgw that return RemoteMethodServer | |
RemoteMethodServer |
HTTPLogin.getServer()
Supported API: false |
RemoteMethodServer |
GatewayAuthenticator.getServer()
Get the server proxy corresponding to this authenticator Supported API: true |
RemoteMethodServer |
FormLogin.getServer()
Supported API: false |
Methods in wt.httpgw with parameters of type RemoteMethodServer | |
void |
HTTPLogin.setServer(RemoteMethodServer server)
Supported API: false |
void |
GatewayAuthenticator.setServer(RemoteMethodServer server)
Set the server proxy corresponding to this authenticator Supported API: true |
void |
FormLogin.setServer(RemoteMethodServer server)
Supported API: false |
Uses of RemoteMethodServer in wt.method |
Methods in wt.method that return RemoteMethodServer | |
static RemoteMethodServer |
RemoteMethodServer.getInstance(URL server_codebase)
Get instance of RemoteMethodServer corresponding to the given
server codebase URL. |
static RemoteMethodServer |
RemoteMethodServer.getInstance(URL server_codebase,
String service_name)
Get instance of RemoteMethodServer corresponding to the given
server codebase URL. |
static RemoteMethodServer |
RemoteMethodServer.getDefault()
Get default instance of RemoteMethodServer . |
RemoteMethodServer |
MethodAuthenticator.getServer()
Supported API: true |
Methods in wt.method with parameters of type RemoteMethodServer | |
void |
MethodAuthenticator.setServer(RemoteMethodServer server)
Supported API: true |
Uses of RemoteMethodServer in wt.prefs |
Fields in wt.prefs declared as RemoteMethodServer | |
private static RemoteMethodServer |
PreferenceHelper.server
Static method server instance used for the client |
Uses of RemoteMethodServer in wt.session |
Methods in wt.session that return RemoteMethodServer | |
RemoteMethodServer |
TransientSessionAuthenticator.getServer()
Supported API: false |
RemoteMethodServer |
SimpleSessionAuthenticator.getServer()
Supported API: false |
Methods in wt.session with parameters of type RemoteMethodServer | |
void |
TransientSessionAuthenticator.setServer(RemoteMethodServer server)
Supported API: false |
void |
SimpleSessionAuthenticator.setServer(RemoteMethodServer server)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |