Red Hat Training

A Red Hat training course is available for Red Hat JBoss Operations Network

2.4. Changed Class: RemoteInstallManagerRemote

Table 2.4. New Methods

New Method
void checkSSHConnection(Subject subject, RemoteAccessInfo remoteAccessInfo) throws SSHSecurityException;
AgentInstallInfo installAgent(Subject subject, RemoteAccessInfo remoteAccessInfo, CustomAgentInstallData customData);
String uninstallAgent(Subject subject, RemoteAccessInfo remoteAccessInfo, String agentInstallPath);
void addBundleGroupsToRole(Subject subject, int roleId, int[] bundleGroupIds);

Table 2.5. Deprecated Methods

Deprecated Method
AgentInstallInfo installAgent(Subject subject, RemoteAccessInfo remoteAccessInfo, String parentPath);