public class RevisionGC extends java.lang.Object implements RevisionGCMBean
RevisionGCMBean
based on a Runnable
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OP_NAME |
TYPE
Constructor and Description |
---|
RevisionGC(java.lang.Runnable runGC,
java.lang.Runnable cancelGC,
<any> statusMessage,
java.util.concurrent.Executor executor) |
RevisionGC(java.lang.Runnable runGC,
java.lang.Runnable cancelGC,
java.util.concurrent.Executor executor) |
Modifier and Type | Method and Description |
---|---|
javax.management.openmbean.CompositeData |
cancelRevisionGC()
Cancel a running revision garbage collection operation.
|
javax.management.openmbean.CompositeData |
getRevisionGCStatus()
Revision garbage collection status
|
javax.management.openmbean.CompositeData |
startRevisionGC()
Initiate a revision garbage collection operation
|
public static final java.lang.String OP_NAME
public RevisionGC(java.lang.Runnable runGC, java.lang.Runnable cancelGC, <any> statusMessage, java.util.concurrent.Executor executor)
runGC
- Revision garbage collectorcancelGC
- Executor for cancelling the garbage collection taskstatusMessage
- an informal status message describing the status of the background
operation at the time of invocation.executor
- Executor for initiating the garbage collection taskpublic RevisionGC(java.lang.Runnable runGC, java.lang.Runnable cancelGC, java.util.concurrent.Executor executor)
runGC
- Revision garbage collectorcancelGC
- Executor for cancelling the garbage collection taskexecutor
- Executor for initiating the garbage collection taskpublic javax.management.openmbean.CompositeData startRevisionGC()
RevisionGCMBean
startRevisionGC
in interface RevisionGCMBean
public javax.management.openmbean.CompositeData cancelRevisionGC()
RevisionGCMBean
cancelRevisionGC
in interface RevisionGCMBean
public javax.management.openmbean.CompositeData getRevisionGCStatus()
RevisionGCMBean
getRevisionGCStatus
in interface RevisionGCMBean
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"