| java.lang.Object org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager org.apache.geronimo.deployment.plugin.jmx.RemoteDeploymentManager
RemoteDeploymentManager | public class RemoteDeploymentManager extends JMXDeploymentManager implements GeronimoDeploymentManager,ServerArchiver(Code) | | Connects to a Kernel in a remote VM (may or many not be on the same machine).
version: $Rev: 630982 $ $Date: 2008-02-25 12:30:54 -0800 (Mon, 25 Feb 2008) $ |
Method Summary | |
public File | archive(String sourcePath, String destPath, Artifact artifact) | public DownloadResults | checkOnInstall(Object key) | public Dependency[] | checkPrerequisites(PluginType plugin) | protected DistributeCommand | createDistributeCommand(Target[] targetList, File moduleArchive, File deploymentPlan) | protected DistributeCommand | createDistributeCommand(Target[] targetList, ModuleType moduleType, InputStream moduleArchive, InputStream deploymentPlan) | public PluginListType | createPluginListForRepositories(String repo) | protected RedeployCommand | createRedeployCommand(TargetModuleID[] moduleIDList, File moduleArchive, File deploymentPlan) | protected RedeployCommand | createRedeployCommand(TargetModuleID[] moduleIDList, InputStream moduleArchive, InputStream deploymentPlan) | public static GBeanInfo | getGBeanInfo() | public Map | getInstalledPlugins() | public JMXConnector | getJMXConnector() | public PluginType | getPluginMetadata(Artifact configId) | public URL[] | getRepositories() | public void | init(JMXConnector jmxConnector, String hostname) | public DownloadResults | install(PluginListType configsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password) | public void | install(PluginListType configsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller) | public Artifact | installLibrary(File libFile, String groupId) | public DownloadResults | installPluginList(String targetRepositoryPath, String relativeTargetServerPath, PluginListType pluginList) | public boolean | isSameMachine() | public PluginListType | listPlugins(URL mavenRepository, String username, String password) | public void | mergeOverrides(String server, AttributesType overrides) | public void | release() | public Object | startInstall(PluginListType configsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password) | public Object | startInstall(File carFile, String defaultRepository, boolean restrictToDefaultRepository, String username, String password) | public void | updatePluginMetadata(PluginType metadata) | public void | validatePlugin(PluginType plugin) |
GBEAN_INFO | final public static GBeanInfo GBEAN_INFO(Code) | | |
GBEAN_REF_MODULE_CONFIGURERS | final public static String GBEAN_REF_MODULE_CONFIGURERS(Code) | | |
RemoteDeploymentManager | public RemoteDeploymentManager(Collection<ModuleConfigurer> moduleConfigurers)(Code) | | |
checkOnInstall | public DownloadResults checkOnInstall(Object key)(Code) | | |
checkPrerequisites | public Dependency[] checkPrerequisites(PluginType plugin)(Code) | | |
createPluginListForRepositories | public PluginListType createPluginListForRepositories(String repo) throws NoSuchStoreException(Code) | | |
createRedeployCommand | protected RedeployCommand createRedeployCommand(TargetModuleID[] moduleIDList, File moduleArchive, File deploymentPlan)(Code) | | |
getGBeanInfo | public static GBeanInfo getGBeanInfo()(Code) | | |
getInstalledPlugins | public Map getInstalledPlugins()(Code) | | |
getPluginMetadata | public PluginType getPluginMetadata(Artifact configId)(Code) | | |
getRepositories | public URL[] getRepositories()(Code) | | |
install | public DownloadResults install(PluginListType configsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password)(Code) | | |
install | public void install(PluginListType configsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller)(Code) | | |
installPluginList | public DownloadResults installPluginList(String targetRepositoryPath, String relativeTargetServerPath, PluginListType pluginList) throws Exception(Code) | | |
isSameMachine | public boolean isSameMachine()(Code) | | |
mergeOverrides | public void mergeOverrides(String server, AttributesType overrides) throws InvalidGBeanException, IOException(Code) | | |
release | public void release()(Code) | | |
startInstall | public Object startInstall(PluginListType configsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password)(Code) | | |
updatePluginMetadata | public void updatePluginMetadata(PluginType metadata)(Code) | | |
validatePlugin | public void validatePlugin(PluginType plugin) throws MissingDependencyException(Code) | | |
Methods inherited from org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager | public DeploymentConfiguration createConfiguration(DeployableObject dObj) throws InvalidModuleException(Code)(Java Doc) protected DistributeCommand createDistributeCommand(Target[] targetList, File moduleArchive, File deploymentPlan)(Code)(Java Doc) protected DistributeCommand createDistributeCommand(Target[] targetList, ModuleType moduleType, InputStream moduleArchive, InputStream deploymentPlan)(Code)(Java Doc) protected RedeployCommand createRedeployCommand(TargetModuleID[] moduleIDList, File moduleArchive, File deploymentPlan)(Code)(Java Doc) protected RedeployCommand createRedeployCommand(TargetModuleID[] moduleIDList, InputStream moduleArchive, InputStream deploymentPlan)(Code)(Java Doc) public ProgressObject distribute(Target[] targetList, File moduleArchive, File deploymentPlan)(Code)(Java Doc) public ProgressObject distribute(Target[] targetList, InputStream moduleArchive, InputStream deploymentPlan)(Code)(Java Doc) public ProgressObject distribute(Target[] targetList, ModuleType moduleType, InputStream moduleArchive, InputStream deploymentPlan) throws IllegalStateException(Code)(Java Doc) public TargetModuleID[] getAvailableModules(ModuleType moduleType, Target[] targetList) throws TargetException(Code)(Java Doc) public Locale getCurrentLocale()(Code)(Java Doc) public DConfigBeanVersionType getDConfigBeanVersion()(Code)(Java Doc) public Locale getDefaultLocale()(Code)(Java Doc) public TargetModuleID[] getNonRunningModules(ModuleType moduleType, Target[] targetList) throws TargetException(Code)(Java Doc) public TargetModuleID[] getRunningModules(ModuleType moduleType, Target[] targetList) throws TargetException(Code)(Java Doc) public Locale[] getSupportedLocales()(Code)(Java Doc) public Target[] getTargets()(Code)(Java Doc) protected void initialize(Kernel kernel)(Code)(Java Doc) public boolean isDConfigBeanVersionSupported(DConfigBeanVersionType version)(Code)(Java Doc) public boolean isLocaleSupported(Locale locale)(Code)(Java Doc) public boolean isRedeploySupported()(Code)(Java Doc) public ProgressObject redeploy(TargetModuleID[] moduleIDList, File moduleArchive, File deploymentPlan)(Code)(Java Doc) public ProgressObject redeploy(TargetModuleID[] moduleIDList, InputStream moduleArchive, InputStream deploymentPlan)(Code)(Java Doc) public void release()(Code)(Java Doc) public void setAuthentication(String username, String password)(Code)(Java Doc) public void setDConfigBeanVersion(DConfigBeanVersionType version) throws DConfigBeanVersionUnsupportedException(Code)(Java Doc) public void setInPlace(boolean inPlace)(Code)(Java Doc) public void setLocale(Locale locale)(Code)(Java Doc) public void setLogConfiguration(boolean shouldLog, boolean verboseStatus)(Code)(Java Doc) public ProgressObject start(TargetModuleID[] moduleIDList)(Code)(Java Doc) public ProgressObject stop(TargetModuleID[] moduleIDList)(Code)(Java Doc) public ProgressObject undeploy(TargetModuleID[] moduleIDList)(Code)(Java Doc)
|
|
|