VinciFrame input = (VinciFrame) in;
if (UIMAFramework.getLogger().isLoggable(Level.FINEST)) {
UIMAFramework.getLogger().log(Level.FINEST, input.toXML());
}
String cmd = input.fgetString("vinci:COMMAND");
if (cmd.equals("shutdown")) {
if (UIMAFramework.getLogger().isLoggable(Level.INFO)) {
UIMAFramework.getLogger(this.getClass()).logrb(Level.INFO, this.getClass().getName(),
"initialize", CPMUtils.CPM_LOG_RESOURCE_BUNDLE,
"UIMA_CPM_deactivating_vns_port__INFO",