|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 uri)
Return a EdgLocalReplicaCatalog instance |
static org.edg.data.rmc.EdgReplicaMetadataCatalog |
getReplicaMetadataCatalog(java.net.URI uri)
Return a EdgReplicaMetadataCatalog instance |
static org.edg.data.ros.EdgReplicaOptimization |
getROS(java.net.URI uri)
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 uri) throws CatalogCommunicationException
EdgLocalReplicaCatalog
instance
uri
- the URI pointing to the LRC instance
CatalogCommunicationException
- if we cannot instantiate the servicepublic static org.edg.data.rmc.EdgReplicaMetadataCatalog getReplicaMetadataCatalog(java.net.URI uri) throws CatalogCommunicationException
EdgReplicaMetadataCatalog
instance
uri
- the URI pointing to the RMC instance
CatalogCommunicationException
- if we cannot instantiate the servicepublic static org.edg.data.ros.EdgReplicaOptimization getROS(java.net.URI uri) throws CatalogCommunicationException
uri
- 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 |