String xaRecoveryPassword,
Properties props)
throws RemoteException, PoolingException, ServerException {
String serverName = getCurrentServer();
JarInstaller installer = this.getJarInstaller(serverName);
installer.addConnectionFactory(appName, connectorName,
jndiName, xaRecoveryUser,
xaRecoveryPassword, props);
}