org.apache.avalon.fortress.util
Class CommandSink
java.lang.Object
org.apache.avalon.fortress.util.CommandSink
- All Implemented Interfaces:
- org.d_haven.event.Sink
public class CommandSink
- extends Object
- implements org.d_haven.event.Sink
Created by IntelliJ IDEA. User: bloritsch Date: Jun 24, 2004 Time:
2:59:37 PM To change this template use File | Settings | File
Templates.
|
Constructor Summary |
CommandSink(org.d_haven.event.command.CommandManager manager)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandSink
public CommandSink(org.d_haven.event.command.CommandManager manager)
enqueue
public void enqueue(Object o)
throws org.d_haven.event.SinkException
- Specified by:
enqueue in interface org.d_haven.event.Sink
- Throws:
org.d_haven.event.SinkException
enqueue
public void enqueue(Object[] objects)
throws org.d_haven.event.SinkException
- Specified by:
enqueue in interface org.d_haven.event.Sink
- Throws:
org.d_haven.event.SinkException
tryEnqueue
public boolean tryEnqueue(Object o)
- Specified by:
tryEnqueue in interface org.d_haven.event.Sink
prepareEnqueue
public org.d_haven.event.PreparedEnqueue prepareEnqueue(Object[] objects)
throws org.d_haven.event.SinkException
- Specified by:
prepareEnqueue in interface org.d_haven.event.Sink
- Throws:
org.d_haven.event.SinkException
size
public int size()
- Specified by:
size in interface org.d_haven.event.Sink
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.