edu.uci.isr.yancees
Class AdministrationFacade

java.lang.Object
  extended by edu.uci.isr.yancees.AdministrationFacade

public class AdministrationFacade
extends java.lang.Object

This class allows the general adminstration of the server, adding and removing plug-ins, executing shutdown and restart and so on.


Constructor Summary
AdministrationFacade()
           
 
Method Summary
 void resumeYancees()
           
 void shutdownYancess()
           
 void suspendYancees()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministrationFacade

public AdministrationFacade()
Method Detail

shutdownYancess

public void shutdownYancess()
                     throws YanceesException
Throws:
YanceesException

suspendYancees

public void suspendYancees()
                    throws YanceesException
Throws:
YanceesException

resumeYancees

public void resumeYancees()
                   throws YanceesException
Throws:
YanceesException