JMX Documentation
 
Mbeans (English)
 
  FtpServer
  ServersDeployment
Mbeans (French)
 
  FtpServer
 
  Built with Apache Forrest logo Financial help logo
 
Designed for Firefox logo Java.net member logo
 


PDF 

ServersDeploymentServiceMBean documentation



Bean Description  > List of attributes  > List of operations  > Attributes declaration  > Operations declaration 

Bean Description

Description : FTP Servers management service

Type : net.sbbi.jafs.services.ServersDeploymentService

Domain : services

List of attributes

deployedServersCodes

List of operations

createServerdeleteServerdeploydeployFromFileunDeploy

Attributes declaration

deployedServersCodes

DescriptionDeployed servers codes

Typejava.util.Set

Writeablefalse

Operations declaration

deploy

DescriptionScans the servers configuration files directory for new servers to deploy, return the number of deployed servers

Return typejava.lang.Integer

ImpactACTION

deployFromFile

DescriptionDeploys a server for a given server configuration file path

Return typejava.lang.Boolean

ImpactACTION

Parameters
filePathtype: java.lang.StringThe configuration file path

unDeploy

DescriptionUndeploys a server from the service, the server will be stopped

Return typejava.lang.Boolean

ImpactACTION

Parameters
serverCodetype: java.lang.StringThe server code

deleteServer

DescriptionDeletes permanently a deployed server

Return typejava.lang.Boolean

ImpactACTION

Parameters
serverCodetype: java.lang.StringThe server code to delete

createServer

DescriptionCreates a new server and deploys it

Return typejava.lang.Boolean

ImpactACTION

Parameters
serverCodetype: java.lang.StringThe new server code
authRealmCodetype: java.lang.StringThe JAAS authentication realm code you want to use with the server
serverRoottype: java.lang.StringThe server root path ( I.E /var/ftp/pub )
serverPorttype: intThe server port ( I.E 1024 )
pasvPortsStartRangetype: intThe passive mode ports start range ( I.E 44000 )
pasvPortsEndRangetype: intThe passive mode ports end range ( I.E 44005 )


 

Copyright © 2005 SuperBonBon Industries. All rights reserved.
Unless otherwise expressly noted, the contents of these pages are licensed under the Creative Commons - Attribution / Share Alike license.