org.sapia.ubik.rmi.server.transport.http.servlet
Interface ServletConsts

All Known Implementing Classes:
ServletTransportProvider

public interface ServletConsts

Holds constants.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2004 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Field Summary
static String DEFAULT_SERVLET_TRANSPORT_TYPE
          Constant that corresponds to the default identifier of the servlet transport (http/servlet).
static String SERVLET_URL_KEY
          Constant that correspond to the key specifying the value of the property indicating the URL of the servlet that is used to receive remote method calls (ubik.rmi.transport.servlet.url).
 

Field Detail

DEFAULT_SERVLET_TRANSPORT_TYPE

static final String DEFAULT_SERVLET_TRANSPORT_TYPE
Constant that corresponds to the default identifier of the servlet transport (http/servlet).

See Also:
Constant Field Values

SERVLET_URL_KEY

static final String SERVLET_URL_KEY
Constant that correspond to the key specifying the value of the property indicating the URL of the servlet that is used to receive remote method calls (ubik.rmi.transport.servlet.url).

See Also:
Constant Field Values


Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.