Class JournalWaitDelegator
- java.lang.Object
-
- com.perforce.p4java.impl.mapbased.server.cmd.BaseDelegator
-
- com.perforce.p4java.impl.mapbased.server.cmd.JournalWaitDelegator
-
- All Implemented Interfaces:
IJournalWaitDelegator
public class JournalWaitDelegator extends BaseDelegator implements IJournalWaitDelegator
Implementation for journal wait.
-
-
Field Summary
-
Fields inherited from class com.perforce.p4java.impl.mapbased.server.cmd.BaseDelegator
MAX_LIMIT_SUPPORTED_MIN_VERSION, QUERY_EXPRESSIONS_SUPPORTED_MIN_VERSION, USER_RESTRICTIONS_SUPPORTED_MIN_VERSION
-
-
Constructor Summary
Constructors Constructor Description JournalWaitDelegator(IOptionsServer server)
Instantiates a new journal wait delegator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
journalWait(JournalWaitOptions opts)
Journal wait.
-
-
-
Constructor Detail
-
JournalWaitDelegator
public JournalWaitDelegator(IOptionsServer server)
Instantiates a new journal wait delegator.- Parameters:
server
- the server
-
-
Method Detail
-
journalWait
public void journalWait(JournalWaitOptions opts) throws P4JavaException
Journal wait.- Specified by:
journalWait
in interfaceIJournalWaitDelegator
- Parameters:
opts
- the opts- Throws:
P4JavaException
- the p4 java exception
-
-