* Cybernode.
*
* @throws IOException If the UIDescriptors cannot be created
*/
protected Entry[] getServiceUIs() throws IOException {
UIComponentFactory cybernodeUI = new UIComponentFactory(getUIJars(),
"org.rioproject.cybernode.ui.PlatformCapabilityUI");
UIComponentFactory platformCapabilityUI = new UIComponentFactory(getUIJars(),
"org.rioproject.cybernode.ui.CybernodeUI");
Entry[] uis = new Entry[] {UIDescriptorFactory.getUIDescriptor(AdminUI.ROLE, platformCapabilityUI),
UIDescriptorFactory.getUIDescriptor(AdminUI.ROLE, cybernodeUI)};
return(uis);