git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Registry@295 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e645bf8373
commit
cb8c9e3ae1
|
@ -13,9 +13,9 @@ public class RegistryConfiguration {
|
|||
|
||||
/** The root service to take care at service's startup */
|
||||
public static enum ROOT_SERVICES {
|
||||
ISIC() {String getName() {return "InformationSystem";} String getClazz() {return "IS-IC";}},
|
||||
ISNOTIFIER() {String getName() {return "InformationSystem";} String getClazz() {return "IS-Notifier";}},
|
||||
GHNMANAGER() {String getName() {return "VREManagement";} String getClazz() {return "GHNManager";}};
|
||||
ISIC() {String getClazz() {return "InformationSystem";} String getName() {return "IS-IC";}},
|
||||
ISNOTIFIER() {String getClazz() {return "InformationSystem";} String getName() {return "IS-Notifier";}},
|
||||
GHNMANAGER() {String getClazz() {return "VREManagement";} String getName() {return "GHNManager";}};
|
||||
|
||||
abstract String getName();
|
||||
abstract String getClazz();
|
||||
|
|
Loading…
Reference in New Issue