org.apache.ftpserver.example.osgiservice.impl
Class FtpServerLifecycle

java.lang.Object
  extended by org.apache.ftpserver.example.osgiservice.impl.FtpServerLifecycle

public class FtpServerLifecycle
extends Object

Author:
Apache MINA Project*

Constructor Summary
FtpServerLifecycle()
           
 
Method Summary
 void destroy()
           
 FtpServer getServer()
           
 void init()
           
 void setServer(FtpServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpServerLifecycle

public FtpServerLifecycle()
Method Detail

getServer

public FtpServer getServer()

setServer

public void setServer(FtpServer server)

init

public void init()
          throws Exception
Throws:
Exception

destroy

public void destroy()
             throws Exception
Throws:
Exception


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.