public interface FtpletContainer extends Ftplet
Ftplet
interface and forward any events to the Ftplets hosted by the
container.Modifier and Type | Method and Description |
---|---|
Ftplet |
getFtplet(String name)
Retrive the
Ftplet identified by the name (as provided in the
#addFtplet(String, Ftplet) method. |
Map<String,Ftplet> |
getFtplets()
Retrive all Ftplets registered with this container
|
afterCommand, beforeCommand, destroy, init, onConnect, onDisconnect
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.