|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISInfoI
Method Summary | |
---|---|
void |
addExternalRIToVRE(java.io.File file)
|
void |
addGHNToScope(java.lang.String url)
Adds a GHN to the active VRE |
void |
addRIToScope(java.lang.String url,
java.lang.String className,
java.lang.String name)
Adds a service to the active VRE |
boolean |
existsGHN(java.lang.String namePort)
|
GCUBECollection |
getCollection(GCUBEScope scope,
java.lang.String collectionID)
|
java.util.List<RPDocument> |
getCollectionIndices(GCUBEScope scope,
java.lang.String collectionID)
|
java.util.List<GCUBECollection> |
getCollections(GCUBEScope scope)
|
java.util.List<RPDocument> |
getIndices(GCUBEScope scope,
java.lang.String mcollectionID)
Return all indices associated with a given metadata collection. |
java.util.List<GCUBEMCollection> |
getMCollections(GCUBEScope scope,
java.lang.String collectionID)
|
java.util.List<RPDocument> |
getWS(java.lang.String type)
|
java.util.List<RPDocument> |
getXMLIndices(GCUBEScope scope,
java.lang.String mcollectionID)
|
java.util.List<XMLResult> |
queryIS(java.lang.String query)
|
void |
removeExternalRIToVRE(java.lang.String id)
|
void |
removeGHNToScope(java.lang.String url)
|
Method Detail |
---|
java.util.List<XMLResult> queryIS(java.lang.String query)
query
- an XQuery to be submitted on IS
java.util.List<RPDocument> getWS(java.lang.String type)
type
- the of the WSs to be retrieved
void addGHNToScope(java.lang.String url)
url
- the GHN urlvoid addRIToScope(java.lang.String url, java.lang.String className, java.lang.String name)
url
- the Running Instance urlclassName
- the name of the class where the RI will belongname
- the name of teh service it providesboolean existsGHN(java.lang.String namePort)
namePort
- GHN name:port
void removeExternalRIToVRE(java.lang.String id)
id
- the id of the external running instance to be removedvoid addExternalRIToVRE(java.io.File file)
file
- the file that contains the external running instance to be addedvoid removeGHNToScope(java.lang.String url)
url
- server:port of the GHN to be removedjava.util.List<GCUBECollection> getCollections(GCUBEScope scope) throws java.lang.Exception
scope
- the scope of the collections.
java.lang.Exception
java.util.List<GCUBEMCollection> getMCollections(GCUBEScope scope, java.lang.String collectionID) throws java.lang.Exception
scope
- the scope of the metadata collections.collectionID
- the associated collection.
java.lang.Exception
java.util.List<RPDocument> getXMLIndices(GCUBEScope scope, java.lang.String mcollectionID) throws java.lang.Exception
scope
- the indices scope.mcollectionID
- the metadata collection id.
java.lang.Exception
java.util.List<RPDocument> getIndices(GCUBEScope scope, java.lang.String mcollectionID) throws java.lang.Exception
scope
- the indices scope.mcollectionID
- the metadata collection id.
java.lang.Exception
java.util.List<RPDocument> getCollectionIndices(GCUBEScope scope, java.lang.String collectionID) throws java.lang.Exception
scope
- the indices scope.collectionID
- the collection id.
java.lang.Exception
GCUBECollection getCollection(GCUBEScope scope, java.lang.String collectionID) throws java.lang.Exception
scope
- the collection scope.collectionID
- the collection id.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |