Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


oracle.ifs.fdk
Class WebServicesConstants

java.lang.Object
  extended by oracle.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()
           

 

Method Summary

 

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
Description copied from class: WebServicesConstants
The user property key returned by RemoteLoginManager.login().

Constant Value: LOGIN_USER


SESSION_TIMEOUT

public static final java.lang.String SESSION_TIMEOUT
Description copied from class: WebServicesConstants
The session timeout property key returned by RemoteLoginManager.login().

Constant Value: SESSION_TIMEOUT


TRANSACTION_TIMEOUT

public static final java.lang.String TRANSACTION_TIMEOUT
Description copied from class: WebServicesConstants
The transaction timeout property key returned by RemoteLoginManager.login().

Constant Value: TRANSACTION_TIMEOUT

Constructor Detail

WebServicesConstants

public WebServicesConstants()

Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


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