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.CircuitBreakerHistory |
getCircuitBreakerHistory(java.lang.String partition, oracle.soa.management.facade.QuiescedServiceHistory history)
Return the CircuitBreakerHistory object related to the given QuiescedServiceHistory object
|
java.util.List |
getCircuitBreakerHistoryRecords(java.lang.String partition, java.util.Date begin, java.util.Date end)
Return a list of CircuitBreakerHistory objects for the given partition that falls between the begin and end date If begin and end date are null then return all history objects If begin is null then return all records up to the end date If end date is null then return all records after begin date
|
java.util.List |
getCircuitBreakerHistoryRecords(java.lang.String partition, long scaEntityId, java.util.Date begin, java.util.Date end)
Return a list of CircuitBreakerHistory objects for the given scaEntityId that falls between the begin and end date If begin and end date are null then return all history objects If begin is null then return all records up to the end date If end date is null then return all records after begin date
|
java.lang.String |
getDocumentAsStringFromClasspath(java.lang.String compositeDN, java.lang.String namespace, java.lang.String documentBaseURI)
Retrieve Definition of the resource having path as CLASSPATH
|
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 |
getQuiescedServiceHistoryForInboundEndpoint(java.lang.String inboundEPName, java.lang.String partition, java.util.Date begin, java.util.Date end)
Return a list of QuiescedServiceHistory objects for the given partition whose name = inboundEPName that falls between the begin and end date If begin and end date are null then return all history objects If begin is null then return all records up to the end date If end date is null then return all records after begin date
|
java.util.List |
getQuiescedServiceHistoryForOutboundEndpoint(java.lang.String outboundEPName, java.lang.String partition, java.util.Date begin, java.util.Date end)
Return a list of QuiescedServiceHistory objects for the given partition whose name = outboundEPName that falls between the begin and end date If begin and end date are null then return all history objects If begin is null then return all records up to the end date If end date is null then return all records after begin date
|
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.
|
java.util.List |
getQuiescedServicesHistory(java.lang.String partition, oracle.soa.management.facade.CircuitBreakerHistory history)
Return a list of QuiesceServiceHistory objects related to the given CircuitBreakerHistory
|
java.util.List |
getServiceHistoryRecords(java.lang.String partition, java.util.Date begin, java.util.Date end)
Return a list of QuiescedServiceHistory objects for the given partition that falls between the begin and end date If begin and end date are null then return all history objects If begin is null then return all records up to the end date If end date is null then return all records after begin date
|
java.util.List |
getServiceHistoryRecords(java.lang.String partition, long scaEntityId, java.util.Date begin, java.util.Date end)
Return a list of QuiescedServiceHistory objects for the given scaEntityId that falls between the begin and end date If begin and end date are null then return all history objects If begin is null then return all records up to the end date If end date is null then return all records after begin date
|
java.lang.String |
getWsdlForDefMsg(java.lang.String compositeDN, java.lang.String componentName, javax.xml.namespace.QName messageQName)
For given message QName, returns related WSDL document URI as a String.
|
java.lang.String |
getWsdlForSchemaElement(java.lang.String compositeDN, java.lang.String componentName, javax.xml.namespace.QName schemaElemQName)
For given schema element QName, returns related WSDL document URI as a String.
|
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.CircuitBreakerHistory getCircuitBreakerHistory(java.lang.String partition, oracle.soa.management.facade.QuiescedServiceHistory history) throws java.lang.Exception
partition
-history
- QuiesceServiceHistoryjava.lang.Exception
java.util.List getCircuitBreakerHistoryRecords(java.lang.String partition, java.util.Date begin, java.util.Date end) throws java.lang.Exception
partition
-begin
-end
-java.lang.Exception
java.util.List getCircuitBreakerHistoryRecords(java.lang.String partition, long scaEntityId, java.util.Date begin, java.util.Date end) throws java.lang.Exception
partition
-scaEntityId
- id of downstream endpointbegin
-end
-java.lang.Exception
java.lang.String getDocumentAsStringFromClasspath(java.lang.String compositeDN, java.lang.String namespace, java.lang.String documentBaseURI) throws java.rmi.RemoteException, java.lang.Exception
compositeDN
-namespace
-documentBaseURI
-java.rmi.RemoteException
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 getQuiescedServiceHistoryForInboundEndpoint(java.lang.String inboundEPName, java.lang.String partition, java.util.Date begin, java.util.Date end) throws java.lang.Exception
inboundEPName
-partition
-begin
-end
-java.lang.Exception
java.util.List getQuiescedServiceHistoryForOutboundEndpoint(java.lang.String outboundEPName, java.lang.String partition, java.util.Date begin, java.util.Date end) throws java.lang.Exception
outboundEPName
-partition
-begin
-end
-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
java.util.List getQuiescedServicesHistory(java.lang.String partition, oracle.soa.management.facade.CircuitBreakerHistory history) throws java.lang.Exception
partition
-history
- CircuitBreakerHistory related to the returned QuiescedServiceHistory objectsjava.lang.Exception
java.util.List getServiceHistoryRecords(java.lang.String partition, java.util.Date begin, java.util.Date end) throws java.lang.Exception
partition
-begin
-end
-java.lang.Exception
java.util.List getServiceHistoryRecords(java.lang.String partition, long scaEntityId, java.util.Date begin, java.util.Date end) throws java.lang.Exception
partition
-scaEntityId
- id of suspended servicebegin
-end
-java.lang.Exception
java.lang.String getWsdlForDefMsg(java.lang.String compositeDN, java.lang.String componentName, javax.xml.namespace.QName messageQName) throws java.rmi.RemoteException, java.lang.Exception
compositeDN
-componentName
-messageQName
-java.rmi.RemoteException
java.lang.Exception
java.lang.String getWsdlForSchemaElement(java.lang.String compositeDN, java.lang.String componentName, javax.xml.namespace.QName schemaElemQName) throws java.rmi.RemoteException, java.lang.Exception
compositeDN
-componentName
-schemaElemQName
-java.rmi.RemoteException
java.lang.Exception
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