Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.operation
Class PingOperation

java.lang.Object
  extended by org.nuxeo.ecm.core.api.operation.Operation<Date>
      extended by org.nuxeo.ecm.core.api.operation.PingOperation
All Implemented Interfaces:
Serializable

public class PingOperation
extends Operation<Date>

Perform a ping operation. Can be used in remote client (NxRCP or NxShell) to test connectivity.

Author:
Sun Seng David TAN
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nuxeo.ecm.core.api.operation.Operation
ASYNC, BLOCK_CHILD_NOTIFICATIONS, BLOCK_JMS, INTERNAL, KEYED_DATA, NONE, OPERATION_END, OPERATION_START, RESERVED, RUNNING, START_EVENT, TERMINATE_EVENT, TERMINATED, URGENT, USER_FLAGS
 
Constructor Summary
PingOperation()
           
 
Method Summary
 Date doRun(ProgressMonitor montior)
           
 
Methods inherited from class org.nuxeo.ecm.core.api.operation.Operation
addModification, addModification, clearFlags, fillCommandStack, getCommandStack, getCurrent, getData, getData, getDuration, getEndedDate, getFlags, getModifications, getName, getParent, getResult, getSession, getStack, getStartedDate, getStatus, isFlagSet, isRunning, isStartedBefore, isTerminated, printCommandStack, printStack, run, setData, setData, setFlags, toString, USER_FLAG
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PingOperation

public PingOperation()
Method Detail

doRun

public Date doRun(ProgressMonitor montior)
           throws Exception
Specified by:
doRun in class Operation<Date>
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.