git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Registry@6867 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4f85f978f6
commit
e79e669aca
|
@ -27,7 +27,7 @@ public class RegistryConfiguration {
|
|||
|
||||
/** The root service to take care at service's startup */
|
||||
public static enum ROOT_SERVICES {
|
||||
ISIC() {public String getClazz() {return "InformationSystem";} public String getName() {return "IS-IC";}},
|
||||
ISIC() { public String getClazz() {return "InformationSystem";} public String getName() {return "IS-IC";}},
|
||||
ISNOTIFIER() {public String getClazz() {return "InformationSystem";} public String getName() {return "IS-Notifier";}},
|
||||
GHNMANAGER() {public String getClazz() {return "VREManagement";} public String getName() {return "GHNManager";}},
|
||||
DEPLOYER() {public String getClazz() {return "VREManagement";} public String getName() {return "Deployer";}};
|
||||
|
@ -120,7 +120,7 @@ public class RegistryConfiguration {
|
|||
|
||||
/**
|
||||
* Set registration Type
|
||||
* @param file the registration Type
|
||||
* @param type the registration Type
|
||||
*/
|
||||
public void setRegistrationType(String type) {
|
||||
registrationType = type;
|
||||
|
|
Loading…
Reference in New Issue