jrun.jms.core.client.rmi
Interface RmiJmsConstants


public interface RmiJmsConstants

This interface defines constants used by this package.

Version:
$Revision: 1.2 $ $Date: 2001/06/07 02:57:54 $ created by Jim Alateras

Field Summary
static int DEFAULT_CLIENT_PING_INTERVAL
          This is the default client ping interval time in ms
static java.lang.String RMI_CLIENT_PING_INTERVAL
          This is the property name for specifying the ping interval
static java.lang.String RMI_SERVER_NAME
          This name of the server
static java.lang.String RMI_SERVER_PORT
           
 

Field Detail

RMI_SERVER_NAME

public static final java.lang.String RMI_SERVER_NAME
This name of the server

RMI_CLIENT_PING_INTERVAL

public static final java.lang.String RMI_CLIENT_PING_INTERVAL
This is the property name for specifying the ping interval

DEFAULT_CLIENT_PING_INTERVAL

public static final int DEFAULT_CLIENT_PING_INTERVAL
This is the default client ping interval time in ms

RMI_SERVER_PORT

public static final java.lang.String RMI_SERVER_PORT


Copyright � 2002 Macromedia Corporation. All Rights Reserved.