public interface ConsistencyManagerIF
Modifier and Type | Method and Description |
---|---|
java.util.Set<org.apache.axis.message.addressing.EndpointReference> |
getEPRs(Srv service)
Get EPRs for the given service
|
java.util.Set<org.apache.axis.message.addressing.EndpointReference> |
getEPRs(Srv service,
java.lang.String serviceType)
Get EPRs for the given type of the given service
|
void |
initialize(SrvRegistry registry)
Initialize the Cache Constistency Manager instance
|
void initialize(SrvRegistry registry) throws java.lang.Exception
registry
- the service registryjava.lang.Exception
- in case of initialization errorjava.util.Set<org.apache.axis.message.addressing.EndpointReference> getEPRs(Srv service) throws java.lang.Exception
service
- servicejava.lang.Exception
- in case of errorjava.util.Set<org.apache.axis.message.addressing.EndpointReference> getEPRs(Srv service, java.lang.String serviceType) throws java.lang.Exception
service
- serviceserviceType
- service typejava.lang.Exception
- in case of error