|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VOMSServerInfoStoreListener
This interface is used to notify about events related to the load operations of VOMSES server endpoint information.
Method Summary | |
---|---|
void |
notifyNoValidVOMSESError(List<String> searchedPaths)
Informs that no valid VOMS information was found on the system. |
void |
notifyVOMSESInformationLoaded(String vomsesPath,
VOMSServerInfo info)
Informs that VOMSES information was succesfully loaded from a given path |
void |
notifyVOMSESlookup(String vomsesPath)
Informs that VOMSES is being search at the path passed as argument |
Method Detail |
---|
void notifyNoValidVOMSESError(List<String> searchedPaths)
searchedPaths
- the list of searched pathsvoid notifyVOMSESlookup(String vomsesPath)
vomsesPath
- the path where VOMSES information are being looked forvoid notifyVOMSESInformationLoaded(String vomsesPath, VOMSServerInfo info)
vomsesPath
- the path where VOMSES information was loaded frominfo
- the VOMSServerInfo
voms endpoint information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |