net.sf.juoserver.api
Interface Manageable

All Known Subinterfaces:
ClientHandler, Server
All Known Implementing Classes:
ServerImpl

public interface Manageable

Contract for a manageable component.


Method Summary
 void init()
          Initializes the component.
 void shutDown()
          Shuts down the component.
 void startUp()
          Starts up the component.
 

Method Detail

init

void init()
          throws IOException
Initializes the component.

Throws:
IOException - in case of I/O errors

startUp

void startUp()
             throws IOException
Starts up the component.

Throws:
IOException - in case of I/O errors

shutDown

void shutDown()
              throws IOException
Shuts down the component.

Throws:
IOException - in case of I/O errors


Copyright © 2010-2012. All Rights Reserved.