FileDocCategorySizeDatePackage
IApplicationsConfigMBean.javaAPI DocGlassfish v2 API7975Fri May 04 22:24:08 BST 2007com.sun.enterprise.admin.mbeanapi

IApplicationsConfigMBean

public interface IApplicationsConfigMBean

Fields Summary
Constructors Summary
Methods Summary
public voidassociate(java.lang.String appName, java.lang.String target)

public com.sun.enterprise.deployment.backend.DeploymentStatusdeploy(java.util.Properties props)

public booleandeployConnectorModule(java.util.Properties props)

public booleandeployEJBJarModule(java.util.Properties props)

public booleandeployJ2EEApplication(java.util.Properties props)

public booleandeployWarModule(java.util.Properties props)

public voiddisable(java.lang.String appName, java.lang.String type, java.lang.String target)

public voiddisassociate(java.lang.String appName, java.lang.String target)

public voidenable(java.lang.String appName, java.lang.String type, java.lang.String target)

public javax.management.ObjectName[]getAllDeployedAppclientModules(java.lang.String target)

public javax.management.ObjectName[]getAllDeployedComponents()

public javax.management.ObjectName[]getAllDeployedComponents(java.lang.String target)

public javax.management.ObjectName[]getAllDeployedConnectors()

public javax.management.ObjectName[]getAllDeployedConnectors(java.lang.String target)

public javax.management.ObjectName[]getAllDeployedEJBModules()

public javax.management.ObjectName[]getAllDeployedEJBModules(java.lang.String target)

public javax.management.ObjectName[]getAllDeployedJ2EEApplications()

public javax.management.ObjectName[]getAllDeployedJ2EEApplications(java.lang.String target)

public javax.management.ObjectName[]getAllDeployedWebModules()

public javax.management.ObjectName[]getAllDeployedWebModules(java.lang.String target)

public java.lang.String[]getAllSystemConnectors()

public java.lang.String[]getAvailableModules(java.lang.String moduleType)

public java.lang.String[]getAvailableModules(java.lang.String moduleType, java.lang.String[] targetList)

public java.lang.String[]getAvailableVersions(java.lang.String appName, java.lang.String type)

public java.lang.StringgetDefaultVersion(java.lang.String appName, java.lang.String type)

public java.lang.String[]getDeployedConnectors()

public java.lang.String[]getDeployedEJBModules()

public java.lang.String[]getDeployedJ2EEApplications()

public java.lang.String[]getDeployedWebModules()

public java.lang.StringgetLastModified(java.lang.String appName, java.lang.String type)

public intgetMaxApplicationVersions()

public java.lang.String[]getModuleComponents(java.lang.String standAloneModuleName)

public java.lang.String[]getModuleComponents(java.lang.String appName, java.lang.String modName)

public java.lang.String[]getNonRunningModules(java.lang.String moduleType, java.lang.String[] targetList)

public intgetRepositoryCleanerPollingInterval()

public java.lang.String[]getRunningModules(java.lang.String moduleType, java.lang.String[] targetList)

public booleangetStatus(java.lang.String name, java.lang.String target)

public java.lang.String[]getTargets()

public booleanisAutoDeployEnabled()

public booleanisAutoDeployJspPreCompilationEnabled()

public booleanisRedeploySupported()

public booleanisRepositoryCleanerEnabled()

public voidsetAutoDeployEnabled()

public voidsetAutoDeployJspPreCompilationEnabled()

public voidsetMaxApplicationVersions(int maxVersions)

public voidsetRepositoryCleanerPollingInterval(int interval)

public com.sun.enterprise.deployment.backend.DeploymentStatusundeploy(java.util.Properties props)