Note that this implementation has a fixed number of four states.
209210211212213214215216217218219
if (!inMsgDispatch) return; inOnStatus = true; String oid = null; String content = null; ConnectionStateEnum connectionState = null; // The curr state of the dispatcher framework DispatchAction defAct = this.defaultAction; if (attrs != null) { int len = attrs.getLength(); for (int i = 0; i < len; i++) { if( attrs.getQName(i).equalsIgnoreCase("oid") ) {