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

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

public class FtpServerLifecycle
extends java.lang.Object


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 java.lang.Exception
Throws:
java.lang.Exception

destroy

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


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