|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConsistencyManagerIF
Declares the necessary methods that all Cache Constistency Managers should implement.
Method Summary | |
---|---|
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 |
Method Detail |
---|
void initialize(SrvRegistry registry) throws java.lang.Exception
registry
- the service registry
java.lang.Exception
- in case of initialization errorjava.util.Set<org.apache.axis.message.addressing.EndpointReference> getEPRs(Srv service) throws java.lang.Exception
service
- service
java.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 type
java.lang.Exception
- in case of error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |