public class MailTransportListener extends AbstractPollingTransportListener<PollTableEntry> implements ManagementSupport, TransportErrorSource
Modifier and Type | Field and Description |
---|---|
static String |
DELETE |
static String |
MOVE |
cfgCtx, config, isNonBlocking, log, metrics, state, useAxis2ThreadPool, workerPool
HOST_ADDRESS, PARAM_PORT
Constructor and Description |
---|
MailTransportListener() |
Modifier and Type | Method and Description |
---|---|
void |
addErrorListener(TransportErrorListener listener) |
protected PollTableEntry |
createEndpoint() |
protected void |
doInit()
Initialize the transport.
|
protected void |
poll(PollTableEntry entry) |
void |
removeErrorListener(TransportErrorListener listener) |
destroy, maintenenceShutdown, onPollCompletion, pause, processFailure, resume, startEndpoint, stopEndpoint
getEndpoints, getEPRsForService, init, start, startListeningForService, stop, stopListeningForService
createMessageContext, disableTransportForService, getActiveThreadCount, getAvgSizeReceived, getAvgSizeSent, getBytesReceived, getBytesSent, getConfigurationContext, getEPRForService, getEPRsForService, getFaultsReceiving, getFaultsSending, getLastResetTime, getMaxSizeReceived, getMaxSizeSent, getMessagesReceived, getMessagesSent, getMetricsCollector, getMetricsWindow, getMinSizeReceived, getMinSizeSent, getQueueSize, getResponseCodeTable, getSessionContext, getTimeoutsReceiving, getTimeoutsSending, getTransportInDescription, getTransportName, handleException, handleIncomingMessage, logException, resetStatistics
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActiveThreadCount, getAvgSizeReceived, getAvgSizeSent, getBytesReceived, getBytesSent, getFaultsReceiving, getFaultsSending, getLastResetTime, getMaxSizeReceived, getMaxSizeSent, getMessagesReceived, getMessagesSent, getMetricsWindow, getMinSizeReceived, getMinSizeSent, getQueueSize, getResponseCodeTable, getTimeoutsReceiving, getTimeoutsSending, maintenenceShutdown, pause, resetStatistics, resume
public static final String DELETE
public static final String MOVE
protected void doInit() throws AxisFault
AbstractTransportListenerEx
AbstractTransportListener
and before the first endpoint is created, i.e. before the
first call to AbstractTransportListenerEx.createEndpoint()
.doInit
in class AbstractPollingTransportListener<PollTableEntry>
AxisFault
protected void poll(PollTableEntry entry)
poll
in class AbstractPollingTransportListener<PollTableEntry>
protected PollTableEntry createEndpoint()
createEndpoint
in class AbstractTransportListenerEx<PollTableEntry>
public void addErrorListener(TransportErrorListener listener)
addErrorListener
in interface TransportErrorSource
public void removeErrorListener(TransportErrorListener listener)
removeErrorListener
in interface TransportErrorSource
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.