Nuxeo Enterprise Platform 5.4

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

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

public class PingOperation
extends Operation<java.util.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
 java.util.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 java.util.Date doRun(ProgressMonitor montior)
                     throws java.lang.Exception
Specified by:
doRun in class Operation<java.util.Date>
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.