Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static org.junit.Assert.*;

/**
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public class SwiftMQClientTest extends AmqpTestSupport {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* A {@link ByteBufAllocator} which is partial pooled. Which means only direct
* {@link ByteBuf}s are pooled. The rest is unpooled.
*
* @author <a href="mailto:nmaurer@redhat.com">Norman Maurer</a>
*
*/
public class PartialPooledByteBufAllocator implements ByteBufAllocator {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* fact, if the URI passed to this class does not have an "ssl" scheme, this
* class will pass all work on to its superclass.
*
* @author sepandm@gmail.com (Sepand)
*
*/
public class SslBrokerService extends BrokerService {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* Used to create Destinations. One instance of DestinationFactory is used per BrokerService.
*
* @author fateev@amazon.com
*
*
*/
public abstract class DestinationFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* Creates standard ActiveMQ implementations of
* {@link org.apache.activemq.broker.region.Destination}.
*
* @author fateev@amazon.com
*
*
*/
public class DestinationFactoryImpl extends DestinationFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Queue specific MessageReference.
*
* @author fateev@amazon.com
*
*
*/
public interface QueueMessageReference extends MessageReference {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* client. Then the message with a "PTP_CLIENTID" property, can be received by a
* mqtt client with the same clientId.
*
* @author kimmking (kimmking@163.com)
*
* @date 2013-12-20
* @org.apache.xbean.XBean
*/
Expand Down Expand Up @@ -85,4 +85,4 @@ public void setPtpSuffix(String ptpSuffix) {
this.ptpSuffix = ptpSuffix;
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import javax.naming.NamingException;

/**
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public class JndiLookupFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* @org.apache.xbean.XBean description="Provides a JAAS based SSL certificate authentication plugin"
*
* @author sepandm@gmail.com (Sepand)
*
*
*/
public class JaasCertificateAuthenticationPlugin extends JaasAuthenticationPlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* An {@link AuthorizationMap} which uses LDAP
*
* @org.apache.xbean.XBean
* @author ngcutura
*
*/
public class LDAPAuthorizationMap implements AuthorizationMap {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package org.apache.activemq.store;

/**
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public interface JournaledStore {
int getJournalMaxFileLength();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.apache.activemq.util.ByteSequence;

/**
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public interface PList {
String getName();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.io.File;

/**
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public interface PListStore extends Service {
File getDirectory();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import java.net.URI;

/**
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public class TransportFactorySupport {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* as it intercepts commands / events before sending them to the
* following layer in the Transport stack.
*
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
*
*
*/
public class TransportLogger extends TransportFilter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Implementation of the TransportLoggerControlMBean interface,
* which is an MBean used to control all TransportLoggers at once.
*
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
*
*
*/
public class TransportLoggerControl implements TransportLoggerControlMBean {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* -Enable logging for all TransportLoggers at once.
* -Disable logging for all TransportLoggers at once.
*
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
*
*
*/
public interface TransportLoggerControlMBean {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* This MBean permits enabling and disabling the logging for
* all TransportLogger objects at once.
*
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
*
*
* @see TransportLoggerControlMBean
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.io.IOException;

/**
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public class TransportLoggerFactorySPI implements TransportLoggerSupport.SPI {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* When a TransportLogger object is finalized because the Transport Stack
* where it resides is no longer in use, the method unregister() will be called.
*
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
*
*
* @see TransportLoggerViewMBean
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* by setting the logging property or by using the operations
* enableLogging() and disableLogging().
*
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
*
*
*/
public interface TransportLoggerViewMBean {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Custom implementation of LogWriter interface.
*
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
*
*
*/
public class CustomLogWriter implements LogWriter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Implementation of LogWriter interface to keep ActiveMQ's
* old logging format.
*
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
*
*
*/
public class DefaultLogWriter implements LogWriter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Provides a base class for you to extend when you want object to maintain a
* doubly linked list to other objects without using a collection class.
*
* @author chirino
*
*/
public class LinkedNode {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Used to lock a File.
*
* @author chirino
*
*/
public class LockFile {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* resources/META-INF/services/org/apache/activemq/transport/logwriters
* directory.
*
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
*
*
*/
public class LogWriterFinder {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Can be converted to a future using the future() method.
* </p>
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public class Promise<T> extends PromiseCallback<T> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
abstract public class PersistenceAdapterTestSupport extends TestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
*
* Call <code>setKeyAndTrustManagers</code>.
*
* @author sepandm@gmail.com
*
*/
public class ActiveMQSslConnectionFactory extends ActiveMQConnectionFactory {

Expand Down Expand Up @@ -104,7 +104,7 @@ public void setKeyAndTrustManagers(final KeyManager[] km, final TrustManager[] t
* SslConnectionFactory is used and it is given the needed key and trust
* managers.
*
* @author sepandm@gmail.com
*
*/
@Override
protected Transport createTransport() throws JMSException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* <p>
* </p>
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public interface AsyncCallback extends ExceptionListener {
public void onSuccess();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* the problem.
* </p>
*
* @author Kai Hudalla
*
* @see ActiveMQConnection#setClientInternalExceptionListener(org.apache.activemq.ClientInternalExceptionListener)
*/
public interface ClientInternalExceptionListener
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.io.IOException;

/**
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public class TransportLoggerSupport {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* of new features that may change or be removed
* between any release,
*
* @author Matt Pavlovich <mattrpav@apache.org>
*
* @since 6.2.0
*/
@Documented
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* "default") and including the line
* class=org.apache.activemq.transport.logwriters.(Name of the LogWriter class)
*
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
*
*
*/
public interface LogWriter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* uri=&quot;tcp://127.0.0.1:61616?transport.soTimeout=10000&amp;transport.threadName"
* /&gt;
* </code></pre>
* @author Filip Hanik
*
*
*/
public class ThreadNameFilter extends TransportFilter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* uri=&quot;tcp://127.0.0.1:61616?transport.soTimeout=10000&amp;transport.soWriteTimeout=15000"
* /&gt;
* </code></pre>
* @author Filip Hanik
*
*
*/
public class WriteTimeoutFilter extends TransportFilter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import org.slf4j.LoggerFactory;

/**
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com (logging improvement modifications)
*
*
* @deprecated
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* This interface is used to allow people to provide a mechanism to override where the password comes from.
* Implementors of this interface will typically use the specified password to look up the real password in a
* keystore of some sort.
* @author areese@yahoo-inc.com
*
*
*/
public interface PasswordFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.zip.GZIPOutputStream;

/**
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public class ExportStreamManager {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import com.fasterxml.jackson.databind.ObjectMapper;

/**
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public class StoreExporter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Helper utility that can be used to set the properties on any object using
* command line arguments.
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*
*/
public final class CommandLineSupport {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.net.URI;

/**
* @author <a href="http://www.christianposta.com/blog">Christian Posta</a>
*
*/
public class HttpsNeedClientAuthBrokerTest extends HttpTransportBrokerTest {

Expand Down
Loading