|
|||||||||
| Home >> All >> com >> flexstor >> webframework >> [ gateway overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.webframework.gateway
Class FSFTPAddressGateway

java.lang.Objectcom.flexstor.webframework.gateway.FSGateway
com.flexstor.webframework.gateway.FSFTPAddressGateway
- All Implemented Interfaces:
- com.flexstor.common.constants.EjbHomeInterfacesI
- public class FSFTPAddressGateway
- extends FSGateway
Allows to access FTP addresses through the EJB Server gateway.
| Field Summary | |
private com.flexstor.ejb.address.persist.FtpAddressPersist |
FTPAddressBean
Holds reference to bean. |
| Fields inherited from class com.flexstor.webframework.gateway.FSGateway |
engine, lTime |
| Constructor Summary | |
FSFTPAddressGateway()
|
|
| Method Summary | |
void |
connect()
Connects to EJB and leaves the connection open for access to the FTPAddress bean. Once finished accessing the bean, the method dispose() must be called to close the connection. |
com.flexstor.common.data.ejb.address.FtpAddressData |
create(com.flexstor.common.data.ejb.address.FtpAddressData FTPAddressData)
Creates a new FTP address. |
protected com.flexstor.ejb.EjbObject |
getBeanObject()
Overrides super class method to provide reference to bean. |
com.flexstor.common.data.ejb.address.FtpAddressData |
getFTPAddress(com.flexstor.common.keys.ejb.FtpAddressKey FTPAddressKey)
Retrieves data for a FTP address. |
java.util.Vector |
getFTPAddresses()
Retrieves a list of all available FTP addresses. |
java.util.Vector |
getFTPAddresses(java.util.Vector vFTPAddressKeys)
Retrieves data for a list of FTP addresses. |
protected java.lang.String |
getHomeName()
Overrides super class method to provide home name. |
void |
remove(com.flexstor.common.keys.ejb.FtpAddressKey FTPAddressKey)
Deletes an FTP address. |
com.flexstor.common.data.ejb.address.FtpAddressData |
update(com.flexstor.common.data.ejb.address.FtpAddressData FTPAddressData)
Updates an FTP address. |
| Methods inherited from class com.flexstor.webframework.gateway.FSGateway |
dispose, dispose, getHome, initialize, isInitialized, shutdown |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
FTPAddressBean
private com.flexstor.ejb.address.persist.FtpAddressPersist FTPAddressBean
- Holds reference to bean.
| Constructor Detail |
FSFTPAddressGateway
public FSFTPAddressGateway()
| Method Detail |
getHomeName
protected java.lang.String getHomeName()
- Overrides super class method to provide home name.
- Specified by:
getHomeNamein classFSGateway
getBeanObject
protected com.flexstor.ejb.EjbObject getBeanObject()
- Overrides super class method to provide reference to bean.
- Specified by:
getBeanObjectin classFSGateway
connect
public void connect()
throws com.flexstor.webframework.gateway.exceptions.FSGatewayTransactionException
- Connects to EJB and leaves the connection open for access to the FTPAddress bean.
Once finished accessing the bean, the method dispose() must be called to close
the connection.
getFTPAddresses
public java.util.Vector getFTPAddresses() throws com.flexstor.webframework.gateway.exceptions.FSGatewayTransactionException
- Retrieves a list of all available FTP addresses.
getFTPAddress
public com.flexstor.common.data.ejb.address.FtpAddressData getFTPAddress(com.flexstor.common.keys.ejb.FtpAddressKey FTPAddressKey) throws com.flexstor.webframework.gateway.exceptions.FSGatewayTransactionException
- Retrieves data for a FTP address.
getFTPAddresses
public java.util.Vector getFTPAddresses(java.util.Vector vFTPAddressKeys) throws com.flexstor.webframework.gateway.exceptions.FSGatewayTransactionException
- Retrieves data for a list of FTP addresses.
create
public com.flexstor.common.data.ejb.address.FtpAddressData create(com.flexstor.common.data.ejb.address.FtpAddressData FTPAddressData) throws com.flexstor.webframework.gateway.exceptions.FSGatewayTransactionException
- Creates a new FTP address.
update
public com.flexstor.common.data.ejb.address.FtpAddressData update(com.flexstor.common.data.ejb.address.FtpAddressData FTPAddressData) throws com.flexstor.webframework.gateway.exceptions.FSGatewayTransactionException
- Updates an FTP address.
remove
public void remove(com.flexstor.common.keys.ejb.FtpAddressKey FTPAddressKey) throws com.flexstor.webframework.gateway.exceptions.FSGatewayTransactionException
- Deletes an FTP address.
|
|||||||||
| Home >> All >> com >> flexstor >> webframework >> [ gateway overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC