Remote System Explorer DataStore
Release 3.2

org.eclipse.dstore.core.model
Class DataStoreAttributes

java.lang.Object
  extended by org.eclipse.dstore.core.model.DataStoreAttributes

public class DataStoreAttributes
extends Object

This class is used to store attributes that are required for configuring 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 DATASTORE_VERSION
          Datastore Protocol 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

DATASTORE_VERSION

public static final String DATASTORE_VERSION
Datastore Protocol Version. Current value = "DataStore.8.0.0". Will be changed with protocol updates (which are only rarely necessary).

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 System Explorer DataStore
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.