|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.gael.drb.impl.ftp.FtpFactory
public class FtpFactory
Factory of FTP nodes. This class implements the DrbFactoryImpl interface to create drb.impl.ftp.FtpNode nodes. This factory is not supposed to be used directly from any component but has been designed for the fr.gael.drb.Factory class.
| Constructor Summary | |
|---|---|
FtpFactory()
|
|
| Method Summary | |
|---|---|
String |
getIdentifier()
FTP identifier. |
String |
getName()
The name of the ftp implementation. |
DrbNode |
open(DrbNode base_node)
FTP root node from an existing node. |
DrbNode |
open(URL url)
FTP root node matching a given URI. |
DrbNode |
open(URL uri,
DrbNode base_node)
FTP node matching a given URI from an existing node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FtpFactory()
| Method Detail |
|---|
public String getIdentifier()
getIdentifier in interface DrbFactoryImplpublic String getName()
getName in interface DrbFactoryImplpublic DrbNode open(URL url)
open in interface DrbFactoryImplurl - considered.
public DrbNode open(DrbNode base_node)
open in interface DrbFactoryImplbase_node - The node to be considered in input.
public DrbNode open(URL uri,
DrbNode base_node)
open in interface DrbFactoryImpluri - considered here.base_node - The input node to be used as context or base.
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||