Package com.sas.metadata.remote
Interface SASLicense
- All Superinterfaces:
CMetadata,MdObjectBase,MdObjectBaseUtil,MdObjectBaseXML,PrimaryType,Remote,Root
Used to document the setinit information for SAS products.
Example: create a SASLicense with name "SASLicense_Object", in repository "AAAAAAAA".
Attributes of SASLicense are:
ExpirationCPUModelNameCPUModelNumberCPUSerialNumberLanguageCodeLanguageProductCodeProductName
Associations of SASLicense are:
Usage
To create an instance of this SASLicense, use thefactory
create methods. Example: create a SASLicense with name "SASLicense_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(); SASLicense myObject = (SASLicense) factory.createComplexMetadataObject(objectStore, "SASLicense_Object", MetadataObjects.SASLICENSE, "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 LicensedComponent association.static final StringConstant used for the name of the CPUModelName attribute.static final StringConstant used for the name of the CPUModelNumber attribute.static final StringConstant used for the name of the CPUSerialNumber attribute.static final StringConstant used for the name of the Expiration attribute.static final StringConstant used for the name of the Language attribute.static final StringConstant used for the name of the LanguageCode attribute.static final StringConstant used for the name of the ProductCode attribute.static final StringConstant used for the name of the ProductName attribute.Fields 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 ofCPUModelNameintGets the maximum length ofCPUModelNameintGets the Metadata State ofCPUModelNameStringGets theStringvalue ofCPUModelNumberintGets the maximum length ofCPUModelNumberintGets the Metadata State ofCPUModelNumberStringGets theStringvalue ofCPUSerialNumberintGets the maximum length ofCPUSerialNumberintGets the Metadata State ofCPUSerialNumberdoubleGets thedoublevalue ofExpirationintGets the Metadata State ofExpirationStringGets theStringvalue ofLanguageStringGets theStringvalue ofLanguageCodeintGets the maximum length ofLanguageCodeintGets the Metadata State ofLanguageCodeintGets the maximum length ofLanguageintGets the Metadata State ofLanguageGets theDeployedComponentforLicensedComponentGets the AssociationList ofLicensedComponentsgetLicensedComponents(boolean fGoToServer) Gets the Associationlist ofLicensedComponentsintGets theintvalue ofProductCodeintGets the Metadata State ofProductCodeStringGets theStringvalue ofProductNameintGets the maximum length ofProductNameintGets the Metadata State ofProductNamevoid(S) Adds the Associated objects to the predObjects which are:
LicensedComponentvoid(S) This initializes the Required Objects(Roles) which are:voidsetCPUModelName(String inCPUModelName) Sets theCPUModelNamevalue and sets the state to MetadataState.LOCAL.voidsetCPUModelName(String inCPUModelName, int state) Sets theCPUModelNameMetadata State.voidsetCPUModelNameState(int state) Sets the Metadata State ofCPUModelName.voidsetCPUModelNumber(String inCPUModelNumber) Sets theCPUModelNumbervalue and sets the state to MetadataState.LOCAL.voidsetCPUModelNumber(String inCPUModelNumber, int state) Sets theCPUModelNumberMetadata State.voidsetCPUModelNumberState(int state) Sets the Metadata State ofCPUModelNumber.voidsetCPUSerialNumber(String inCPUSerialNumber) Sets theCPUSerialNumbervalue and sets the state to MetadataState.LOCAL.voidsetCPUSerialNumber(String inCPUSerialNumber, int state) Sets theCPUSerialNumberMetadata State.voidsetCPUSerialNumberState(int state) Sets the Metadata State ofCPUSerialNumber.voidsetExpiration(double inExpiration) Sets theExpirationvalue and sets the state to MetadataState.LOCAL.voidsetExpiration(double inExpiration, int state) Sets theExpirationMetadata State.voidsetExpiration(String inExpiration) Sets theExpirationvalue and sets the state to MetadataState.LOCALvoidsetExpiration(String inExpiration, int state) Sets theExpirationvalue and Metadata State.voidsetExpirationState(int state) Sets the Metadata State ofExpiration.voidsetLanguage(String inLanguage) Sets theLanguagevalue and sets the state to MetadataState.LOCAL.voidsetLanguage(String inLanguage, int state) Sets theLanguageMetadata State.voidsetLanguageCode(String inLanguageCode) Sets theLanguageCodevalue and sets the state to MetadataState.LOCAL.voidsetLanguageCode(String inLanguageCode, int state) Sets theLanguageCodeMetadata State.voidsetLanguageCodeState(int state) Sets the Metadata State ofLanguageCode.voidsetLanguageState(int state) Sets the Metadata State ofLanguage.voidsetLicensedComponent(DeployedComponent inObject) Sets theLicensedComponentslist 0th element to beinObject.voidSets theLicensedComponentslist to belist.voidsetLicensedComponents(AssociationList list, int state) Sets theLicensedComponentslist to belist.voidsetProductCode(int inProductCode) Sets theProductCodevalue and sets the state to MetadataState.LOCAL.voidsetProductCode(int inProductCode, int state) Sets theProductCodeMetadata State.voidsetProductCode(String inProductCode) Sets theProductCodevalue and sets the state to MetadataState.LOCAL.voidsetProductCode(String inProductCode, int state) Sets theProductCodevalue and Metadata State.voidsetProductCodeState(int state) Sets the Metadata State ofProductCode.voidsetProductName(String inProductName) Sets theProductNamevalue and sets the state to MetadataState.LOCAL.voidsetProductName(String inProductName, int state) Sets theProductNameMetadata State.voidsetProductNameState(int state) Sets the Metadata State ofProductName.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, 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_EXPIRATION_NAME
static final String ATTRIBUTE_EXPIRATION_NAMEConstant used for the name of the Expiration attribute.Expiration: The date this SASLicense expires.
- See Also:
-
ATTRIBUTE_CPUMODELNAME_NAME
static final String ATTRIBUTE_CPUMODELNAME_NAMEConstant used for the name of the CPUModelName attribute.CPUModelName: CPU Model Name
- See Also:
-
ATTRIBUTE_CPUMODELNUMBER_NAME
static final String ATTRIBUTE_CPUMODELNUMBER_NAMEConstant used for the name of the CPUModelNumber attribute.CPUModelNumber: CPU Model Number
- See Also:
-
ATTRIBUTE_CPUSERIALNUMBER_NAME
static final String ATTRIBUTE_CPUSERIALNUMBER_NAMEConstant used for the name of the CPUSerialNumber attribute.CPUSerialNumber: CPU Serial Number
- See Also:
-
ATTRIBUTE_LANGUAGECODE_NAME
static final String ATTRIBUTE_LANGUAGECODE_NAMEConstant used for the name of the LanguageCode attribute.LanguageCode: Code for the language that is licensed.
- See Also:
-
ATTRIBUTE_LANGUAGE_NAME
static final String ATTRIBUTE_LANGUAGE_NAMEConstant used for the name of the Language attribute.Language: The language that is licensed.
- See Also:
-
ATTRIBUTE_PRODUCTCODE_NAME
static final String ATTRIBUTE_PRODUCTCODE_NAMEConstant used for the name of the ProductCode attribute.ProductCode: The code for the product being licensed.
- See Also:
-
ATTRIBUTE_PRODUCTNAME_NAME
static final String ATTRIBUTE_PRODUCTNAME_NAMEConstant used for the name of the ProductName attribute.ProductName: The name of the product being licensed.
- See Also:
-
ASSOCIATION_LICENSEDCOMPONENT_NAME
static final String ASSOCIATION_LICENSEDCOMPONENT_NAMEConstant used for the name of the LicensedComponent association.LicensedComponent: The component this SASLicense is licensing.
- See Also:
-
-
Method Details
-
initializeRequiredObjects
void initializeRequiredObjects() throws RemoteException(S) This initializes the Required Objects(Roles) which are:- 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:
LicensedComponent- Specified by:
initializePredObjectsin interfaceMdObjectBase- Specified by:
initializePredObjectsin interfacePrimaryType- Specified by:
initializePredObjectsin interfaceRoot- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getExpiration
double getExpiration() throws RemoteExceptionGets thedoublevalue ofExpiration- Returns:
- The
Expiration - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getExpirationState
int getExpirationState() throws RemoteExceptionGets the Metadata State ofExpiration- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCPUModelName
String getCPUModelName() throws RemoteExceptionGets theStringvalue ofCPUModelName- Returns:
- The
CPUModelName - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCPUModelNameState
int getCPUModelNameState() throws RemoteExceptionGets the Metadata State ofCPUModelName- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCPUModelNameMaxLength
int getCPUModelNameMaxLength() throws RemoteExceptionGets the maximum length ofCPUModelName- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCPUModelNumber
String getCPUModelNumber() throws RemoteExceptionGets theStringvalue ofCPUModelNumber- Returns:
- The
CPUModelNumber - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCPUModelNumberState
int getCPUModelNumberState() throws RemoteExceptionGets the Metadata State ofCPUModelNumber- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCPUModelNumberMaxLength
int getCPUModelNumberMaxLength() throws RemoteExceptionGets the maximum length ofCPUModelNumber- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCPUSerialNumber
String getCPUSerialNumber() throws RemoteExceptionGets theStringvalue ofCPUSerialNumber- Returns:
- The
CPUSerialNumber - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCPUSerialNumberState
int getCPUSerialNumberState() throws RemoteExceptionGets the Metadata State ofCPUSerialNumber- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCPUSerialNumberMaxLength
int getCPUSerialNumberMaxLength() throws RemoteExceptionGets the maximum length ofCPUSerialNumber- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLanguageCode
String getLanguageCode() throws RemoteExceptionGets theStringvalue ofLanguageCode- Returns:
- The
LanguageCode - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLanguageCodeState
int getLanguageCodeState() throws RemoteExceptionGets the Metadata State ofLanguageCode- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLanguageCodeMaxLength
int getLanguageCodeMaxLength() throws RemoteExceptionGets the maximum length ofLanguageCode- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLanguage
String getLanguage() throws RemoteExceptionGets theStringvalue ofLanguage- Returns:
- The
Language - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLanguageState
int getLanguageState() throws RemoteExceptionGets the Metadata State ofLanguage- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLanguageMaxLength
int getLanguageMaxLength() throws RemoteExceptionGets the maximum length ofLanguage- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProductCode
int getProductCode() throws RemoteExceptionGets theintvalue ofProductCode- Returns:
- The
ProductCode - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProductCodeState
int getProductCodeState() throws RemoteExceptionGets the Metadata State ofProductCode- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProductName
String getProductName() throws RemoteExceptionGets theStringvalue ofProductName- Returns:
- The
ProductName - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProductNameState
int getProductNameState() throws RemoteExceptionGets the Metadata State ofProductName- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProductNameMaxLength
int getProductNameMaxLength() throws RemoteExceptionGets the maximum length ofProductName- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLicensedComponents
Gets the AssociationList ofLicensedComponents- Returns:
- Returns the AssociationList of
LicensedComponentswhich can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getLicensedComponent
Gets theDeployedComponentforLicensedComponent- Returns:
- The
DeployedComponent(nullif not set) ofLicensedComponentwhich 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.
-
getLicensedComponents
Gets the Associationlist ofLicensedComponents- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
LicensedComponentswhich 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.
-
setExpiration
void setExpiration(double inExpiration) throws RemoteException Sets theExpirationvalue and sets the state to MetadataState.LOCAL.- Parameters:
inExpiration- double- Throws:
RemoteException- If error communicating with remote object.
-
setExpiration
void setExpiration(double inExpiration, int state) throws RemoteException Sets theExpirationMetadata State.- Parameters:
inExpiration- doublestate- int- Throws:
RemoteException- If error communicating with remote object.
-
setExpiration
void setExpiration(String inExpiration) throws RemoteException Sets theExpirationvalue and sets the state to MetadataState.LOCAL- Parameters:
inExpiration- String- Throws:
RemoteException- If error communicating with remote object.
-
setExpiration
void setExpiration(String inExpiration, int state) throws RemoteException Sets theExpirationvalue and Metadata State.- Parameters:
inExpiration- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setExpirationState
void setExpirationState(int state) throws RemoteException Sets the Metadata State ofExpiration.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setCPUModelName
void setCPUModelName(String inCPUModelName) throws RemoteException Sets theCPUModelNamevalue and sets the state to MetadataState.LOCAL.- Parameters:
inCPUModelName- String- Throws:
RemoteException- If error communicating with remote object.
-
setCPUModelName
void setCPUModelName(String inCPUModelName, int state) throws RemoteException Sets theCPUModelNameMetadata State.- Parameters:
inCPUModelName- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setCPUModelNameState
void setCPUModelNameState(int state) throws RemoteException Sets the Metadata State ofCPUModelName.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setCPUModelNumber
void setCPUModelNumber(String inCPUModelNumber) throws RemoteException Sets theCPUModelNumbervalue and sets the state to MetadataState.LOCAL.- Parameters:
inCPUModelNumber- String- Throws:
RemoteException- If error communicating with remote object.
-
setCPUModelNumber
void setCPUModelNumber(String inCPUModelNumber, int state) throws RemoteException Sets theCPUModelNumberMetadata State.- Parameters:
inCPUModelNumber- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setCPUModelNumberState
void setCPUModelNumberState(int state) throws RemoteException Sets the Metadata State ofCPUModelNumber.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setCPUSerialNumber
void setCPUSerialNumber(String inCPUSerialNumber) throws RemoteException Sets theCPUSerialNumbervalue and sets the state to MetadataState.LOCAL.- Parameters:
inCPUSerialNumber- String- Throws:
RemoteException- If error communicating with remote object.
-
setCPUSerialNumber
void setCPUSerialNumber(String inCPUSerialNumber, int state) throws RemoteException Sets theCPUSerialNumberMetadata State.- Parameters:
inCPUSerialNumber- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setCPUSerialNumberState
void setCPUSerialNumberState(int state) throws RemoteException Sets the Metadata State ofCPUSerialNumber.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setLanguageCode
void setLanguageCode(String inLanguageCode) throws RemoteException Sets theLanguageCodevalue and sets the state to MetadataState.LOCAL.- Parameters:
inLanguageCode- String- Throws:
RemoteException- If error communicating with remote object.
-
setLanguageCode
void setLanguageCode(String inLanguageCode, int state) throws RemoteException Sets theLanguageCodeMetadata State.- Parameters:
inLanguageCode- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLanguageCodeState
void setLanguageCodeState(int state) throws RemoteException Sets the Metadata State ofLanguageCode.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setLanguage
void setLanguage(String inLanguage) throws RemoteException Sets theLanguagevalue and sets the state to MetadataState.LOCAL.- Parameters:
inLanguage- String- Throws:
RemoteException- If error communicating with remote object.
-
setLanguage
void setLanguage(String inLanguage, int state) throws RemoteException Sets theLanguageMetadata State.- Parameters:
inLanguage- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLanguageState
void setLanguageState(int state) throws RemoteException Sets the Metadata State ofLanguage.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setProductCode
void setProductCode(int inProductCode) throws RemoteException Sets theProductCodevalue and sets the state to MetadataState.LOCAL.- Parameters:
inProductCode- int- Throws:
RemoteException- If error communicating with remote object.
-
setProductCode
void setProductCode(int inProductCode, int state) throws RemoteException Sets theProductCodeMetadata State.- Parameters:
inProductCode- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setProductCode
void setProductCode(String inProductCode) throws RemoteException Sets theProductCodevalue and sets the state to MetadataState.LOCAL.- Parameters:
inProductCode- String- Throws:
RemoteException- If error communicating with remote object.
-
setProductCode
void setProductCode(String inProductCode, int state) throws RemoteException Sets theProductCodevalue and Metadata State.- Parameters:
inProductCode- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setProductCodeState
void setProductCodeState(int state) throws RemoteException Sets the Metadata State ofProductCode.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setProductName
void setProductName(String inProductName) throws RemoteException Sets theProductNamevalue and sets the state to MetadataState.LOCAL.- Parameters:
inProductName- String- Throws:
RemoteException- If error communicating with remote object.
-
setProductName
void setProductName(String inProductName, int state) throws RemoteException Sets theProductNameMetadata State.- Parameters:
inProductName- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setProductNameState
void setProductNameState(int state) throws RemoteException Sets the Metadata State ofProductName.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setLicensedComponents
Sets theLicensedComponentslist to belist. Object of which can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setLicensedComponents
Sets theLicensedComponentslist to belist. Object of which can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLicensedComponent
Sets theLicensedComponentslist 0th element to beinObject.- Parameters:
inObject- DeployedComponent- Throws:
RemoteException- If error communicating with remote object.
-