|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.filetransferfc.EndPoint
public class EndPoint
This class represents a file transfer end point object configuration
Field Summary | |
---|---|
java.util.Properties |
props
Configuration properties of an end point |
Method Summary | |
---|---|
java.lang.String |
getHost()
Returns the hostname of an end point |
java.lang.String |
getKeystore()
Returns the keystore of an end point |
java.lang.String |
getPassphrase()
Returns the passphrase of an end point |
java.lang.String |
getPassword()
Returns the user password of an end point |
java.lang.String |
getPath()
Returns the file path of an end point |
java.lang.String |
getPort()
Returns the port number of an end point |
java.lang.String |
getProtocol()
Returns the protocol to connect to an end point |
java.lang.String |
getUser()
Returns the username of an end point |
boolean |
isLocal()
Returns the end point is Local/Remote |
void |
setHost(java.lang.String host)
Sets the hostname of an end point |
void |
setKeystore(java.lang.String key)
Sets the keystore of an end point |
void |
setPassphrase(java.lang.String passph)
Sets the passphrase of an end point |
void |
setPassword(java.lang.String pass)
Sets the user password of an end point |
void |
setPath(java.lang.String path)
Sets the path of an end point |
void |
setPort(java.lang.String po)
Sets the port number of an end point |
void |
setProtocol(java.lang.String p)
Sets the protocol to connect to an end point |
void |
setSourceFile(java.lang.String s)
Sets the path of the source file |
void |
setUser(java.lang.String user)
Sets the username of an end point |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Properties props
Method Detail |
---|
public java.lang.String getProtocol()
public void setProtocol(java.lang.String p)
p
- protocol to connect to an end pointpublic java.lang.String getHost()
public void setHost(java.lang.String host)
host
- hostname of an end pointpublic java.lang.String getPort()
public void setPort(java.lang.String po)
po
- port number of an end pointpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path
- path of an end pointpublic java.lang.String getUser()
public void setUser(java.lang.String user)
user
- username of an end pointpublic java.lang.String getPassword()
public void setPassword(java.lang.String pass)
pass
- user password of an end pointpublic java.lang.String getKeystore()
public void setKeystore(java.lang.String key)
key
- keystore of an end pointpublic java.lang.String getPassphrase()
public void setPassphrase(java.lang.String passph)
passph
- passphrase of an end pointpublic boolean isLocal()
public void setSourceFile(java.lang.String s)
s
- Path of the source file
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |