com.sas.metadata.remote
Interface SASPassword

All Superinterfaces:
CMetadata, MdObjectBase, MdObjectBaseUtil, MdObjectBaseXML, java.rmi.Remote, Root, SecondaryType

public interface SASPassword
extends SecondaryType

Represents the storage of SAS passwords for SAS tables or connections. There will be one of these for each type of password associated with a file.

Attributes of SASPassword are:

Associations of SASPassword are:

Usage

To create an instance of this SASPassword, use the factory create methods.
Example: create a SASPassword with name "SASPassword_Object", in repository "AAAAAAAA".
 // create a store to contain your objects for this change. If you do not have an existing object
 // or store to use.  You may obtain the store from another object by using Object.getObjectStore().
 MdFactory factory; //where "factory" is a valid MdFactory instance
 MdObjectStore objectStore = factory.createObjectStore();
 SASPassword myObject = (SASPassword) factory.createComplexMetadataObject(objectStore, "SASPassword_Object", MetadataObjects.SASPASSWORD, "AAAAAAAA");
 myObject.updateMetadataAll();  // Write object to server
 objectStore.dispose();  // dispose of the object store if it is no longer needed
 

Behavior

Dependencies

This class depends on objects being contained in an MdObjectStore. Object stores should be disposed of when they are no longer needed as this will help clean up memory. Disposing an object store will dispose of all objects contained within that store.

Since:
9.0

Field Summary
static java.lang.String ASSOCIATION_PROTECTEDCONNECTIONS_NAME
          Constant used for the name of the ProtectedConnections association.
static java.lang.String ASSOCIATION_PROTECTEDPASSTHRUS_NAME
          Constant used for the name of the ProtectedPassthrus association.
static java.lang.String ASSOCIATION_PROTECTEDTABLE_NAME
          Constant used for the name of the ProtectedTable association.
static java.lang.String ASSOCIATION_TSASSOCIATEDNAMESPACE_NAME
          Constant used for the name of the TSAssociatedNamespace association.
static java.lang.String ATTRIBUTE_PASSWORD_NAME
          Constant used for the name of the Password attribute.
static java.lang.String ATTRIBUTE_TYPE_NAME
          Constant used for the name of the Type attribute.
 
Fields inherited from interface com.sas.metadata.remote.Root
ASSOCIATION_ACCESSCONTROLS_NAME, ASSOCIATION_CHANGES_NAME, ASSOCIATION_CUSTOMASSOCIATIONS_NAME, ASSOCIATION_DOCUMENTS_NAME, ASSOCIATION_EXTENSIONS_NAME, ASSOCIATION_EXTERNALIDENTITIES_NAME, ASSOCIATION_GROUPS_NAME, ASSOCIATION_IMPLEMENTORS_NAME, ASSOCIATION_KEYWORDS_NAME, ASSOCIATION_LOCALIZEDATTRIBUTES_NAME, ASSOCIATION_NOTES_NAME, ASSOCIATION_PRIMARYPROPERTYGROUP_NAME, ASSOCIATION_PROMPTS_NAME, ASSOCIATION_PROPERTIES_NAME, ASSOCIATION_PROPERTYSETS_NAME, ASSOCIATION_REFERENCEDOBJECTS_NAME, ASSOCIATION_RESPONSIBLEPARTIES_NAME, ASSOCIATION_SOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECSOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECTARGETTRANSFORMATIONS_NAME, ASSOCIATION_TARGETTRANSFORMATIONS_NAME, ASSOCIATION_TIMESTAMPS_NAME, ASSOCIATION_TREES_NAME, ASSOCIATION_TSOBJECTNAMESPACE_NAME, ASSOCIATION_USEDBYPROTOTYPES_NAME, ASSOCIATION_USINGPROTOTYPE_NAME, ASSOCIATION_VARIABLES_NAME, ATTRIBUTE_CHANGESTATE_NAME, ATTRIBUTE_LOCKEDBY_NAME, ATTRIBUTE_USAGEVERSION_NAME
 
Fields inherited from interface com.sas.metadata.remote.MdObjectBase
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAME
 
Method Summary
 java.lang.String getPassword()
          Gets the String value of Password
 int getPasswordMaxLength()
          Gets the maximum length of Password
 int getPasswordState()
          Gets the Metadata State of Password
 AssociationList getProtectedConnections()
          Gets the Association list of ProtectedConnections
 AssociationList getProtectedConnections(boolean fGoToServer)
          Gets the Associationlist of ProtectedConnections
 AssociationList getProtectedPassthrus()
          Gets the Association list of ProtectedPassthrus
 AssociationList getProtectedPassthrus(boolean fGoToServer)
          Gets the Associationlist of ProtectedPassthrus
 PhysicalTable getProtectedTable()
          Gets the PhysicalTable for ProtectedTable
 AssociationList getProtectedTables()
          Gets the Association list of ProtectedTables
 AssociationList getProtectedTables(boolean fGoToServer)
          Gets the Associationlist of ProtectedTables
 TSNamespace getTSAssociatedNamespace()
          Gets the TSNamespace for TSAssociatedNamespace
 AssociationList getTSAssociatedNamespaces()
          Gets the Association list of TSAssociatedNamespaces
 AssociationList getTSAssociatedNamespaces(boolean fGoToServer)
          Gets the Associationlist of TSAssociatedNamespaces
 java.lang.String getType()
          Gets the String value of Type
 int getTypeMaxLength()
          Gets the maximum length of Type
 int getTypeState()
          Gets the Metadata State of Type
 void initializePredObjects()
          (S) Adds the Associated objects to the predObjects which are:
 void initializeRequiredObjects()
          (S) This initializes the Required Objects(Roles) which are:
 void setPassword(java.lang.String inPassword)
          Sets the Password value and sets the state to MetadataState.LOCAL.
 void setPassword(java.lang.String inPassword, int state)
          Sets the Password Metadata State.
 void setPasswordState(int state)
          Sets the Metadata State of Password.
 void setProtectedConnections(AssociationList list)
          Sets the ProtectedConnections list to be list.
 void setProtectedConnections(AssociationList inObjects, int state)
          Sets the entire ProtectedConnections list to match the passed in AssociationList, sets the state of the ProtectedConnections
 void setProtectedPassthrus(AssociationList list)
          Sets the ProtectedPassthrus list to be list.
 void setProtectedPassthrus(AssociationList inObjects, int state)
          Sets the entire ProtectedPassthrus list to match the passed in AssociationList, sets the state of the ProtectedPassthrus
 void setProtectedTable(PhysicalTable inObject)
          Sets the ProtectedTables list 0th element to be inObject.
 void setProtectedTables(AssociationList list)
          Sets the ProtectedTables list to be list.
 void setProtectedTables(AssociationList list, int state)
          Sets the ProtectedTables list to be list.
 void setTSAssociatedNamespace(TSNamespace inObject)
          Sets the TSAssociatedNamespaces list 0th element to be inObject.
 void setTSAssociatedNamespaces(AssociationList list)
          Sets the TSAssociatedNamespaces list to be list.
 void setTSAssociatedNamespaces(AssociationList list, int state)
          Sets the TSAssociatedNamespaces list to be list.
 void setType(java.lang.String inType)
          Sets the Type value and sets the state to MetadataState.LOCAL.
 void setType(java.lang.String inType, int state)
          Sets the Type Metadata State.
 void setTypeState(int state)
          Sets the Metadata State of Type.
 
Methods inherited from interface com.sas.metadata.remote.Root
getAccessControls, getAccessControls, getChanges, getChanges, getChangeState, getChangeStateMaxLength, getChangeStateState, getCustomAssociations, getCustomAssociations, getDocuments, getDocuments, getExtensions, getExtensions, getExternalIdentities, getExternalIdentities, getGroups, getGroups, getImplementors, getImplementors, getKeywords, getKeywords, getLocalizedAttributes, getLocalizedAttributes, getLockedBy, getLockedByMaxLength, getLockedByState, getNotes, getNotes, getPrimaryPropertyGroup, getPrimaryPropertyGroups, getPrimaryPropertyGroups, getPrompts, getPrompts, getProperties, getProperties, getPropertySets, getPropertySets, getReferencedObjects, getReferencedObjects, getResponsibleParties, getResponsibleParties, getSourceTransformations, getSourceTransformations, getSpecSourceTransformations, getSpecSourceTransformations, getSpecTargetTransformations, getSpecTargetTransformations, getTargetTransformations, getTargetTransformations, getTimestamps, getTimestamps, getTrees, getTrees, getTSObjectNamespace, getTSObjectNamespaces, getTSObjectNamespaces, getUsageVersion, getUsageVersionState, getUsedByPrototypes, getUsedByPrototypes, getUsingPrototype, getUsingPrototypes, getUsingPrototypes, getVariables, getVariables, setAccessControls, setAccessControls, setChanges, setChanges, setChangeState, setChangeState, setChangeStateState, setCustomAssociations, setCustomAssociations, setDocuments, setDocuments, setExtensions, setExtensions, setExternalIdentities, setExternalIdentities, setGroups, setGroups, setImplementors, setImplementors, setKeywords, setKeywords, setLocalizedAttributes, setLocalizedAttributes, setLockedBy, setLockedBy, setLockedByState, setNotes, setNotes, setPrimaryPropertyGroup, setPrimaryPropertyGroups, setPrimaryPropertyGroups, setPrompts, setPrompts, setProperties, setProperties, setPropertySets, setPropertySets, setReferencedObjects, setReferencedObjects, setResponsibleParties, setResponsibleParties, setSourceTransformations, setSourceTransformations, setSpecSourceTransformations, setSpecSourceTransformations, setSpecTargetTransformations, setSpecTargetTransformations, setTargetTransformations, setTargetTransformations, setTimestamps, setTimestamps, setTrees, setTrees, setTSObjectNamespace, setTSObjectNamespaces, setTSObjectNamespaces, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersionState, setUsedByPrototypes, setUsedByPrototypes, setUsingPrototype, setUsingPrototypes, setUsingPrototypes, setVariables, setVariables
 
Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll
 
Methods inherited from interface com.sas.metadata.remote.MdObjectBaseUtil
addMdObjectListener, delete, dispose, fireMdObjectModified, getAssociatedObjects, getAssociatedObjects, getAssociatedObjects, getAssociationNames, getAssocs, getAssocsWA, getAttributeNames, getAttrs, getAttrsStates, getChangeManagementState, getChgMgtExternalIdentityImportType, getClientSideOnlyObject, getMdObjectAssociation, getPopulatedAssocs, getUpdatedAttrs, getViewList, isCheckedOut, isLocked, objectModified, removeMdObjectListener, setAttrs, setChangeManagementTargetRepository, setChgMgtExternalIdentityImportType, setClientSideOnlyObject, setMdObjectAssociation, touch, updateAssnsIds
 
Methods inherited from interface com.sas.metadata.remote.MdObjectBase
addElementToChangeList, clearChangeList, getChangeList, getCMetadataType, getDesc, getDescMaxLength, getDescState, getFQID, getId, getIdState, getMetadataCreated, getMetadataCreatedState, getMetadataUpdated, getMetadataUpdatedState, getName, getNameMaxLength, getNameState, getObjectStore, getPredAssociations, getRepositoryID, getRequiredAssociations, getState, isAssociationRequired, isNewObject, isPredAssociation, removeElementFromChangeList, resetObject, resetState, resetStates, setCMetadataType, setDesc, setDesc, setDescState, setFQID, setFQID, setId, setId, setIdState, setMetadataCreated, setMetadataCreated, setMetadataCreatedState, setMetadataUpdated, setMetadataUpdated, setMetadataUpdatedState, setName, setName, setNameState, setObjectStore, setState
 

Field Detail

ATTRIBUTE_PASSWORD_NAME

static final java.lang.String ATTRIBUTE_PASSWORD_NAME
Constant used for the name of the Password attribute.

Password: Password

See Also:
Constant Field Values

ATTRIBUTE_TYPE_NAME

static final java.lang.String ATTRIBUTE_TYPE_NAME
Constant used for the name of the Type attribute.

Type: The type of the SAS password for the table. Values are: READ, WRITE, ALTER, ALL, SASPW

See Also:
Constant Field Values

ASSOCIATION_PROTECTEDCONNECTIONS_NAME

static final java.lang.String ASSOCIATION_PROTECTEDCONNECTIONS_NAME
Constant used for the name of the ProtectedConnections association.

ProtectedConnections: The connection for protected servers. 

See Also:
Constant Field Values

ASSOCIATION_PROTECTEDPASSTHRUS_NAME

static final java.lang.String ASSOCIATION_PROTECTEDPASSTHRUS_NAME
Constant used for the name of the ProtectedPassthrus association.

ProtectedPassthrus: The connection for protected passthrus. 

See Also:
Constant Field Values

ASSOCIATION_PROTECTEDTABLE_NAME

static final java.lang.String ASSOCIATION_PROTECTEDTABLE_NAME
Constant used for the name of the ProtectedTable association.

ProtectedTable: The table associated with this password. 

See Also:
Constant Field Values

ASSOCIATION_TSASSOCIATEDNAMESPACE_NAME

static final java.lang.String ASSOCIATION_TSASSOCIATEDNAMESPACE_NAME
Constant used for the name of the TSAssociatedNamespace association.

TSAssociatedNamespace: The table server namespaces that use this access key. 

See Also:
Constant Field Values
Method Detail

initializeRequiredObjects

void initializeRequiredObjects()
                               throws java.rmi.RemoteException
(S) This initializes the Required Objects(Roles) which are:

Specified by:
initializeRequiredObjects in interface MdObjectBaseUtil
Specified by:
initializeRequiredObjects in interface Root
Specified by:
initializeRequiredObjects in interface SecondaryType
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

initializePredObjects

void initializePredObjects()
                           throws java.rmi.RemoteException
(S) Adds the Associated objects to the predObjects which are:

Specified by:
initializePredObjects in interface MdObjectBase
Specified by:
initializePredObjects in interface Root
Specified by:
initializePredObjects in interface SecondaryType
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getPassword

java.lang.String getPassword()
                             throws java.rmi.RemoteException
Gets the String value of Password

Returns:
The Password
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getPasswordState

int getPasswordState()
                     throws java.rmi.RemoteException
Gets the Metadata State of Password

Returns:
The State.
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getPasswordMaxLength

int getPasswordMaxLength()
                         throws java.rmi.RemoteException
Gets the maximum length of Password

Returns:
The max size
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getType

java.lang.String getType()
                         throws java.rmi.RemoteException
Gets the String value of Type

Returns:
The Type
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getTypeState

int getTypeState()
                 throws java.rmi.RemoteException
Gets the Metadata State of Type

Returns:
The State.
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getTypeMaxLength

int getTypeMaxLength()
                     throws java.rmi.RemoteException
Gets the maximum length of Type

Returns:
The max size
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getProtectedConnections

AssociationList getProtectedConnections()
                                        throws java.rmi.RemoteException,
                                               MdException
Gets the Association list of ProtectedConnections

Returns:
The AssociationList of ProtectedConnections which can be of type:
Connection
SASClientConnection
OpenClientConnection
TCPIPConnection
COMConnection
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

getProtectedPassthrus

AssociationList getProtectedPassthrus()
                                      throws java.rmi.RemoteException,
                                             MdException
Gets the Association list of ProtectedPassthrus

Returns:
The AssociationList of ProtectedPassthrus which can be of type:
Connection
SASClientConnection
OpenClientConnection
TCPIPConnection
COMConnection
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

getProtectedTables

AssociationList getProtectedTables()
                                   throws java.rmi.RemoteException,
                                          MdException
Gets the Association list of ProtectedTables

Returns:
The AssociationList of ProtectedTables which can be of type:
PhysicalTable
WorkTable
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

getProtectedTable

PhysicalTable getProtectedTable()
                                throws java.rmi.RemoteException,
                                       MdException
Gets the PhysicalTable for ProtectedTable

Returns:
The PhysicalTable ( null if not set ) of ProtectedTable which can be of type:
PhysicalTable
WorkTable
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

getTSAssociatedNamespaces

AssociationList getTSAssociatedNamespaces()
                                          throws java.rmi.RemoteException,
                                                 MdException
Gets the Association list of TSAssociatedNamespaces

Returns:
The AssociationList of TSAssociatedNamespaces which can be of type:
TSNamespace
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

getTSAssociatedNamespace

TSNamespace getTSAssociatedNamespace()
                                     throws java.rmi.RemoteException,
                                            MdException
Gets the TSNamespace for TSAssociatedNamespace

Returns:
The TSNamespace ( null if not set ) of TSAssociatedNamespace which can be of type:
TSNamespace
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

getProtectedConnections

AssociationList getProtectedConnections(boolean fGoToServer)
                                        throws java.rmi.RemoteException,
                                               MdException
Gets the Associationlist of ProtectedConnections

Parameters:
fGoToServer - boolean Get the value from the server.
Returns:
Returns the ProtectedConnections which can be of type:
Connection
SASClientConnection
OpenClientConnection
TCPIPConnection
COMConnection
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

getProtectedPassthrus

AssociationList getProtectedPassthrus(boolean fGoToServer)
                                      throws java.rmi.RemoteException,
                                             MdException
Gets the Associationlist of ProtectedPassthrus

Parameters:
fGoToServer - boolean Get the value from the server.
Returns:
Returns the ProtectedPassthrus which can be of type:
Connection
SASClientConnection
OpenClientConnection
TCPIPConnection
COMConnection
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

getProtectedTables

AssociationList getProtectedTables(boolean fGoToServer)
                                   throws java.rmi.RemoteException,
                                          MdException
Gets the Associationlist of ProtectedTables

Parameters:
fGoToServer - boolean Get the value from the server.
Returns:
Returns the ProtectedTables which can be of type:
PhysicalTable
WorkTable
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

getTSAssociatedNamespaces

AssociationList getTSAssociatedNamespaces(boolean fGoToServer)
                                          throws java.rmi.RemoteException,
                                                 MdException
Gets the Associationlist of TSAssociatedNamespaces

Parameters:
fGoToServer - boolean Get the value from the server.
Returns:
Returns the TSAssociatedNamespaces which can be of type:
TSNamespace
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

setPassword

void setPassword(java.lang.String inPassword)
                 throws java.rmi.RemoteException
Sets the Password value and sets the state to MetadataState.LOCAL.

Parameters:
inPassword - String
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setPassword

void setPassword(java.lang.String inPassword,
                 int state)
                 throws java.rmi.RemoteException
Sets the Password Metadata State.

Parameters:
inPassword - String
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setPasswordState

void setPasswordState(int state)
                      throws java.rmi.RemoteException
Sets the Metadata State of Password.

Parameters:
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setType

void setType(java.lang.String inType)
             throws java.rmi.RemoteException
Sets the Type value and sets the state to MetadataState.LOCAL.

Parameters:
inType - String
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setType

void setType(java.lang.String inType,
             int state)
             throws java.rmi.RemoteException
Sets the Type Metadata State.

Parameters:
inType - String
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setTypeState

void setTypeState(int state)
                  throws java.rmi.RemoteException
Sets the Metadata State of Type.

Parameters:
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setProtectedConnections

void setProtectedConnections(AssociationList list)
                             throws java.rmi.RemoteException
Sets the ProtectedConnections list to be list. Objects of which can be of type:
Connection
SASClientConnection
OpenClientConnection
TCPIPConnection
COMConnection

Parameters:
list - AssociationList
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setProtectedConnections

void setProtectedConnections(AssociationList inObjects,
                             int state)
                             throws java.rmi.RemoteException
Sets the entire ProtectedConnections list to match the passed in AssociationList, sets the state of the ProtectedConnections

Parameters:
inObjects - AssociationList
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setProtectedPassthrus

void setProtectedPassthrus(AssociationList list)
                           throws java.rmi.RemoteException
Sets the ProtectedPassthrus list to be list. Objects of which can be of type:
Connection
SASClientConnection
OpenClientConnection
TCPIPConnection
COMConnection

Parameters:
list - AssociationList
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setProtectedPassthrus

void setProtectedPassthrus(AssociationList inObjects,
                           int state)
                           throws java.rmi.RemoteException
Sets the entire ProtectedPassthrus list to match the passed in AssociationList, sets the state of the ProtectedPassthrus

Parameters:
inObjects - AssociationList
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setProtectedTables

void setProtectedTables(AssociationList list)
                        throws java.rmi.RemoteException
Sets the ProtectedTables list to be list. Objects of which can be of type:
PhysicalTable
WorkTable

Parameters:
list - AssociationList
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setProtectedTables

void setProtectedTables(AssociationList list,
                        int state)
                        throws java.rmi.RemoteException
Sets the ProtectedTables list to be list. Objects of which can be of type:
PhysicalTable
WorkTable

Parameters:
list - AssociationList
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setProtectedTable

void setProtectedTable(PhysicalTable inObject)
                       throws java.rmi.RemoteException
Sets the ProtectedTables list 0th element to be inObject.

Parameters:
inObject - PhysicalTable
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setTSAssociatedNamespaces

void setTSAssociatedNamespaces(AssociationList list)
                               throws java.rmi.RemoteException
Sets the TSAssociatedNamespaces list to be list. Objects of which can be of type:
TSNamespace

Parameters:
list - AssociationList
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setTSAssociatedNamespaces

void setTSAssociatedNamespaces(AssociationList list,
                               int state)
                               throws java.rmi.RemoteException
Sets the TSAssociatedNamespaces list to be list. Objects of which can be of type:
TSNamespace

Parameters:
list - AssociationList
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setTSAssociatedNamespace

void setTSAssociatedNamespace(TSNamespace inObject)
                              throws java.rmi.RemoteException
Sets the TSAssociatedNamespaces list 0th element to be inObject.

Parameters:
inObject - TSNamespace
Throws:
java.rmi.RemoteException - If error communicating with remote object.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.