196197198199200201202203204205206207208209
Object obj = Naming.lookup( registry ); if ( log.isDebugEnabled() ) { log.debug( "server found" ); } ICacheServiceAdmin admin = ( ICacheServiceAdmin ) obj; try { admin.shutdown(); } catch ( Exception ex ) { log.error( ex ); }