org.exoplatform.jcr.benchmark.jcrapi.webdav
Class WebdavTestContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by org.exoplatform.jcr.benchmark.jcrapi.webdav.WebdavTestContext
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>

public class WebdavTestContext
extends java.util.HashMap<java.lang.String,java.lang.Object>

Created by The eXo Platform SAS.
Date: 2009

Version:
$Id: WebdavTestContext.java 42795 2010-01-21 09:19:00Z serg $
Author:
Alex Reshetnyak
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
protected static int threadCounter
           
 
Constructor Summary
WebdavTestContext()
           
 
Method Summary
 java.lang.String generateUniqueName(java.lang.String prefix)
           
 java.lang.String getHost()
           
 java.lang.String getPassword()
           
 int getPort()
           
 java.lang.String getRealm()
           
 java.lang.String getUser()
           
 java.lang.String getWorkspacePath()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
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
equals, hashCode
 

Field Detail

threadCounter

protected static int threadCounter
Constructor Detail

WebdavTestContext

public WebdavTestContext()
Method Detail

generateUniqueName

public java.lang.String generateUniqueName(java.lang.String prefix)

getHost

public java.lang.String getHost()

getPort

public int getPort()

getRealm

public java.lang.String getRealm()

getUser

public java.lang.String getUser()

getPassword

public java.lang.String getPassword()

getWorkspacePath

public java.lang.String getWorkspacePath()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.