Interface Connection
- All Superinterfaces:
CMetadata,ContentLocation,DeployedDataPackage,MdObjectBase,MdObjectBaseUtil,MdObjectBaseXML,PrimaryType,Remote,Root
- All Known Subinterfaces:
COMConnection,OpenClientConnection,SASClientConnection,TCPIPConnection
Attributes of Connection are:
Associations of Connection are:
Usage
To create an instance of this Connection, use thefactory
create methods. Example: create a Connection with name "Connection_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(); Connection myObject = (Connection) factory.createComplexMetadataObject(objectStore, "Connection_Object", MetadataObjects.CONNECTION, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
Behavior
- Attributes and associations for this object can be retrieved by using the methods in
MdOMIUtil. - When changes are made to the object, either by setting an attribute or adding objects to a particular association,
they can be persisted to the metadata server with the
updateMetadataAllmethod. - If an object needs to be deleted, the
deletemethod can be used. This will flag the object as being deleted on the client, and will require an update call to persist the change to the server.
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
FieldsModifier and TypeFieldDescriptionstatic final StringConstant used for the name of the DataSources association.static final StringConstant used for the name of the Domain association.static final StringConstant used for the name of the PassthruPassword association.static final StringConstant used for the name of the Providers association.static final StringConstant used for the name of the SAPW association.static final StringConstant used for the name of the Source association.static final StringConstant used for the name of the ApplicationProtocol attribute.static final StringConstant used for the name of the AuthenticationType attribute.static final StringConstant used for the name of the CommunicationProtocol attribute.Fields inherited from interface com.sas.metadata.remote.ContentLocation
ASSOCIATION_ASSOCIATEDCONTENTTYPE_NAME, ASSOCIATION_FILEREFS_NAME, ASSOCIATION_REPORTS_NAME, ASSOCIATION_TSASSOCIATEDNAMESPACE_NAME, ASSOCIATION_UNITOFTIMES_NAMEFields inherited from interface com.sas.metadata.remote.DeployedDataPackage
ASSOCIATION_ALIASES_NAME, ASSOCIATION_ALIASFOR_NAME, ASSOCIATION_DEPLOYEDCOMPONENTS_NAME, ASSOCIATION_TABLECOLLECTIONS_NAME, ASSOCIATION_USEDBYPACKAGES_NAME, ASSOCIATION_USINGPACKAGES_NAMEFields inherited from interface com.sas.metadata.remote.MdObjectBase
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAMEFields inherited from interface com.sas.metadata.remote.PrimaryType
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_NAMEFields 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 -
Method Summary
Modifier and TypeMethodDescriptionStringGets theStringvalue ofApplicationProtocolintGets the maximum length ofApplicationProtocolintGets the Metadata State ofApplicationProtocolStringGets theStringvalue ofAuthenticationTypeintGets the maximum length ofAuthenticationTypeintGets the Metadata State ofAuthenticationTypeStringGets theStringvalue ofCommunicationProtocolintGets the maximum length ofCommunicationProtocolintGets the Metadata State ofCommunicationProtocolGets the Association list ofDataSourcesgetDataSources(boolean fGoToServer) Gets the Associationlist ofDataSourcesGets theAuthenticationDomainforDomainGets the AssociationList ofDomainsgetDomains(boolean fGoToServer) Gets the Associationlist ofDomainsGets theSASPasswordforPassthruPasswordGets the AssociationList ofPassthruPasswordsgetPassthruPasswords(boolean fGoToServer) Gets the Associationlist ofPassthruPasswordsGets the AssociationList ofProvidersgetProviders(boolean fGoToServer) Gets the Associationlist ofProvidersgetSAPW()Gets theSASPasswordforSAPWgetSAPWs()Gets the AssociationList ofSAPWsgetSAPWs(boolean fGoToServer) Gets the Associationlist ofSAPWsGets theDeployedComponentforSourceGets the Association list ofSourcesgetSources(boolean fGoToServer) Gets the Associationlist ofSourcesvoid(S) Adds the Associated objects to the predObjects which are:
Domain
PassthruPassword
Providers
SAPWvoid(S) This initializes the Required Objects(Roles) which are:
SourcevoidsetApplicationProtocol(String inApplicationProtocol) Sets theApplicationProtocolvalue and sets the state to MetadataState.LOCAL.voidsetApplicationProtocol(String inApplicationProtocol, int state) Sets theApplicationProtocolMetadata State.voidsetApplicationProtocolState(int state) Sets the Metadata State ofApplicationProtocol.voidsetAuthenticationType(String inAuthenticationType) Sets theAuthenticationTypevalue and sets the state to MetadataState.LOCAL.voidsetAuthenticationType(String inAuthenticationType, int state) Sets theAuthenticationTypeMetadata State.voidsetAuthenticationTypeState(int state) Sets the Metadata State ofAuthenticationType.voidsetCommunicationProtocol(String inCommunicationProtocol) Sets theCommunicationProtocolvalue and sets the state to MetadataState.LOCAL.voidsetCommunicationProtocol(String inCommunicationProtocol, int state) Sets theCommunicationProtocolMetadata State.voidsetCommunicationProtocolState(int state) Sets the Metadata State ofCommunicationProtocol.voidSets theDataSourceslist to belist.voidsetDataSources(AssociationList inObjects, int state) Sets the entire DataSources list to match the passed in AssociationList, sets the state of the DataSourcesvoidsetDomain(AuthenticationDomain inObject) Sets theDomainslist 0th element to beinObject.voidsetDomains(AssociationList list) Sets theDomainslist to belist.voidsetDomains(AssociationList list, int state) Sets theDomainslist to belist.voidsetPassthruPassword(SASPassword inObject) Sets thePassthruPasswordslist 0th element to beinObject.voidSets thePassthruPasswordslist to belist.voidsetPassthruPasswords(AssociationList list, int state) Sets thePassthruPasswordslist to belist.voidsetProviders(AssociationList list) Sets theProviderslist to belist.voidsetProviders(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidsetSAPW(SASPassword inObject) Sets theSAPWslist 0th element to beinObject.voidsetSAPWs(AssociationList list) Sets theSAPWslist to belist.voidsetSAPWs(AssociationList list, int state) Sets theSAPWslist to belist.voidsetSource(DeployedComponent inObject) Sets theSourceslist 0th element to beinObject.voidsetSources(AssociationList list) Sets theSourceslist to belist.voidsetSources(AssociationList list, int state) Sets theSourceslist to belist.Methods inherited from interface com.sas.metadata.remote.ContentLocation
getAssociatedContentType, getAssociatedContentTypes, getAssociatedContentTypes, getFileRefs, getFileRefs, getReports, getReports, getTSAssociatedNamespace, getTSAssociatedNamespaces, getTSAssociatedNamespaces, getUnitofTimes, getUnitofTimes, setAssociatedContentType, setAssociatedContentTypes, setAssociatedContentTypes, setFileRefs, setFileRefs, setReports, setReports, setTSAssociatedNamespace, setTSAssociatedNamespaces, setTSAssociatedNamespaces, setUnitofTimes, setUnitofTimesMethods inherited from interface com.sas.metadata.remote.DeployedDataPackage
getAliases, getAliases, getAliasFor, getAliasFors, getAliasFors, getDeployedComponents, getDeployedComponents, getTableCollections, getTableCollections, getUsedByPackages, getUsedByPackages, getUsingPackages, getUsingPackages, setAliases, setAliases, setAliasFor, setAliasFors, setAliasFors, setDeployedComponents, setDeployedComponents, setTableCollections, setTableCollections, setUsedByPackages, setUsedByPackages, setUsingPackages, setUsingPackagesMethods 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, setStateMethods inherited from interface com.sas.metadata.remote.MdObjectBaseUtil
addMdObjectListener, delete, dispose, fireMdObjectModified, getAssociatedObjects, getAssociatedObjects, getAssociatedObjects, getAssociationNames, getAssocs, getAssocsWA, getAttributeNames, getAttrs, getAttrsStates, getAuthorizationUtil, getChangeManagementState, getChgMgtExternalIdentityImportType, getClientSideOnlyObject, getMdObjectAssociation, getPopulatedAssocs, getUpdatedAttrs, getViewList, isCheckedOut, isLocked, objectModified, removeMdObjectListener, setAttrs, setChangeManagementTargetRepository, setChgMgtExternalIdentityImportType, setClientSideOnlyObject, setMdObjectAssociation, touch, updateAssnsIdsMethods inherited from interface com.sas.metadata.remote.MdObjectBaseXML
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAllMethods inherited from interface com.sas.metadata.remote.PrimaryType
getFavoritesContainers, getFavoritesContainers, getIsHidden, getIsHiddenState, getPublicType, getPublicTypeMaxLength, getPublicTypeState, setFavoritesContainers, setFavoritesContainers, setIsHidden, setIsHidden, setIsHidden, setIsHidden, setIsHiddenState, setPublicType, setPublicType, setPublicTypeStateMethods 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
-
Field Details
-
ATTRIBUTE_AUTHENTICATIONTYPE_NAME
static final String ATTRIBUTE_AUTHENTICATIONTYPE_NAMEConstant used for the name of the AuthenticationType attribute.AuthenticationType: This attribute indicates the type of authentication needed to connect to this server. It has an enumerated set of values: none user/password password certificate
- See Also:
-
ATTRIBUTE_COMMUNICATIONPROTOCOL_NAME
static final String ATTRIBUTE_COMMUNICATIONPROTOCOL_NAMEConstant used for the name of the CommunicationProtocol attribute.CommunicationProtocol: This attribute indicates the communication protocol: TCP, APPC and any others that may be supported.
- See Also:
-
ATTRIBUTE_APPLICATIONPROTOCOL_NAME
static final String ATTRIBUTE_APPLICATIONPROTOCOL_NAMEConstant used for the name of the ApplicationProtocol attribute.ApplicationProtocol: This attribute represents the application level protocol being used on this connection. It can have values like CONNECT, SHARE, Bridge, etc. It allows the list of connections to be queried by the type of usage expected, regardless of communication protocol.
- See Also:
-
ASSOCIATION_DOMAIN_NAME
static final String ASSOCIATION_DOMAIN_NAMEConstant used for the name of the Domain association.Domain: The name of the authorization domain that maintains the user identities and credentials used to connect to the deployed component accessed through this connection object.
- See Also:
-
ASSOCIATION_PASSTHRUPASSWORD_NAME
static final String ASSOCIATION_PASSTHRUPASSWORD_NAMEConstant used for the name of the PassthruPassword association.PassthruPassword: The SAS password to use with the Remote SQL Passthru option PT2DBPW=.
- See Also:
-
ASSOCIATION_PROVIDERS_NAME
static final String ASSOCIATION_PROVIDERS_NAMEConstant used for the name of the Providers association.Providers: The deployed components that can use the connection information to access another component. For example, this is the list of DBMS clients, like a JDBC application, that can use the connection information to access a DBMS.
- See Also:
-
ASSOCIATION_SAPW_NAME
static final String ASSOCIATION_SAPW_NAMEConstant used for the name of the SAPW association.SAPW: The SAS password used for the RLS SASPW= option.
- See Also:
-
ASSOCIATION_DATASOURCES_NAME
static final String ASSOCIATION_DATASOURCES_NAMEConstant used for the name of the DataSources association.DataSources: The data source name that uses this connection.
- See Also:
-
ASSOCIATION_SOURCE_NAME
static final String ASSOCIATION_SOURCE_NAMEConstant used for the name of the Source association.Source: The deployed software component that can be accessed through this connection object.
- See Also:
-
-
Method Details
-
initializeRequiredObjects
void initializeRequiredObjects() throws RemoteException(S) This initializes the Required Objects(Roles) which are:
Source- Specified by:
initializeRequiredObjectsin interfaceContentLocation- Specified by:
initializeRequiredObjectsin interfaceDeployedDataPackage- Specified by:
initializeRequiredObjectsin interfaceMdObjectBaseUtil- Specified by:
initializeRequiredObjectsin interfacePrimaryType- Specified by:
initializeRequiredObjectsin interfaceRoot- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
initializePredObjects
void initializePredObjects() throws RemoteException(S) Adds the Associated objects to the predObjects which are:
Domain
PassthruPassword
Providers
SAPW- Specified by:
initializePredObjectsin interfaceContentLocation- Specified by:
initializePredObjectsin interfaceDeployedDataPackage- Specified by:
initializePredObjectsin interfaceMdObjectBase- Specified by:
initializePredObjectsin interfacePrimaryType- Specified by:
initializePredObjectsin interfaceRoot- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getAuthenticationType
String getAuthenticationType() throws RemoteExceptionGets theStringvalue ofAuthenticationType- Returns:
- The
AuthenticationType - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getAuthenticationTypeState
int getAuthenticationTypeState() throws RemoteExceptionGets the Metadata State ofAuthenticationType- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getAuthenticationTypeMaxLength
int getAuthenticationTypeMaxLength() throws RemoteExceptionGets the maximum length ofAuthenticationType- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCommunicationProtocol
String getCommunicationProtocol() throws RemoteExceptionGets theStringvalue ofCommunicationProtocol- Returns:
- The
CommunicationProtocol - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCommunicationProtocolState
int getCommunicationProtocolState() throws RemoteExceptionGets the Metadata State ofCommunicationProtocol- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCommunicationProtocolMaxLength
int getCommunicationProtocolMaxLength() throws RemoteExceptionGets the maximum length ofCommunicationProtocol- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getApplicationProtocol
String getApplicationProtocol() throws RemoteExceptionGets theStringvalue ofApplicationProtocol- Returns:
- The
ApplicationProtocol - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getApplicationProtocolState
int getApplicationProtocolState() throws RemoteExceptionGets the Metadata State ofApplicationProtocol- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getApplicationProtocolMaxLength
int getApplicationProtocolMaxLength() throws RemoteExceptionGets the maximum length ofApplicationProtocol- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getDomains
Gets the AssociationList ofDomains- Returns:
- Returns the AssociationList of
Domainswhich can be of type:
AuthenticationDomain - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getDomain
Gets theAuthenticationDomainforDomain- Returns:
- The
AuthenticationDomain(nullif not set) ofDomainwhich can be of type:
AuthenticationDomain - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getPassthruPasswords
Gets the AssociationList ofPassthruPasswords- Returns:
- Returns the AssociationList of
PassthruPasswordswhich can be of type:
SASPassword - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getPassthruPassword
Gets theSASPasswordforPassthruPassword- Returns:
- The
SASPassword(nullif not set) ofPassthruPasswordwhich can be of type:
SASPassword - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getProviders
Gets the AssociationList ofProviders- Returns:
- Returns the AssociationList of
Providerswhich can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSAPWs
Gets the AssociationList ofSAPWs- Returns:
- Returns the AssociationList of
SAPWswhich can be of type:
SASPassword - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getSAPW
Gets theSASPasswordforSAPW- Returns:
- The
SASPassword(nullif not set) ofSAPWwhich can be of type:
SASPassword - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDataSources
Gets the Association list ofDataSources- Returns:
- The AssociationList of
DataSourceswhich can be of type:
DataSourceName - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSources
Gets the Association list ofSources- Returns:
- The AssociationList of
Sourceswhich can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSource
Gets theDeployedComponentforSource- Returns:
- The
DeployedComponent(nullif not set ) ofSourcewhich can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDomains
Gets the Associationlist ofDomains- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
Domainswhich can be of type:
AuthenticationDomain - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getPassthruPasswords
Gets the Associationlist ofPassthruPasswords- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
PassthruPasswordswhich can be of type:
SASPassword - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getProviders
Gets the Associationlist ofProviders- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
Providerswhich can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSAPWs
Gets the Associationlist ofSAPWs- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
SAPWswhich can be of type:
SASPassword - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDataSources
Gets the Associationlist ofDataSources- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
DataSourceswhich can be of type:
DataSourceName - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSources
Gets the Associationlist ofSources- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
Sourceswhich can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
setAuthenticationType
void setAuthenticationType(String inAuthenticationType) throws RemoteException Sets theAuthenticationTypevalue and sets the state to MetadataState.LOCAL.- Parameters:
inAuthenticationType- String- Throws:
RemoteException- If error communicating with remote object.
-
setAuthenticationType
void setAuthenticationType(String inAuthenticationType, int state) throws RemoteException Sets theAuthenticationTypeMetadata State.- Parameters:
inAuthenticationType- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setAuthenticationTypeState
void setAuthenticationTypeState(int state) throws RemoteException Sets the Metadata State ofAuthenticationType.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setCommunicationProtocol
void setCommunicationProtocol(String inCommunicationProtocol) throws RemoteException Sets theCommunicationProtocolvalue and sets the state to MetadataState.LOCAL.- Parameters:
inCommunicationProtocol- String- Throws:
RemoteException- If error communicating with remote object.
-
setCommunicationProtocol
void setCommunicationProtocol(String inCommunicationProtocol, int state) throws RemoteException Sets theCommunicationProtocolMetadata State.- Parameters:
inCommunicationProtocol- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setCommunicationProtocolState
void setCommunicationProtocolState(int state) throws RemoteException Sets the Metadata State ofCommunicationProtocol.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setApplicationProtocol
void setApplicationProtocol(String inApplicationProtocol) throws RemoteException Sets theApplicationProtocolvalue and sets the state to MetadataState.LOCAL.- Parameters:
inApplicationProtocol- String- Throws:
RemoteException- If error communicating with remote object.
-
setApplicationProtocol
void setApplicationProtocol(String inApplicationProtocol, int state) throws RemoteException Sets theApplicationProtocolMetadata State.- Parameters:
inApplicationProtocol- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setApplicationProtocolState
void setApplicationProtocolState(int state) throws RemoteException Sets the Metadata State ofApplicationProtocol.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setDomains
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setDomains
- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setDomain
Sets theDomainslist 0th element to beinObject.- Parameters:
inObject- AuthenticationDomain- Throws:
RemoteException- If error communicating with remote object.
-
setPassthruPasswords
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setPassthruPasswords
- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setPassthruPassword
Sets thePassthruPasswordslist 0th element to beinObject.- Parameters:
inObject- SASPassword- Throws:
RemoteException- If error communicating with remote object.
-
setProviders
Sets theProviderslist to belist. Objects of which can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setProviders
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSAPWs
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setSAPWs
- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSAPW
Sets theSAPWslist 0th element to beinObject.- Parameters:
inObject- SASPassword- Throws:
RemoteException- If error communicating with remote object.
-
setDataSources
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setDataSources
Sets the entire DataSources list to match the passed in AssociationList, sets the state of the DataSources- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSources
Sets theSourceslist to belist. Objects of which can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setSources
Sets theSourceslist to belist. Objects of which can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSource
Sets theSourceslist 0th element to beinObject.- Parameters:
inObject- DeployedComponent- Throws:
RemoteException- If error communicating with remote object.
-