|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.biomoby.registry.rdfagent.util.CentralAdmin
public class CentralAdmin
Constructor Summary | |
---|---|
CentralAdmin(String endpoint,
String uri,
String username,
String password,
String phrase)
|
Method Summary | |
---|---|
int |
deleteService(String servicename,
String authority)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CentralAdmin(String endpoint, String uri, String username, String password, String phrase)
endpoint
- the biomoby registry endpointuri
- the biomoby registry uriusername
- the user name needed for authorizationpassword
- the password needed for authorizationphrase
- the phrase that is contained in the mobycentral.config fileMethod Detail |
---|
public int deleteService(String servicename, String authority)
servicename
- the name of the service to removeauthority
- the authority of the service
101 - missing authority
102 - missing service name
103 - missing pass phrase
200 - service successfully removed
404 - service not found in the registry
501 - key phrase didn't match
505 - unknown error
506 - soap service exception
507 - axis fault
508 - bad url
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |