101102103104105106107108109110111
_currentState = NONE; /* * Registering attributes with ORB */ orb.addAttribute( new PreTestAttribute( this ) ); orb.addAttribute( new PostTestAttribute( this ) ); /* * Initialise the ORB and OA */
102103104105106107108109110111112
/* * Registering attributes with ORB */ orb.addAttribute( new PreTestAttribute( this ) ); orb.addAttribute( new PostTestAttribute( this ) ); /* * Initialise the ORB and OA */ logInformation("Initialising ORB and OA");