com.tibco.bw.plugin.config.rmi
Interface RMIConfigProps

All Superinterfaces:
CommonProps
All Known Subinterfaces:
RMIServerConfigProps

public interface RMIConfigProps
extends CommonProps

The set of all configuration properties of the RMI Lookup Activity.


Field Summary
static byte ALIAS_LIBRARY
          This is the Alias Library configuration property.
static byte REGISTRY_HOSTNAME
          This is the Registry Host Name configuration property.
static byte REGISTRY_SERVER_PORT
          This is the Registry Server Port configuration property.
static byte REMOTE_OBJECT_NAME
          This is the Remote Object Name configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

ALIAS_LIBRARY


static final byte ALIAS_LIBRARY
This is the Alias Library configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

REMOTE_OBJECT_NAME


static final byte REMOTE_OBJECT_NAME
This is the Remote Object Name configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

REGISTRY_HOSTNAME


static final byte REGISTRY_HOSTNAME
This is the Registry Host Name configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

REGISTRY_SERVER_PORT


static final byte REGISTRY_SERVER_PORT
This is the Registry Server Port configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved