|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10659-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Component
SCA component facade
Method Summary | |
---|---|
void |
attachProperty(Property property) Attaches the specified property to the component |
CompositeDN |
getCompositeDN() |
java.lang.String |
getDefinition() |
java.util.Date |
getDeploymentTime() |
java.lang.String |
getDN() |
java.lang.String |
getDocumentAsString(java.lang.String uri) |
java.lang.String |
getDocumentAsString(java.lang.String sourceDocURI, java.lang.String relativeURI) |
java.util.List<Fault> |
getFaults(FaultFilter filter) |
java.lang.String |
getImplementationType() |
java.util.List<ComponentInstance> |
getInstances(ComponentInstanceFilter filter) |
java.lang.String |
getName() |
int |
getNumberOfActiveInstances() |
int |
getNumberOfFaultedInstances() |
int |
getNumberOfInstances() |
int |
getNumberOfInstances(ComponentInstanceFilter filter) |
int |
getNumberOfRecoverableInstances() |
java.util.Map<java.lang.String,java.lang.String> |
getPolicyOverride(java.lang.String policyReferenceURI) |
java.util.Map<java.lang.String,java.lang.String> |
getProperties() |
java.util.Map<java.lang.String,java.lang.Object> |
getReferences() Gets components or external services that are referenced by this component |
void |
removeProperty(Property property) Removes the specified property from the component |
void |
setNumberOfActiveInstances(int numberOfActiveInstances) Sets the number of active/running instances of the component |
void |
setNumberOfFaultedInstances(int numberOfFaultedInstances) Sets the number of faulted instances of the component |
void |
setNumberOfInstances(int numberOfTotalInstances) Sets the total number of instances of the component |
void |
setNumberOfRecoverableInstances(int numberOfRecoverableInstances) Sets the number of open-faulted recoverable instances of the component |
void |
setPolicyOverride(java.lang.String policyReferenceURI, java.util.Map<java.lang.String,java.lang.String> overrides) Sets overrides for the specified policy attached to the component |
Method Detail |
---|
java.lang.String getName()
java.lang.String getImplementationType()
CompositeDN getCompositeDN()
java.lang.String getDN()
java.util.Date getDeploymentTime()
java.util.List<ComponentInstance> getInstances(ComponentInstanceFilter filter) throws java.lang.Exception
filter
- The criteria to use for selecting which component instances to returnjava.lang.Exception
int getNumberOfInstances(ComponentInstanceFilter filter) throws java.lang.Exception
filter
- The criteria to use for selecting which component instances to countjava.lang.Exception
int getNumberOfInstances() throws java.lang.Exception
java.lang.Exception
void setNumberOfInstances(int numberOfTotalInstances)
numberOfTotalInstances
- The numberint getNumberOfActiveInstances() throws java.lang.Exception
java.lang.Exception
void setNumberOfActiveInstances(int numberOfActiveInstances)
numberOfActiveInstances
- The numberint getNumberOfRecoverableInstances() throws java.lang.Exception
java.lang.Exception
void setNumberOfRecoverableInstances(int numberOfRecoverableInstances)
numberOfRecoverableInstances
- The numberint getNumberOfFaultedInstances() throws java.lang.Exception
java.lang.Exception
void setNumberOfFaultedInstances(int numberOfFaultedInstances)
numberOfFaultedInstances
- The numberjava.util.List<Fault> getFaults(FaultFilter filter) throws java.lang.Exception
filter
- The criteria to use for selecting which component faults to returnjava.lang.Exception
java.lang.String getDefinition() throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.String> getProperties()
java.lang.String getDocumentAsString(java.lang.String uri) throws java.lang.Exception
uri
- The document URIjava.lang.Exception
java.lang.String getDocumentAsString(java.lang.String sourceDocURI, java.lang.String relativeURI) throws java.lang.Exception
sourceDocURI
-relativeURI
-java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getReferences() throws java.lang.Exception
java.lang.Exception
void attachProperty(Property property)
property
- The propertyvoid removeProperty(Property property)
property
- The property to removevoid setPolicyOverride(java.lang.String policyReferenceURI, java.util.Map<java.lang.String,java.lang.String> overrides)
policyReferenceURI
- The reference URI of the policy to overrideoverrides
- The override detailsjava.util.Map<java.lang.String,java.lang.String> getPolicyOverride(java.lang.String policyReferenceURI)
policyReferenceURI
- The reference URI of the policy whose overrides should be returned
|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10659-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |