eXo JCR :: Component :: Webdav Service 1.15.11-GA

org.exoplatform.services.jcr.webdav.command
Class LockCommand.LockResultResponseEntity

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.command.LockCommand.LockResultResponseEntity
All Implemented Interfaces:
javax.ws.rs.core.StreamingOutput
Enclosing class:
LockCommand

public class LockCommand.LockResultResponseEntity
extends Object
implements javax.ws.rs.core.StreamingOutput

Author:
Gennady Azarenkov

Field Summary
protected  String lockOwner
          Lock owner.
protected  String lockToken
          Lock token.
protected  WebDavNamespaceContext nsContext
          Webdav namespace context.
protected  String timeOut
          Lock timeout.
 
Constructor Summary
LockCommand.LockResultResponseEntity(WebDavNamespaceContext nsContext, String lockToken, String lockOwner, String timeOut)
          Constructor.
 
Method Summary
 void write(OutputStream stream)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nsContext

protected WebDavNamespaceContext nsContext
Webdav namespace context.


lockToken

protected String lockToken
Lock token.


lockOwner

protected String lockOwner
Lock owner.


timeOut

protected String timeOut
Lock timeout.

Constructor Detail

LockCommand.LockResultResponseEntity

public LockCommand.LockResultResponseEntity(WebDavNamespaceContext nsContext,
                                            String lockToken,
                                            String lockOwner,
                                            String timeOut)
Constructor.

Parameters:
nsContext - namespace context
lockToken - lock token
lockOwner - lock owner
timeOut - lock timeout
Method Detail

write

public void write(OutputStream stream)
           throws IOException

Specified by:
write in interface javax.ws.rs.core.StreamingOutput
Throws:
IOException

eXo JCR :: Component :: Webdav Service 1.15.11-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.