A C D E F G H I J K L M N O P R S T U V W

S

ServerDebugInfo - Class in org.netbeans.modules.j2ee.deployment.plugins.api
Class to communicate the debugging information between plugin, server api and IDE.
ServerDebugInfo(String, String) - Constructor for class org.netbeans.modules.j2ee.deployment.plugins.api.ServerDebugInfo
 
ServerDebugInfo(String, int) - Constructor for class org.netbeans.modules.j2ee.deployment.plugins.api.ServerDebugInfo
 
serverDescriptorChanged() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.api.ModuleChangeDescriptor
Return true if any of the standard or server specific deployment descriptors have changed.
ServerManager - Class in org.netbeans.modules.j2ee.deployment.devmodules.api
ServerManager class provides access to the Server Manager dialog.
ServerProgress - Class in org.netbeans.modules.j2ee.deployment.plugins.api
This is an utility class to avoid exposing deployment interface ProgressObject directly in server management SPI StartServer.
ServerProgress(Object) - Constructor for class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
Creates a new instance of StartServerProgress
ServerProgress.Command - Class in org.netbeans.modules.j2ee.deployment.plugins.api
 
ServerProgress.Command(int, String) - Constructor for class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress.Command
 
SERVLET_FINDER_CHANGED - Static variable in class org.netbeans.modules.j2ee.deployment.devmodules.api.JSPServletFinder
 
setAsDefaultServer(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties
Set the target server the default server.
setCMPMappingInfo(OriginalCMPMapping[]) - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.ConfigSupport
Push the CMP and CMR mapping info to the server configuraion.
setHost(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerDebugInfo
Setter for property host.
setMappingInfo(DeploymentConfiguration, OriginalCMPMapping[]) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ConfigurationSupport
Setting the CMP and CMR mapping info to the given configuration for the EJB by the given name.
setPort(int) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerDebugInfo
Setter for property port.
setPrimaryJspFileName(String) - Method in interface org.netbeans.modules.j2ee.deployment.plugins.api.OldJSPDebug.JspSourceMapper
Set the value of primaryJspFileName.
setProperties(Properties) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties
Set instance properties.
setProperty(String, String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties
Set instance property
setServerInstanceID(String) - Method in class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
Set ID of the server instance that will be used for deployment.
setShmemName(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerDebugInfo
Setter for property address.
setStatusStartCompleted(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
setStatusStartFailed(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
setStatusStartRunning(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
setStatusStopCompleted(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
setStatusStopFailed(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
setStatusStopRunning(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
setTransport(String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerDebugInfo
Setter for property transport.
setUrl(String) - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
Sets the location of the modules within the application archive.
setWebContextRoot(String) - Method in interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.ConfigSupport
Set/get web module context root.
setWebContextRoot(DeploymentConfiguration, DeployableObject, String) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ConfigurationSupport
Set the web context root (context path) for the module specified by the deployable object.
showCustomizer(String) - Static method in class org.netbeans.modules.j2ee.deployment.devmodules.api.ServerManager
Display the modal Server Manager dialog with the specified server instance preselected.
shutdown() - Method in interface org.netbeans.modules.j2ee.deployment.profiler.spi.Profiler
Stops execution of the application (its JVM) currently being profiled.
size() - Method in interface org.netbeans.modules.j2ee.deployment.plugins.api.OldJSPDebug.JspSourceMapper
Returns the number of entries in this source mapper.
SourceFileMap - Class in org.netbeans.modules.j2ee.deployment.common.api
Extra file mapping service for each j2ee module.
SourceFileMap() - Constructor for class org.netbeans.modules.j2ee.deployment.common.api.SourceFileMap
 
START_SERVER - Static variable in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
startDebugging(Target) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
Start or restart the target in debug mode.
startDeploymentManager() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
Starts the admin server.
startProfiling(Target, ProfilerServerSettings) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
Start the target in profile mode, null target implies the admin server.
StartServer - Class in org.netbeans.modules.j2ee.deployment.plugins.api
Server lifecycle services from the IDE.
StartServer() - Constructor for class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
 
startTarget(Target) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
Starts the target server asynchronously and reports the status through the returned ProgressObject.
STATE_BLOCKING - Static variable in class org.netbeans.modules.j2ee.deployment.profiler.api.ProfilerSupport
The Profiler agent is running and ready for the Profiler to connect, target JVM is blocked.
STATE_INACTIVE - Static variable in class org.netbeans.modules.j2ee.deployment.profiler.api.ProfilerSupport
The Profiler agent isn't running.
STATE_PROFILING - Static variable in class org.netbeans.modules.j2ee.deployment.profiler.api.ProfilerSupport
The Profiler agent is running and connected to Profiler, target JVM is running.
STATE_RUNNING - Static variable in class org.netbeans.modules.j2ee.deployment.profiler.api.ProfilerSupport
The Profiler agent is running and ready for the Profiler to connect, target JVM is running.
STATE_STARTING - Static variable in class org.netbeans.modules.j2ee.deployment.profiler.api.ProfilerSupport
The Profiler agent is starting to STATE_BLOCKING or STATE_RUNNING state, target JVM isn't running.
stop() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
STOP_SERVER - Static variable in class org.netbeans.modules.j2ee.deployment.plugins.api.ServerProgress
 
stopDeploymentManager() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
Stops the admin server.
stopDeploymentManagerSilently() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
Optional method.
stopTarget(Target) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
Stops the target server asynchronously and reports the status through the returned ProgressObject.
supportsModuleType(Object) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.VerifierSupport
Whether the verifier support this module type; default to supports all types.
supportsProfiling() - Method in class org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform
Is profiling supported by this J2EE platform?
supportsStartDebugging(Target) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
Can be the specified target server started in the debug mode? If the target is also an admin server can be the admin server started in the debug mode?
supportsStartDeploymentManager() - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
Returns true if the admin server can be started through this spi.
supportsStartProfiling(Target) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
Can be the specified target server started in profile mode? If the target is also an admin server can be the admin server started in profile mode?
supportsStartTarget(Target) - Method in class org.netbeans.modules.j2ee.deployment.plugins.api.StartServer
Returns if the plugin can start/stop single target servers.

 
A C D E F G H I J K L M N O P R S T U V W
Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.