|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.Vector
org.opencms.publish.CmsPublishListenerCollection
public final class CmsPublishListenerCollection
Publish job information bean.
Field Summary |
---|
Fields inherited from class java.util.Vector |
---|
capacityIncrement, elementCount, elementData |
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
protected |
CmsPublishListenerCollection(CmsPublishEngine publishEngine)
Default constructor. |
Method Summary | |
---|---|
protected void |
fireAbort(CmsUUID userId,
CmsPublishJobEnqueued publishJob)
Fires an abort event to all listeners. |
protected void |
fireEnqueued(CmsPublishJobBase publishJob)
Fires an enqueue event to all listeners. |
protected void |
fireFinish(CmsPublishJobRunning publishJob)
Fires a finish event to all listeners. |
protected void |
fireRemove(CmsPublishJobFinished publishJob)
Fires a remove event to all listeners. |
protected void |
fireStart(CmsPublishJobEnqueued publishJob)
Fires a start event to all listeners. |
Methods inherited from class java.util.Vector |
---|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
iterator, listIterator, listIterator |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
iterator, listIterator, listIterator |
Constructor Detail |
---|
protected CmsPublishListenerCollection(CmsPublishEngine publishEngine)
publishEngine
- the publish engineMethod Detail |
---|
protected void fireAbort(CmsUUID userId, CmsPublishJobEnqueued publishJob)
userId
- the id of the user that aborted the jobpublishJob
- the publish job that is going to be aborted.protected void fireEnqueued(CmsPublishJobBase publishJob)
publishJob
- the publish job that is going to be enqueued.protected void fireFinish(CmsPublishJobRunning publishJob)
publishJob
- the publish job that has been finished.protected void fireRemove(CmsPublishJobFinished publishJob)
publishJob
- the publish job that is going to be removed.protected void fireStart(CmsPublishJobEnqueued publishJob)
publishJob
- the publish job that is going to start.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |