public interface IServiceDataAcceptor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptServiceData(java.lang.String serviceName,
byte[] serviceData)
Accept service data.
|
static final java.lang.String _rcsid
boolean acceptServiceData(java.lang.String serviceName,
byte[] serviceData)
throws ManifoldCFException
serviceName - is the name of the service that owns the data.serviceData - is the actual data that is owned.ManifoldCFException