|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An indexing interface from which the client can get a list of SEs where certain files are located.
Method Summary | |
java.lang.String[] |
listSEbyGUID(java.lang.String guid)
List all SEs where the GUID has a replica. |
java.lang.String[] |
listSEbyLFN(java.lang.String lfn)
List all SEs where the LFN has a replica. |
Methods inherited from interface org.glite.data.catalog.service.ServiceBase |
getInterfaceVersion, getSchemaVersion, getServiceMetadata, getVersion |
Method Detail |
public java.lang.String[] listSEbyLFN(java.lang.String lfn) throws InternalException, AuthorizationException, NotExistsException
lfn
- The logical filename
AuthorizationException
- No access right to list SEs.
NotExistsException
- No such lfn found.
InternalException
public java.lang.String[] listSEbyGUID(java.lang.String guid) throws InternalException, AuthorizationException, NotExistsException
guid
- The GUID
AuthorizationException
- No access right to list SEs.
NotExistsException
- No such guid found.
InternalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |