|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gcube.informationsystem.cache.SrvRegistry
public class SrvRegistry
| Constructor Summary | |
|---|---|
SrvRegistry(GCUBEScope scope)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
addService(Srv srv)
Add the given service |
boolean |
addService(java.lang.String srvClass,
java.lang.String srvName)
Add the given service |
boolean |
delService(Srv srv)
Delete given service |
boolean |
delService(java.lang.String srvClass,
java.lang.String srvName)
Delete given service |
protected ConsistencyManagerIF |
getConsistencyManagerImpl()
|
org.apache.axis.message.addressing.EndpointReference[] |
getEPRsFor(Srv srv)
Get EPRs for the given service |
org.apache.axis.message.addressing.EndpointReference[] |
getEPRsFor(Srv srv,
java.lang.String srvType)
Get EPRs for the given service |
org.apache.axis.message.addressing.EndpointReference[] |
getEPRsFor(java.lang.String srvClass,
java.lang.String srvName)
Get EPRs for the given service |
org.apache.axis.message.addressing.EndpointReference[] |
getEPRsFor(java.lang.String srvClass,
java.lang.String srvName,
java.lang.String srvType)
Get EPRs for the given service |
protected GCUBEScope |
getScope()
|
Srv |
getService(Srv srv)
Get all service information for the given service |
Srv |
getService(java.lang.String srvClass,
java.lang.String srvName)
Get all service information for the given service |
java.util.Set<Srv> |
getSrvs()
Get services |
protected void |
setConsistencyManagerImpl(ConsistencyManagerIF cmi)
|
protected void |
setScope(GCUBEScope scope)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SrvRegistry(GCUBEScope scope)
scope - scope| Method Detail |
|---|
public Srv getService(Srv srv)
srv - service
public Srv getService(java.lang.String srvClass,
java.lang.String srvName)
srvClass - service classsrvName - service name
public boolean addService(Srv srv)
srv - service to be added
public boolean addService(java.lang.String srvClass,
java.lang.String srvName)
srvClass - class of the service to be addedsrvName - name of the service to be added
public boolean delService(Srv srv)
srv - service
public boolean delService(java.lang.String srvClass,
java.lang.String srvName)
srvClass - service classsrvName - service name
public java.util.Set<Srv> getSrvs()
Srv instances
public org.apache.axis.message.addressing.EndpointReference[] getEPRsFor(Srv srv)
throws java.lang.Exception
srv - service
java.lang.Exception - in case of error
public org.apache.axis.message.addressing.EndpointReference[] getEPRsFor(java.lang.String srvClass,
java.lang.String srvName)
throws java.lang.Exception
srvClass - service classsrvName - service name
java.lang.Exception - in case of error
public org.apache.axis.message.addressing.EndpointReference[] getEPRsFor(Srv srv,
java.lang.String srvType)
throws java.lang.Exception
srv - servicesrvType - service type
java.lang.Exception - in case of error
public org.apache.axis.message.addressing.EndpointReference[] getEPRsFor(java.lang.String srvClass,
java.lang.String srvName,
java.lang.String srvType)
throws java.lang.Exception
srvClass - service classsrvName - service namesrvType - service type
java.lang.Exception - in case of errorprotected ConsistencyManagerIF getConsistencyManagerImpl()
protected void setConsistencyManagerImpl(ConsistencyManagerIF cmi)
protected void setScope(GCUBEScope scope)
scope - the scope to setprotected GCUBEScope getScope()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||