|
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 Composite
SCA composite facade, useful to find services, the state/mode and other information
Composite composite = locator.lookupComposite(compositeDN); System.out.println("Composite = " + composite); System.out.println("Mode: " + composite.getMode() + " state: " + composite.getState());
Locator
Method Summary | |
---|---|
void |
activate() Activates the composite |
void |
attachProperty(Property property) Attach the specified property to the composite. |
java.util.List<Component> |
getComponents() |
CompositeDN |
getCompositeDN() |
java.lang.String |
getDeploymentErrorDetail() |
java.lang.String |
getDeploymentErrorMessage() Returns the error message if the composite failed to be loaded |
java.lang.String |
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) |
int |
getFaultCount() |
java.util.List<Fault> |
getFaults(FaultFilter filter) |
java.util.List<ImportInfo> |
getImports() |
int |
getInstanceCount() |
java.util.List<CompositeInstance> |
getInstances(CompositeInstanceFilter filter) |
java.lang.String |
getLocation() |
java.lang.String |
getMode() |
java.lang.String |
getPartition() |
java.util.List<Property> |
getProperties() |
Reference |
getReference(java.lang.String referenceName) |
java.util.List<Reference> |
getReferences() |
java.util.List<Sensor> |
getSensors() |
Service |
getService(java.lang.String serviceName) |
java.util.List<Service> |
getServices() |
java.lang.String |
getState() |
java.util.List<WireInfo> |
getWires() |
boolean |
isDefaultRevision() Determine whether the composite revision is the default revision |
boolean |
isShutdown() Determines whether the composite is shutdown |
void |
purgeInstances() Deletes the instances of the composite in the database All the child component/reference/service instances will be deleted too. |
void |
purgeInstances(CompositeInstanceFilter fitler) Deletes the instances of the composite in the database based on the specified filter criteria All the child component/reference/service instances will be deleted too. |
void |
removeProperty(Property property) Remove the specified property from the composite. |
void |
retire() Retires the composite |
void |
setAsDefaultRevision() Mark the composite as the default revision |
void |
start() Starts the composite |
void |
stop() Stops the composite |
Method Detail |
---|
java.lang.String getPartition()
java.lang.String getState()
State}
java.util.List<WireInfo> getWires()
java.util.List<ImportInfo> getImports()
java.lang.String getDN()
CompositeDN getCompositeDN()
java.util.List<Service> getServices() throws java.lang.Exception
java.lang.Exception
java.util.List<Reference> getReferences() throws java.lang.Exception
java.lang.Exception
java.util.List<Component> getComponents() throws java.lang.Exception
java.lang.Exception
java.util.List<CompositeInstance> getInstances(CompositeInstanceFilter filter) throws java.lang.Exception
filter
- The criteria used to determine which composite instances to returnjava.lang.Exception
java.util.List<Fault> getFaults(FaultFilter filter) throws java.lang.Exception
filter
- The criteria used to determine which faults to returnjava.lang.Exception
int getInstanceCount()
int getFaultCount()
void activate()
void retire()
void start()
void stop()
java.lang.String getDocumentAsString(java.lang.String uri) throws java.lang.Exception
uri
- The URI of the desired documentjava.lang.Exception
java.lang.String getDocumentAsString(java.lang.String sourceDocURI, java.lang.String relativeURI) throws java.lang.Exception
sourceDocURI
-relativeURI
-java.lang.Exception
void purgeInstances() throws java.lang.Exception
java.lang.Exception
void purgeInstances(CompositeInstanceFilter fitler) throws java.lang.Exception
java.lang.Exception
Service getService(java.lang.String serviceName)
serviceName
- The name of a SCA serviceReference getReference(java.lang.String referenceName)
referenceName
- The name of a SCA referencejava.lang.String getDeploymentErrorMessage()
java.lang.String getDeploymentErrorDetail()
java.util.List<Sensor> getSensors() throws java.lang.Exception
java.lang.Exception
java.lang.String getMode()
Mode}
boolean isShutdown()
java.util.List<Property> getProperties()
void attachProperty(Property property)
property
- The propertyvoid removeProperty(Property property)
property
- The property to removejava.lang.String getLocation()
boolean isDefaultRevision()
void setAsDefaultRevision()
java.lang.String getDeploymentTime()
|
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 |