|
Metadata |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeployedComponent
An abstract metadata type that represents installed software. This software might or might not be licensed as indicated by the IsLicensed attribute. When creating metadata, use the subtype that best represents the software that you want to describe. ConfiguredComponent represents software that is configured to run, such as Java components or customizers. ServiceComponent represents software that acts as a service. ServerComponent represents servers and spawners. LogicalServer represents a grouping of homogeneous servers for the purpose of load balancing or pooling.
Attributes of DeployedComponent are:
Associations of DeployedComponent are:
AssociatedMachine
DescriptiveComponent
ServiceTypes
SourceConnections
UsedByComponents
ComputeTasks
DataPackages
InitProcesses
Licenses
NamedServices
ProviderConnections
RegisteredEvents
ServiceNames
UsingComponents
factory
create methods. // 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(); DeployedComponent myObject = (DeployedComponent) factory.createComplexMetadataObject(objectStore, "DeployedComponent_Object", MetadataObjects.DEPLOYEDCOMPONENT, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
MdOMIUtil
.
updateMetadataAll
method.
delete
method 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.
Field Summary | |
---|---|
static java.lang.String |
ASSOCIATION_ASSOCIATEDMACHINE_NAME
Constant used for the name of the AssociatedMachine association. |
static java.lang.String |
ASSOCIATION_COMPUTETASKS_NAME
Constant used for the name of the ComputeTasks association. |
static java.lang.String |
ASSOCIATION_DATAPACKAGES_NAME
Constant used for the name of the DataPackages association. |
static java.lang.String |
ASSOCIATION_DESCRIPTIVECOMPONENT_NAME
Constant used for the name of the DescriptiveComponent association. |
static java.lang.String |
ASSOCIATION_INITPROCESSES_NAME
Constant used for the name of the InitProcesses association. |
static java.lang.String |
ASSOCIATION_LICENSES_NAME
Constant used for the name of the Licenses association. |
static java.lang.String |
ASSOCIATION_NAMEDSERVICES_NAME
Constant used for the name of the NamedServices association. |
static java.lang.String |
ASSOCIATION_PROVIDERCONNECTIONS_NAME
Constant used for the name of the ProviderConnections association. |
static java.lang.String |
ASSOCIATION_REGISTEREDEVENTS_NAME
Constant used for the name of the RegisteredEvents association. |
static java.lang.String |
ASSOCIATION_SERVICENAMES_NAME
Constant used for the name of the ServiceNames association. |
static java.lang.String |
ASSOCIATION_SERVICETYPES_NAME
Constant used for the name of the ServiceTypes association. |
static java.lang.String |
ASSOCIATION_SOURCECONNECTIONS_NAME
Constant used for the name of the SourceConnections association. |
static java.lang.String |
ASSOCIATION_USEDBYCOMPONENTS_NAME
Constant used for the name of the UsedByComponents association. |
static java.lang.String |
ASSOCIATION_USINGCOMPONENTS_NAME
Constant used for the name of the UsingComponents association. |
static java.lang.String |
ATTRIBUTE_INSTALLATIONLOCATION_NAME
Constant used for the name of the InstallationLocation attribute. |
static java.lang.String |
ATTRIBUTE_ISLICENSED_NAME
Constant used for the name of the IsLicensed attribute. |
Fields inherited from interface com.sas.metadata.remote.PrimaryType |
---|
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_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 | |
---|---|
Machine |
getAssociatedMachine()
Gets the Machine for AssociatedMachine |
AssociationList |
getAssociatedMachines()
Gets the AssociationList of AssociatedMachines |
AssociationList |
getAssociatedMachines(boolean fGoToServer)
Gets the Associationlist of AssociatedMachines |
AssociationList |
getComputeTasks()
Gets the Association list of ComputeTasks |
AssociationList |
getComputeTasks(boolean fGoToServer)
Gets the Associationlist of ComputeTasks |
AssociationList |
getDataPackages()
Gets the Association list of DataPackages |
AssociationList |
getDataPackages(boolean fGoToServer)
Gets the Associationlist of DataPackages |
SoftwareComponent |
getDescriptiveComponent()
Gets the SoftwareComponent for DescriptiveComponent |
AssociationList |
getDescriptiveComponents()
Gets the AssociationList of DescriptiveComponents |
AssociationList |
getDescriptiveComponents(boolean fGoToServer)
Gets the Associationlist of DescriptiveComponents |
AssociationList |
getInitProcesses()
Gets the Association list of InitProcesses |
AssociationList |
getInitProcesses(boolean fGoToServer)
Gets the Associationlist of InitProcesses |
java.lang.String |
getInstallationLocation()
Gets the String value of InstallationLocation |
int |
getInstallationLocationMaxLength()
Gets the maximum length of InstallationLocation |
int |
getInstallationLocationState()
Gets the Metadata State of InstallationLocation |
int |
getIsLicensed()
Gets the int value of IsLicensed |
int |
getIsLicensedState()
Gets the Metadata State of IsLicensed |
AssociationList |
getLicenses()
Gets the Association list of Licenses |
AssociationList |
getLicenses(boolean fGoToServer)
Gets the Associationlist of Licenses |
AssociationList |
getNamedServices()
Gets the Association list of NamedServices |
AssociationList |
getNamedServices(boolean fGoToServer)
Gets the Associationlist of NamedServices |
AssociationList |
getProviderConnections()
Gets the Association list of ProviderConnections |
AssociationList |
getProviderConnections(boolean fGoToServer)
Gets the Associationlist of ProviderConnections |
AssociationList |
getRegisteredEvents()
Gets the Association list of RegisteredEvents |
AssociationList |
getRegisteredEvents(boolean fGoToServer)
Gets the Associationlist of RegisteredEvents |
AssociationList |
getServiceNames()
Gets the Association list of ServiceNames |
AssociationList |
getServiceNames(boolean fGoToServer)
Gets the Associationlist of ServiceNames |
AssociationList |
getServiceTypes()
Gets the AssociationList of ServiceTypes |
AssociationList |
getServiceTypes(boolean fGoToServer)
Gets the Associationlist of ServiceTypes |
AssociationList |
getSourceConnections()
Gets the AssociationList of SourceConnections |
AssociationList |
getSourceConnections(boolean fGoToServer)
Gets the Associationlist of SourceConnections |
AssociationList |
getUsedByComponents()
Gets the AssociationList of UsedByComponents |
AssociationList |
getUsedByComponents(boolean fGoToServer)
Gets the Associationlist of UsedByComponents |
AssociationList |
getUsingComponents()
Gets the Association list of UsingComponents |
AssociationList |
getUsingComponents(boolean fGoToServer)
Gets the Associationlist of UsingComponents |
void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: AssociatedMachine DescriptiveComponent ServiceTypes SourceConnections UsedByComponents |
void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
void |
setAssociatedMachine(Machine inObject)
Sets the AssociatedMachines list 0th element to be inObject . |
void |
setAssociatedMachines(AssociationList list)
Sets the AssociatedMachines list to be list . |
void |
setAssociatedMachines(AssociationList list,
int state)
Sets the AssociatedMachines list to be list . |
void |
setComputeTasks(AssociationList list)
Sets the ComputeTasks list to be list . |
void |
setComputeTasks(AssociationList inObjects,
int state)
Sets the entire ComputeTasks list to match the passed in AssociationList, sets the state of the ComputeTasks |
void |
setDataPackages(AssociationList list)
Sets the DataPackages list to be list . |
void |
setDataPackages(AssociationList inObjects,
int state)
Sets the entire DataPackages list to match the passed in AssociationList, sets the state of the DataPackages |
void |
setDescriptiveComponent(SoftwareComponent inObject)
Sets the DescriptiveComponents list 0th element to be inObject . |
void |
setDescriptiveComponents(AssociationList list)
Sets the DescriptiveComponents list to be list . |
void |
setDescriptiveComponents(AssociationList list,
int state)
Sets the DescriptiveComponents list to be list . |
void |
setInitProcesses(AssociationList list)
Sets the InitProcesses list to be list . |
void |
setInitProcesses(AssociationList inObjects,
int state)
Sets the entire InitProcesses list to match the passed in AssociationList, sets the state of the InitProcesses |
void |
setInstallationLocation(java.lang.String inInstallationLocation)
Sets the InstallationLocation value and sets the state to MetadataState.LOCAL. |
void |
setInstallationLocation(java.lang.String inInstallationLocation,
int state)
Sets the InstallationLocation Metadata State. |
void |
setInstallationLocationState(int state)
Sets the Metadata State of InstallationLocation . |
void |
setIsLicensed(int inIsLicensed)
Sets the IsLicensed value and sets the state to MetadataState.LOCAL. |
void |
setIsLicensed(int inIsLicensed,
int state)
Sets the IsLicensed Metadata State. |
void |
setIsLicensed(java.lang.String inIsLicensed)
Sets the IsLicensed value and sets the state to MetadataState.LOCAL. |
void |
setIsLicensed(java.lang.String inIsLicensed,
int state)
Sets the IsLicensed value and Metadata State. |
void |
setIsLicensedState(int state)
Sets the Metadata State of IsLicensed . |
void |
setLicenses(AssociationList list)
Sets the Licenses list to be list . |
void |
setLicenses(AssociationList inObjects,
int state)
Sets the entire Licenses list to match the passed in AssociationList, sets the state of the Licenses |
void |
setNamedServices(AssociationList list)
Sets the NamedServices list to be list . |
void |
setNamedServices(AssociationList inObjects,
int state)
Sets the entire NamedServices list to match the passed in AssociationList, sets the state of the NamedServices |
void |
setProviderConnections(AssociationList list)
Sets the ProviderConnections list to be list . |
void |
setProviderConnections(AssociationList inObjects,
int state)
Sets the entire ProviderConnections list to match the passed in AssociationList, sets the state of the ProviderConnections |
void |
setRegisteredEvents(AssociationList list)
Sets the RegisteredEvents list to be list . |
void |
setRegisteredEvents(AssociationList inObjects,
int state)
Sets the entire RegisteredEvents list to match the passed in AssociationList, sets the state of the RegisteredEvents |
void |
setServiceNames(AssociationList list)
Sets the ServiceNames list to be list . |
void |
setServiceNames(AssociationList inObjects,
int state)
Sets the entire ServiceNames list to match the passed in AssociationList, sets the state of the ServiceNames |
void |
setServiceTypes(AssociationList list)
Sets the ServiceTypes list to be list . |
void |
setServiceTypes(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
void |
setSourceConnections(AssociationList list)
Sets the SourceConnections list to be list . |
void |
setSourceConnections(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
void |
setUsedByComponents(AssociationList list)
Sets the UsedByComponents list to be list . |
void |
setUsedByComponents(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
void |
setUsingComponents(AssociationList list)
Sets the UsingComponents list to be list . |
void |
setUsingComponents(AssociationList inObjects,
int state)
Sets the entire UsingComponents list to match the passed in AssociationList, sets the state of the UsingComponents |
Methods inherited from interface com.sas.metadata.remote.PrimaryType |
---|
getFavoritesContainers, getFavoritesContainers, getIsHidden, getIsHiddenState, getPublicType, getPublicTypeMaxLength, getPublicTypeState, setFavoritesContainers, setFavoritesContainers, setIsHidden, setIsHidden, setIsHidden, setIsHidden, setIsHiddenState, setPublicType, setPublicType, setPublicTypeState |
Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
Field Detail |
---|
static final java.lang.String ATTRIBUTE_ISLICENSED_NAME
IsLicensed: This is a boolean value that indicates whether this is a licensed component or not.
static final java.lang.String ATTRIBUTE_INSTALLATIONLOCATION_NAME
InstallationLocation: This is a URL that can be used to install the component. It may be a URL for a jar file, or for some installation program.
static final java.lang.String ASSOCIATION_ASSOCIATEDMACHINE_NAME
AssociatedMachine: The machine where software is deployed.
static final java.lang.String ASSOCIATION_DESCRIPTIVECOMPONENT_NAME
DescriptiveComponent: The SoftwareComponent that contains descriptive information about an application or component.
static final java.lang.String ASSOCIATION_SERVICETYPES_NAME
ServiceTypes: The services available from a deployed component.
static final java.lang.String ASSOCIATION_SOURCECONNECTIONS_NAME
SourceConnections: This is the list of connection objects that describe how to connect to this deployed component.
static final java.lang.String ASSOCIATION_USEDBYCOMPONENTS_NAME
UsedByComponents: The deployed components that use this component. For example, a SAS/ACCESS product is a DeployedComponent that is used by a SAS/SHARE server (another DeployedComponent) and a SAS/CONNECT server (another DeployedComponent), so SAS/SHARE and SAS/CONNECT would be in this list for a SAS/ACCESS object.
static final java.lang.String ASSOCIATION_COMPUTETASKS_NAME
ComputeTasks: The list of transformations that may be executed by this deployed component.
static final java.lang.String ASSOCIATION_DATAPACKAGES_NAME
DataPackages: The list of data packages accessible from this deployed component.
static final java.lang.String ASSOCIATION_INITPROCESSES_NAME
InitProcesses: The list of initialization processes that must be run when this component is initialized.
static final java.lang.String ASSOCIATION_LICENSES_NAME
Licenses: The SAS licenses associated to this component.
static final java.lang.String ASSOCIATION_NAMEDSERVICES_NAME
NamedServices: The named services published by this component.
static final java.lang.String ASSOCIATION_PROVIDERCONNECTIONS_NAME
ProviderConnections: The list of connection objects this deployed component can use to access another component.
static final java.lang.String ASSOCIATION_REGISTEREDEVENTS_NAME
RegisteredEvents: The events that are registered to this event broker.
static final java.lang.String ASSOCIATION_SERVICENAMES_NAME
ServiceNames: The names used by a naming service for this component.
static final java.lang.String ASSOCIATION_USINGCOMPONENTS_NAME
UsingComponents: The deployed components that this component uses. For example, a SAS/CONNECT DeployedComponent could have an object for SAS/ACCESS for DB2 and an object for SAS/ACCESS for Oracle in this list.
Method Detail |
---|
void initializeRequiredObjects() throws java.rmi.RemoteException
initializeRequiredObjects
in interface MdObjectBaseUtil
initializeRequiredObjects
in interface PrimaryType
initializeRequiredObjects
in interface Root
initializeRequiredObjects
in interface SoftwareComponent
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.void initializePredObjects() throws java.rmi.RemoteException
AssociatedMachine
DescriptiveComponent
ServiceTypes
SourceConnections
UsedByComponents
initializePredObjects
in interface MdObjectBase
initializePredObjects
in interface PrimaryType
initializePredObjects
in interface Root
initializePredObjects
in interface SoftwareComponent
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getIsLicensed() throws java.rmi.RemoteException
int
value of IsLicensed
IsLicensed
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getIsLicensedState() throws java.rmi.RemoteException
IsLicensed
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.lang.String getInstallationLocation() throws java.rmi.RemoteException
String
value of InstallationLocation
InstallationLocation
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getInstallationLocationState() throws java.rmi.RemoteException
InstallationLocation
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getInstallationLocationMaxLength() throws java.rmi.RemoteException
InstallationLocation
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.AssociationList getAssociatedMachines() throws java.rmi.RemoteException, MdException
AssociatedMachines
AssociatedMachines
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
Machine getAssociatedMachine() throws java.rmi.RemoteException, MdException
Machine
for AssociatedMachine
Machine
( null
if not set) of AssociatedMachine
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getDescriptiveComponents() throws java.rmi.RemoteException, MdException
DescriptiveComponents
DescriptiveComponents
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
SoftwareComponent getDescriptiveComponent() throws java.rmi.RemoteException, MdException
SoftwareComponent
for DescriptiveComponent
SoftwareComponent
( null
if not set) of DescriptiveComponent
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getServiceTypes() throws java.rmi.RemoteException, MdException
ServiceTypes
ServiceTypes
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getSourceConnections() throws java.rmi.RemoteException, MdException
SourceConnections
SourceConnections
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getUsedByComponents() throws java.rmi.RemoteException, MdException
UsedByComponents
UsedByComponents
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getComputeTasks() throws java.rmi.RemoteException, MdException
ComputeTasks
ComputeTasks
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getDataPackages() throws java.rmi.RemoteException, MdException
DataPackages
DataPackages
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getInitProcesses() throws java.rmi.RemoteException, MdException
InitProcesses
InitProcesses
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getLicenses() throws java.rmi.RemoteException, MdException
Licenses
Licenses
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getNamedServices() throws java.rmi.RemoteException, MdException
NamedServices
NamedServices
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getProviderConnections() throws java.rmi.RemoteException, MdException
ProviderConnections
ProviderConnections
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getRegisteredEvents() throws java.rmi.RemoteException, MdException
RegisteredEvents
RegisteredEvents
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getServiceNames() throws java.rmi.RemoteException, MdException
ServiceNames
ServiceNames
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getUsingComponents() throws java.rmi.RemoteException, MdException
UsingComponents
UsingComponents
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getAssociatedMachines(boolean fGoToServer) throws java.rmi.RemoteException, MdException
AssociatedMachines
fGoToServer
- boolean Get the value from the server.
AssociatedMachines
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getDescriptiveComponents(boolean fGoToServer) throws java.rmi.RemoteException, MdException
DescriptiveComponents
fGoToServer
- boolean Get the value from the server.
DescriptiveComponents
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getServiceTypes(boolean fGoToServer) throws java.rmi.RemoteException, MdException
ServiceTypes
fGoToServer
- boolean Get the value from the server.
ServiceTypes
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getSourceConnections(boolean fGoToServer) throws java.rmi.RemoteException, MdException
SourceConnections
fGoToServer
- boolean Get the value from the server.
SourceConnections
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getUsedByComponents(boolean fGoToServer) throws java.rmi.RemoteException, MdException
UsedByComponents
fGoToServer
- boolean Get the value from the server.
UsedByComponents
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getComputeTasks(boolean fGoToServer) throws java.rmi.RemoteException, MdException
ComputeTasks
fGoToServer
- boolean Get the value from the server.
ComputeTasks
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getDataPackages(boolean fGoToServer) throws java.rmi.RemoteException, MdException
DataPackages
fGoToServer
- boolean Get the value from the server.
DataPackages
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getInitProcesses(boolean fGoToServer) throws java.rmi.RemoteException, MdException
InitProcesses
fGoToServer
- boolean Get the value from the server.
InitProcesses
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getLicenses(boolean fGoToServer) throws java.rmi.RemoteException, MdException
Licenses
fGoToServer
- boolean Get the value from the server.
Licenses
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getNamedServices(boolean fGoToServer) throws java.rmi.RemoteException, MdException
NamedServices
fGoToServer
- boolean Get the value from the server.
NamedServices
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getProviderConnections(boolean fGoToServer) throws java.rmi.RemoteException, MdException
ProviderConnections
fGoToServer
- boolean Get the value from the server.
ProviderConnections
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getRegisteredEvents(boolean fGoToServer) throws java.rmi.RemoteException, MdException
RegisteredEvents
fGoToServer
- boolean Get the value from the server.
RegisteredEvents
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getServiceNames(boolean fGoToServer) throws java.rmi.RemoteException, MdException
ServiceNames
fGoToServer
- boolean Get the value from the server.
ServiceNames
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getUsingComponents(boolean fGoToServer) throws java.rmi.RemoteException, MdException
UsingComponents
fGoToServer
- boolean Get the value from the server.
UsingComponents
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.void setIsLicensed(int inIsLicensed) throws java.rmi.RemoteException
IsLicensed
value and sets the state to MetadataState.LOCAL.
inIsLicensed
- int
java.rmi.RemoteException
- If error communicating with remote object.void setIsLicensed(int inIsLicensed, int state) throws java.rmi.RemoteException
IsLicensed
Metadata State.
inIsLicensed
- intstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setIsLicensed(java.lang.String inIsLicensed) throws java.rmi.RemoteException
IsLicensed
value and sets the state to MetadataState.LOCAL.
inIsLicensed
- String
java.rmi.RemoteException
- If error communicating with remote object.void setIsLicensed(java.lang.String inIsLicensed, int state) throws java.rmi.RemoteException
IsLicensed
value and Metadata State.
inIsLicensed
- Stringstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setIsLicensedState(int state) throws java.rmi.RemoteException
IsLicensed
.
state
- int
java.rmi.RemoteException
- If error communicating with remote object.void setInstallationLocation(java.lang.String inInstallationLocation) throws java.rmi.RemoteException
InstallationLocation
value and sets the state to MetadataState.LOCAL.
inInstallationLocation
- String
java.rmi.RemoteException
- If error communicating with remote object.void setInstallationLocation(java.lang.String inInstallationLocation, int state) throws java.rmi.RemoteException
InstallationLocation
Metadata State.
inInstallationLocation
- Stringstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setInstallationLocationState(int state) throws java.rmi.RemoteException
InstallationLocation
.
state
- int
java.rmi.RemoteException
- If error communicating with remote object.void setAssociatedMachines(AssociationList list) throws java.rmi.RemoteException
AssociatedMachines
list to be list
. Object of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setAssociatedMachines(AssociationList list, int state) throws java.rmi.RemoteException
AssociatedMachines
list to be list
. Object of which can be of type:
list
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setAssociatedMachine(Machine inObject) throws java.rmi.RemoteException
AssociatedMachines
list 0th element to be inObject
.
inObject
- Machine
java.rmi.RemoteException
- If error communicating with remote object.void setDescriptiveComponents(AssociationList list) throws java.rmi.RemoteException
DescriptiveComponents
list to be list
. Object of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setDescriptiveComponents(AssociationList list, int state) throws java.rmi.RemoteException
DescriptiveComponents
list to be list
. Object of which can be of type:
list
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setDescriptiveComponent(SoftwareComponent inObject) throws java.rmi.RemoteException
DescriptiveComponents
list 0th element to be inObject
.
inObject
- SoftwareComponent
java.rmi.RemoteException
- If error communicating with remote object.void setServiceTypes(AssociationList list) throws java.rmi.RemoteException
ServiceTypes
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setServiceTypes(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setSourceConnections(AssociationList list) throws java.rmi.RemoteException
SourceConnections
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setSourceConnections(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setUsedByComponents(AssociationList list) throws java.rmi.RemoteException
UsedByComponents
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setUsedByComponents(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setComputeTasks(AssociationList list) throws java.rmi.RemoteException
ComputeTasks
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setComputeTasks(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setDataPackages(AssociationList list) throws java.rmi.RemoteException
DataPackages
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setDataPackages(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setInitProcesses(AssociationList list) throws java.rmi.RemoteException
InitProcesses
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setInitProcesses(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setLicenses(AssociationList list) throws java.rmi.RemoteException
Licenses
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setLicenses(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setNamedServices(AssociationList list) throws java.rmi.RemoteException
NamedServices
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setNamedServices(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setProviderConnections(AssociationList list) throws java.rmi.RemoteException
ProviderConnections
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setProviderConnections(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setRegisteredEvents(AssociationList list) throws java.rmi.RemoteException
RegisteredEvents
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setRegisteredEvents(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setServiceNames(AssociationList list) throws java.rmi.RemoteException
ServiceNames
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setServiceNames(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setUsingComponents(AssociationList list) throws java.rmi.RemoteException
UsingComponents
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setUsingComponents(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.
|
Metadata |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |