protected static class ConnectorPool.SumClass extends Object implements IServiceDataAcceptor
Modifier and Type | Field and Description |
---|---|
protected int |
globalInUseTally |
protected int |
globalTargetTally |
protected int |
numServices |
protected String |
serviceName |
_rcsid
Constructor and Description |
---|
ConnectorPool.SumClass(String serviceName) |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptServiceData(String serviceName,
byte[] serviceData)
Accept service data.
|
int |
getGlobalInUse() |
int |
getGlobalTarget() |
int |
getNumServices() |
protected final String serviceName
protected int numServices
protected int globalTargetTally
protected int globalInUseTally
public ConnectorPool.SumClass(String serviceName)
public boolean acceptServiceData(String serviceName, byte[] serviceData) throws ManifoldCFException
IServiceDataAcceptor
acceptServiceData
in interface IServiceDataAcceptor
serviceName
- is the name of the service that owns the data.serviceData
- is the actual data that is owned.ManifoldCFException
public int getNumServices()
public int getGlobalTarget()
public int getGlobalInUse()