addCommandService(m_remotePojoCommandService);
m_remoteInputStreamCommandService = new RemoteInputStreamCommandService();
addCommandService(m_remoteInputStreamCommandService);
m_remoteOutputStreamCommandService = new RemoteOutputStreamCommandService();
addCommandService(m_remoteOutputStreamCommandService);
}
// register all the command services that are configured
String cmdServicesPropStr = m_configuration.getStartupCommandServices();