Oracle® Content Services Web Services Java API Reference
10g Release 1 (10.1.1)

B19047-01


oracle.ifs.fdk
Class WebServicesConstants

java.lang.Object
  extended byoracle.ifs.fdk.WebServicesConstants


public class WebServicesConstants
extends java.lang.Object

Constants common to both the Web Services server and client.


Field Summary
static java.lang.String LOGIN_USER
The user property key returned by RemoteLoginManager.login().
static java.lang.String SESSION_TIMEOUT
The session timeout property key returned by RemoteLoginManager.login().
static java.lang.String TRANSACTION_TIMEOUT
The transaction timeout property key returned by RemoteLoginManager.login().

Constructor Summary
WebServicesConstants()

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

LOGIN_USER

public static final java.lang.String LOGIN_USER
The user property key returned by RemoteLoginManager.login().

Constant Value: LOGIN_USER


SESSION_TIMEOUT

public static final java.lang.String SESSION_TIMEOUT
The session timeout property key returned by RemoteLoginManager.login().

Constant Value: SESSION_TIMEOUT


TRANSACTION_TIMEOUT

public static final java.lang.String TRANSACTION_TIMEOUT
The transaction timeout property key returned by RemoteLoginManager.login().

Constant Value: TRANSACTION_TIMEOUT

Constructor Detail

WebServicesConstants

public WebServicesConstants()

Oracle® Content Services Web Services Java API Reference
10g Release 1 (10.1.1)

B19047-01


Copyright © 2002, 2005, Oracle. All rights reserved.