eXo JCR :: Component :: FTP Service 1.15.14-GA

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:
Serializable, Cloneable, 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: $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
protected  FtpClientSession clientSession
           
protected  String[] params
           
 
Constructor Summary
FtpContext(FtpClientSession clientSession, String[] params)
           
 
Method Summary
 FtpClientSession getFtpClientSession()
           
 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 String[] params
Constructor Detail

FtpContext

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

getParams

public String[] getParams()

getFtpClientSession

public FtpClientSession getFtpClientSession()

eXo JCR :: Component :: FTP Service 1.15.14-GA

Copyright © 2015 eXo Platform SAS. All Rights Reserved.