Remote Systems
v6.4.1

com.ibm.etools.systems.dstore.core.model
Class DataStoreAttributes

java.lang.Object
  extended bycom.ibm.etools.systems.dstore.core.model.DataStoreAttributes
Direct Known Subclasses:
ClientAttributes, ServerAttributes

public class DataStoreAttributes
extends Object

This class is used to store attributes that are required for configurating a remote connection.


Field Summary
static int A_HOST_NAME
           
static int A_HOST_PATH
           
static int A_HOST_PORT
           
static int A_LOCAL_NAME
           
static int A_LOCAL_PATH
           
static int A_LOG_NAME
           
static int A_LOG_PATH
           
static int A_PLUGIN_PATH
           
static int A_ROOT_NAME
           
static int A_ROOT_PATH
           
static int A_SIZE
           
static String Copyright
           
static String DATASTORE_VERSION
           
 
Constructor Summary
DataStoreAttributes()
          Constructor
 
Method Summary
 String getAttribute(int attributeIndex)
          Gets an attribute at a specified index
 void setAttribute(int attributeIndex, String attribute)
          Set an attribute at a specified index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

DATASTORE_VERSION

public static final String DATASTORE_VERSION
See Also:
Constant Field Values

A_PLUGIN_PATH

public static final int A_PLUGIN_PATH
See Also:
Constant Field Values

A_ROOT_NAME

public static final int A_ROOT_NAME
See Also:
Constant Field Values

A_ROOT_PATH

public static final int A_ROOT_PATH
See Also:
Constant Field Values

A_HOST_NAME

public static final int A_HOST_NAME
See Also:
Constant Field Values

A_HOST_PATH

public static final int A_HOST_PATH
See Also:
Constant Field Values

A_HOST_PORT

public static final int A_HOST_PORT
See Also:
Constant Field Values

A_LOCAL_NAME

public static final int A_LOCAL_NAME
See Also:
Constant Field Values

A_LOCAL_PATH

public static final int A_LOCAL_PATH
See Also:
Constant Field Values

A_LOG_NAME

public static final int A_LOG_NAME
See Also:
Constant Field Values

A_LOG_PATH

public static final int A_LOG_PATH
See Also:
Constant Field Values

A_SIZE

public static final int A_SIZE
See Also:
Constant Field Values
Constructor Detail

DataStoreAttributes

public DataStoreAttributes()
Constructor

Method Detail

getAttribute

public String getAttribute(int attributeIndex)
Gets an attribute at a specified index

Parameters:
attributeIndex - the index of an attribute
Returns:
the attribute

setAttribute

public void setAttribute(int attributeIndex,
                         String attribute)
Set an attribute at a specified index

Parameters:
attributeIndex - the index of an attribute

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.