public class VFSTransportListener extends org.apache.axis2.transport.base.AbstractPollingTransportListener<PollTableEntry> implements org.apache.axis2.transport.base.ManagementSupport
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DELETE |
static java.lang.String |
MOVE |
static java.lang.String |
NONE |
static java.lang.String |
TRANSPORT_NAME |
Constructor and Description |
---|
VFSTransportListener() |
Modifier and Type | Method and Description |
---|---|
protected PollTableEntry |
createEndpoint() |
void |
destroy() |
protected void |
doInit() |
boolean |
isFileSystemClosed() |
protected void |
poll(PollTableEntry entry) |
void |
setFileSystemClosed(boolean fileSystemClosed) |
protected void |
stopEndpoint(PollTableEntry endpoint) |
maintenenceShutdown, onPollCompletion, pause, processFailure, resume, startEndpoint
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 java.lang.String TRANSPORT_NAME
public static final java.lang.String DELETE
public static final java.lang.String MOVE
public static final java.lang.String NONE
protected void doInit() throws org.apache.axis2.AxisFault
doInit
in class org.apache.axis2.transport.base.AbstractPollingTransportListener<PollTableEntry>
org.apache.axis2.AxisFault
protected void poll(PollTableEntry entry)
poll
in class org.apache.axis2.transport.base.AbstractPollingTransportListener<PollTableEntry>
public void destroy()
destroy
in interface org.apache.axis2.transport.TransportListener
destroy
in class org.apache.axis2.transport.base.AbstractPollingTransportListener<PollTableEntry>
protected PollTableEntry createEndpoint()
createEndpoint
in class org.apache.axis2.transport.base.AbstractTransportListenerEx<PollTableEntry>
protected void stopEndpoint(PollTableEntry endpoint)
stopEndpoint
in class org.apache.axis2.transport.base.AbstractPollingTransportListener<PollTableEntry>
public boolean isFileSystemClosed()
public void setFileSystemClosed(boolean fileSystemClosed)
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.