boolean |
OSGMM.connect(java.util.Properties props) |
Issues the condor status command, and stores the results retrieved back
into a List.
|
boolean |
XML.connect(java.util.Properties props) |
Establishes a connection to the file from the properties.
|
boolean |
XML2.connect(java.util.Properties props) |
Establishes a connection to the file from the properties.
|
int |
OSGMM.insert(SiteCatalogEntry entry) |
|
int |
XML.insert(SiteCatalogEntry entry) |
Not implemented as yet.
|
int |
XML2.insert(SiteCatalogEntry entry) |
Not implemented as yet.
|
java.util.Set<java.lang.String> |
OSGMM.list() |
|
java.util.Set<java.lang.String> |
XML.list() |
Lists the site handles for all the sites in the Site Catalog.
|
java.util.Set<java.lang.String> |
XML2.list() |
Lists the site handles for all the sites in the Site Catalog.
|
int |
OSGMM.load(java.util.List<java.lang.String> sites) |
Loads up the Site Catalog implementation with the sites whose
site handles are specified.
|
int |
XML.load(java.util.List<java.lang.String> sites) |
Loads up the Site Catalog implementation with the sites whose
site handles are specified.
|
int |
XML2.load(java.util.List<java.lang.String> sites) |
Loads up the Site Catalog implementation with the sites whose
site handles are specified.
|
SiteCatalogEntry |
OSGMM.lookup(java.lang.String handle) |
|
SiteCatalogEntry |
XML.lookup(java.lang.String handle) |
Retrieves the SiteCatalogEntry for a site.
|
SiteCatalogEntry |
XML2.lookup(java.lang.String handle) |
Retrieves the SiteCatalogEntry for a site.
|
int |
OSGMM.remove(java.lang.String handle) |
|
int |
XML.remove(java.lang.String handle) |
Not yet implemented as yet.
|
int |
XML2.remove(java.lang.String handle) |
Not yet implemented as yet.
|