org.modeshape.web.jcr.webdav
Class ModeShapeWebdavStore.SessionKey

java.lang.Object
  extended by org.modeshape.web.jcr.webdav.ModeShapeWebdavStore.SessionKey
Enclosing class:
ModeShapeWebdavStore

protected static final class ModeShapeWebdavStore.SessionKey
extends Object


Field Summary
protected  String repositoryName
           
protected  String workspaceName
           
 
Constructor Summary
protected ModeShapeWebdavStore.SessionKey(String repositoryName, String workspaceName)
           
 
Method Summary
 boolean equals(Object obj)
          
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

repositoryName

protected final String repositoryName

workspaceName

protected final String workspaceName
Constructor Detail

ModeShapeWebdavStore.SessionKey

protected ModeShapeWebdavStore.SessionKey(String repositoryName,
                                          String workspaceName)
Method Detail

hashCode

public int hashCode()

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.