public class Axis2TransportHelper extends Object
Constructor and Description |
---|
Axis2TransportHelper(org.apache.axis2.context.ConfigurationContext configurationContext)
Creates a new Axis2TransportHelper using the provided Axis2 configuration context.
|
Modifier and Type | Method and Description |
---|---|
int |
getActiveConnectionsCount() |
int |
getPendingListenerThreadCount()
Determines the total number of pending listener threads (active + queued).
|
int |
getPendingSenderThreadCount()
Determines the total number of pending sender threads (active + queued).
|
void |
pauseListeners()
Pauses all Axis2 listeners which support this operation.
|
void |
pauseSenders()
Pauses all Axis2 senders which support this operation.
|
void |
resumeListeners()
Resumes all paused Axis2 listeners.
|
void |
resumeSenders()
Resumes all paused Axis2 senders.
|
public Axis2TransportHelper(org.apache.axis2.context.ConfigurationContext configurationContext)
configurationContext
- an Axis2 configuration contextpublic void pauseListeners()
public void resumeListeners()
public void pauseSenders()
public void resumeSenders()
public int getPendingListenerThreadCount()
public int getActiveConnectionsCount()
public int getPendingSenderThreadCount()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.