public interface Locator
Modifier and Type | Method and Description |
---|---|
DirectConnection |
createDirectConnection(oracle.soa.management.CompositeDN compositeDN, java.lang.String serviceName)
Creates a direct binding connection to the specified composite service
|
oracle.soa.management.facade.CircuitBreaker |
getCircuitBreaker(oracle.soa.management.facade.QuiescedService qs)
Return a CircuitBreaker object for the given QuiescedService
|
oracle.soa.management.facade.CircuitBreaker |
getCircuitBreaker(java.lang.String endpointName, oracle.soa.management.CompositeDN compositeDN)
Return a CircuitBreaker object for the given endpointName, compositeDN
|
oracle.soa.management.facade.CircuitBreaker |
getCircuitBreaker(java.lang.String eventName, java.lang.String componentName, oracle.soa.management.CompositeDN compositeDN)
Return a CircuitBreaker object for the given eventName, componentName, and compositeDN
|
oracle.soa.management.facade.QuiescedService |
getQuiescedService(java.lang.String endpointName, oracle.soa.management.CompositeDN compositeDN)
Return a QuescedService object that matches the endpointName and compositeDN
|
oracle.soa.management.facade.QuiescedService |
getQuiescedService(java.lang.String eventName, java.lang.String componentName, oracle.soa.management.CompositeDN compositeDN)
Return a QuiescedService object that matches the eventName, componentName, compositeDN The QuiescedService will represent an EDN subscriber
|
java.util.List |
getQuiescedServices(java.lang.String partitionName)
Return a list of QuiescedService objects that represents the Adapters, EDN subscribers, WebServices that are currently quiesced.
|
void |
unquiesce(oracle.soa.management.facade.QuiescedService qs)
Unquiesce the given QuiescedService, if the service is not quiesced nothing will be done
|
void |
unquiesce(java.lang.String endpointName, oracle.soa.management.CompositeDN compositeDN)
Unquiesce the QuiescedService that matches the given parameters, if the service is not found or not quiesced nothing will be done
|
void |
unquiesce(java.lang.String eventName, java.lang.String componentName, oracle.soa.management.CompositeDN compositeDN)
Unquiesce the QuiescedService that matches the given parameters, if the service is not found or not quiesced nothing will be done
|
DirectConnection createDirectConnection(oracle.soa.management.CompositeDN compositeDN, java.lang.String serviceName) throws java.lang.Exception
compositeDN
- the composite distinguished nameserviceName
- the name of the service exposing a direct bindingjava.lang.Exception
oracle.soa.management.facade.CircuitBreaker getCircuitBreaker(oracle.soa.management.facade.QuiescedService qs) throws java.lang.Exception
qs
- QuiescedServicejava.lang.Exception
oracle.soa.management.facade.CircuitBreaker getCircuitBreaker(java.lang.String endpointName, oracle.soa.management.CompositeDN compositeDN) throws java.lang.Exception
endpointName
-compositeDN
-java.lang.Exception
oracle.soa.management.facade.CircuitBreaker getCircuitBreaker(java.lang.String eventName, java.lang.String componentName, oracle.soa.management.CompositeDN compositeDN) throws java.lang.Exception
eventName
-componentName
-compositeDN
-java.lang.Exception
oracle.soa.management.facade.QuiescedService getQuiescedService(java.lang.String endpointName, oracle.soa.management.CompositeDN compositeDN) throws java.lang.Exception
endpointName
-compositeDN
-java.lang.Exception
oracle.soa.management.facade.QuiescedService getQuiescedService(java.lang.String eventName, java.lang.String componentName, oracle.soa.management.CompositeDN compositeDN) throws java.lang.Exception
eventName
-componentName
-compositeDN
-java.lang.Exception
java.util.List getQuiescedServices(java.lang.String partitionName) throws java.lang.Exception
partitionName
- partition to return quiesced services forjava.lang.Exception
QuiescedService
void unquiesce(oracle.soa.management.facade.QuiescedService qs) throws java.lang.Exception
qs
- the QuiescedService to unquiescejava.lang.Exception
void unquiesce(java.lang.String endpointName, oracle.soa.management.CompositeDN compositeDN) throws java.lang.Exception
endpointName
-compositeDN
-java.lang.Exception
void unquiesce(java.lang.String eventName, java.lang.String componentName, oracle.soa.management.CompositeDN compositeDN) throws java.lang.Exception
eventName
-componentName
-compositeDN
-java.lang.Exception