public ConnectorWorkMgmtStatsImpl( ActiveInboundResourceAdapter inboundRA ) {
this.workManager = (MonitorableWorkManager)inboundRA.
getBootStrapContext().getWorkManager();
initializeStatistics();
try {
gsImpl = new GenericStatsImpl(
this.getClass().getInterfaces()[0].getName(), this );
} catch( ClassNotFoundException cnfe ) {
//@todo:add to reosurces file
_logger.log( Level.INFO, "workmgmtmon.cnfe", "GenericStatsImpl" );
}