weborb.management
Class RBIManagementService

java.lang.Object
  extended by weborb.management.RBIManagementService

public class RBIManagementService
extends java.lang.Object


Constructor Summary
RBIManagementService()
           
 
Method Summary
 java.util.ArrayList cancelSelection()
           
 void deselectNode(ServiceNode node)
           
 java.util.ArrayList getServiceChildren(java.lang.String servicePackage, java.lang.String parentName)
           
 java.util.ArrayList getServices()
           
 ServerConfiguration loadConfiguration()
           
 void saveConfiguration(ServerConfiguration configuration)
           
 void saveSelection()
           
 void selectNode(ServiceNode node)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RBIManagementService

public RBIManagementService()
Method Detail

getServices

public java.util.ArrayList getServices()
                                throws java.lang.Exception
Throws:
java.lang.Exception

getServiceChildren

public java.util.ArrayList getServiceChildren(java.lang.String servicePackage,
                                              java.lang.String parentName)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

selectNode

public void selectNode(ServiceNode node)
                throws java.lang.Exception
Throws:
java.lang.Exception

deselectNode

public void deselectNode(ServiceNode node)
                  throws java.lang.Exception
Throws:
java.lang.Exception

saveConfiguration

public void saveConfiguration(ServerConfiguration configuration)
                       throws java.lang.Exception
Throws:
java.lang.Exception

loadConfiguration

public ServerConfiguration loadConfiguration()

saveSelection

public void saveSelection()
                   throws java.lang.Exception
Throws:
java.lang.Exception

cancelSelection

public java.util.ArrayList cancelSelection()
                                    throws java.lang.Exception
Throws:
java.lang.Exception


Discuss WebORB

Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.