org.exoplatform.services.ftp
Class FtpContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.apache.commons.chain.impl.ContextBase
              extended by org.exoplatform.services.ftp.FtpContext
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, org.apache.commons.chain.Context

public class FtpContext
extends org.apache.commons.chain.impl.ContextBase

Created by The eXo Platform SAS Author : Vitaly Guly

Version:
$Id: FtpContext.java 35180 2009-08-07 14:04:22Z pnedonosko $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
protected  FtpClientSession clientSession
           
protected  java.lang.String[] params
           
 
Constructor Summary
FtpContext(FtpClientSession clientSession, java.lang.String[] params)
           
 
Method Summary
 FtpClientSession getFtpClientSession()
           
 java.lang.String[] getParams()
           
 
Methods inherited from class org.apache.commons.chain.impl.ContextBase
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values
 
Methods inherited from class java.util.HashMap
clone, containsKey, size
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, equals, hashCode, size
 

Field Detail

clientSession

protected FtpClientSession clientSession

params

protected java.lang.String[] params
Constructor Detail

FtpContext

public FtpContext(FtpClientSession clientSession,
                  java.lang.String[] params)
Method Detail

getParams

public java.lang.String[] getParams()

getFtpClientSession

public FtpClientSession getFtpClientSession()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.