Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.io.xfile.ftp
Class FtpSessionId  view FtpSessionId download FtpSessionId.java

java.lang.Object
  extended bycom.flexstor.common.io.xfile.ftp.FtpSessionId

public class FtpSessionId
extends java.lang.Object

A Class class.


Field Summary
protected  int nServerport
          Port of the server where the ftp connection is supposed to be done.
protected  int nSessionId
          Session Id.
protected  java.lang.String strServerName
          Name of the server.
 
Constructor Summary
FtpSessionId(java.lang.String server, int port, int sessionId)
          Session id created using the server name and port
 
Method Summary
 boolean equals(java.lang.Object object)
          Checks the equality.
 java.lang.String getServerName()
          Returns the name of the server.
 int getServerPort()
          Returns the server port.
 int getSessionId()
          Returns the session id;
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nSessionId

protected int nSessionId
Session Id.


strServerName

protected java.lang.String strServerName
Name of the server.


nServerport

protected int nServerport
Port of the server where the ftp connection is supposed to be done.

Constructor Detail

FtpSessionId

public FtpSessionId(java.lang.String server,
                    int port,
                    int sessionId)
Session id created using the server name and port

Method Detail

getSessionId

public int getSessionId()
Returns the session id;


getServerName

public java.lang.String getServerName()
Returns the name of the server.


getServerPort

public int getServerPort()
Returns the server port.


equals

public boolean equals(java.lang.Object object)
Checks the equality.