45464748495051
} private void checkValid( Object o ) throws SinkException { if ( ! (o instanceof Command) ) throw new SinkException("The object must be a command"); }
80818283848586
} public PreparedEnqueue prepareEnqueue( Object[] objects ) throws SinkException { throw new SinkException("Method not supported"); }
29303132333435
64656667686970