|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.data.reptor.ServiceFactory
The network accessible services that are used by the edg-replica-manager client are accessed via the getters in this class
Method Summary | |
static org.edg.data.rls.EdgLocalReplicaCatalog |
getLocalReplicaCatalog(java.net.URI lrcUri)
Return a EdgLocalReplicaCatalog instance |
static org.edg.data.rli.EdgReplicaLocationIndex |
getReplicaLocationIndex(java.net.URI rliUri)
Return a EdgReplicaLocationIndex instance |
static org.edg.data.rmc.EdgReplicaMetadataCatalog |
getReplicaMetadataCatalog(java.net.URI rmcUri)
Return a EdgReplicaMetadataCatalog instance |
static org.edg.data.ros.EdgReplicaOptimization |
getROS(java.net.URI rosUri)
Return an ROS instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static org.edg.data.rls.EdgLocalReplicaCatalog getLocalReplicaCatalog(java.net.URI lrcUri) throws CatalogCommunicationException
EdgLocalReplicaCatalog
instance
lrcUri
- the URI pointing to the LRC instance
CatalogCommunicationException
- if we cannot instantiate the servicepublic static org.edg.data.rli.EdgReplicaLocationIndex getReplicaLocationIndex(java.net.URI rliUri) throws CatalogCommunicationException
EdgReplicaLocationIndex
instance
rliUri
- the URI pointing to the RLI instance
CatalogCommunicationException
- if we cannot instantiate the servicepublic static org.edg.data.rmc.EdgReplicaMetadataCatalog getReplicaMetadataCatalog(java.net.URI rmcUri) throws CatalogCommunicationException
EdgReplicaMetadataCatalog
instance
rmcUri
- the URI pointing to the RMC instance
CatalogCommunicationException
- if we cannot instantiate the servicepublic static org.edg.data.ros.EdgReplicaOptimization getROS(java.net.URI rosUri) throws CatalogCommunicationException
rosUri
- the URI pointing to the ROS instance
CatalogCommunicationException
- if we cannot instantiate the service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |