- Absolutized - Annotation Type in org.glassfish.api
-
Used in conjunction with
File or
String that represents a file
to indicate that the path is absolutized.
- accept(ReadableArchive, String) - Method in interface org.glassfish.api.deployment.archive.CompositeHandler
-
- AccessCheck(T, String, String, String, boolean) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Creates a new AccessCheck object linked with a given related object
that is of interest to the caller (typically a command).
- AccessCheck(String, String, String, boolean) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Creates a new AccessCheck.
- AccessCheck(String, String, String) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Creates a new AccessCheck.
- AccessCheck(String, String, boolean) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Creates a new AccessCheck.
- AccessCheck(T, String, String, boolean) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Creates a new AccessCheck with the specified related object.
- AccessCheck(ConfigBeanProxy, String, boolean) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Creates a new AccessCheck.
- AccessCheck(String, String) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Creates a new AccessCheck.
- AccessCheck(ConfigBeanProxy, Class<? extends ConfigBeanProxy>, String, String, boolean) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Creates a new AccessCheck.
- AccessCheck(ConfigBeanProxy, Class<? extends ConfigBeanProxy>, String, String, String, boolean) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
- AccessCheck(ConfigBeanProxy, Class<? extends ConfigBeanProxy>, String, boolean) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Creates a new AccessCheck.
- AccessCheck(ConfigBeanProxy, Class<? extends ConfigBeanProxy>, String) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Creates a new AccessCheck.
- AccessCheck(ConfigBeanProxy, Class<? extends ConfigBeanProxy>, String, String) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Creates a new AccessCheck (typically for an existing target child)
- AccessRequired - Annotation Type in org.glassfish.api.admin
-
Allows command developers to declare what resources are affected by
the command and what actions must be authorized on each to allow the command
to execute.
- AccessRequired.AccessCheck<T> - Class in org.glassfish.api.admin
-
Represents an authorization check: a resource and an action to be
authorized on that resource.
- AccessRequired.Delegate - Annotation Type in org.glassfish.api.admin
-
- AccessRequired.List - Annotation Type in org.glassfish.api.admin
-
Declares multiple class-level @AccessRequired authorization steps,
typically each identifying different resources and/or different actions
- AccessRequired.NewChild - Annotation Type in org.glassfish.api.admin
-
Declares access control for creating a new child ConfigBean in
a collection on an existing ConfigBean.
- AccessRequired.NewChild.List - Annotation Type in org.glassfish.api.admin
-
Declares multiple authorization checks for creating the same
single new ConfigBean.
- AccessRequired.To - Annotation Type in org.glassfish.api.admin
-
Declares access control on an existing, non-null ConfigBean.
- AccessRequired.Util - Class in org.glassfish.api.admin
-
Utility methods used both from AccessCheck and from CommandSecurityChecker.
- action() - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Returns the action for the access check.
- ActionReport - Class in org.glassfish.api
-
An action report is an abstract class allowing any type of server side action
like a service execution, a command execution to report on its execution
to the originator of the action.
- ActionReport() - Constructor for class org.glassfish.api.ActionReport
-
- ActionReport.ExitCode - Enum in org.glassfish.api
-
- ActionReport.MessagePart - Class in org.glassfish.api
-
- Adapter - Interface in org.glassfish.api.container
-
Contract interface for registering adapters to a port.
- add(CommandModel.ParamModel) - Method in class org.glassfish.api.admin.CommandModel
-
Add a ParamModel for this command
- addArchiveMetaData(String, Object) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
-
- addArchiveMetaData(String, Object) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
-
- addChild() - Method in class org.glassfish.api.ActionReport.MessagePart
-
- addFailedCommands(String) - Method in class org.glassfish.api.admin.InstanceState
-
- addModuleMetaData(Object) - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Stores a descriptor for the module in the context so other deployer's
can have access to it.
- addPart(String, String, Properties, String) - Method in interface org.glassfish.api.admin.Payload.Outbound
-
Adds a part of the specified content type, name, and String content
to the payload.
- addPart(String, String, Properties, InputStream) - Method in interface org.glassfish.api.admin.Payload.Outbound
-
Adds a part of the specified content type, name, and content to
the payload.
- addPart(int, String, String, Properties, InputStream) - Method in interface org.glassfish.api.admin.Payload.Outbound
-
Adds a part of the specified content type, name, and content at a
specified position in the parts of the payload.
- addProperty(String, String) - Method in class org.glassfish.api.ActionReport.MessagePart
-
- addSubActionsReport() - Method in class org.glassfish.api.ActionReport
-
- addTransformer(ClassFileTransformer) - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Add a new ClassFileTransformer to the context.
- addTransformer(ClassFileTransformer) - Method in interface org.glassfish.api.deployment.InstrumentableClassLoader
-
Add a new ClassFileTransformer to this class loader.
- addTransientAppMetaData(String, Object) - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Stores application level metadata in the context so other deployer's
can have access to it.
- ADMIN_VS - Static variable in interface org.glassfish.api.web.Constants
-
- AdminCommand - Interface in org.glassfish.api.admin
-
This is an admin command interface, command implementations have to be
stateless and should also have a org.jvnet.hk2.component.Scope
value of PerLookup
- AdminCommandContext - Interface in org.glassfish.api.admin
-
Useful services for administrative commands implementation
- AdminCommandContextForInstance - Class in org.glassfish.api.admin
-
Most of
AdminCommandContext attributes are used in any phase
of command execution (supplemental commands, replication) but some
of them must be different for every instance.
- AdminCommandContextForInstance(AdminCommandContext, ProgressStatus) - Constructor for class org.glassfish.api.admin.AdminCommandContextForInstance
-
- AdminCommandContextImpl - Class in org.glassfish.api.admin
-
Useful services for administrative commands implementation
- AdminCommandContextImpl(Logger, ActionReport) - Constructor for class org.glassfish.api.admin.AdminCommandContextImpl
-
- AdminCommandContextImpl(Logger, ActionReport, Payload.Inbound, Payload.Outbound, AdminCommandEventBroker, String) - Constructor for class org.glassfish.api.admin.AdminCommandContextImpl
-
- AdminCommandEventBroker<T> - Interface in org.glassfish.api.admin
-
Events broker for AdminCommands.
- AdminCommandEventBroker.AdminCommandListener<T> - Interface in org.glassfish.api.admin
-
Listener for AdminCommand events.
- AdminCommandEventBroker.BrokerListenerRegEvent - Class in org.glassfish.api.admin
-
- AdminCommandEventBroker.EventBrokerUtils - Interface in org.glassfish.api.admin
-
Place relevant for utility methods
- AdminCommandLock - Class in org.glassfish.api.admin
-
The implementation of the admin command lock.
- AdminCommandLock() - Constructor for class org.glassfish.api.admin.AdminCommandLock
-
- AdminCommandLock.SuspendStatus - Enum in org.glassfish.api.admin
-
The status of a suspend command attempt.
- AdminCommandLockException - Exception in org.glassfish.api.admin
-
The AdminCommandLockException is generated when a command
can not acquire an AdminCommandLock.
- AdminCommandLockException(String, Date, String) - Constructor for exception org.glassfish.api.admin.AdminCommandLockException
-
- AdminCommandLockException(String, Throwable) - Constructor for exception org.glassfish.api.admin.AdminCommandLockException
-
- AdminCommandLockTimeoutException - Exception in org.glassfish.api.admin
-
The AdminCommandLockTimeoutException is generated when a command
can not acquire an AdminCommandLock within the allotted time.
- AdminCommandLockTimeoutException(String, Date, String) - Constructor for exception org.glassfish.api.admin.AdminCommandLockTimeoutException
-
- AdminCommandLockTimeoutException(String, Throwable) - Constructor for exception org.glassfish.api.admin.AdminCommandLockTimeoutException
-
- AdminCommandSecurity - Interface in org.glassfish.api.admin
-
- AdminCommandSecurity.AccessCheckProvider - Interface in org.glassfish.api.admin
-
Behavior required of all command classes which provide any of their
own custom authorization enforcement.
- AdminCommandSecurity.Preauthorization - Interface in org.glassfish.api.admin
-
- AdminCommandState - Interface in org.glassfish.api.admin
-
- AdminCommandState.State - Enum in org.glassfish.api.admin
-
- afterPostInvoke(ComponentInvocation.ComponentInvocationType, ComponentInvocation, ComponentInvocation) - Method in interface org.glassfish.api.invocation.ComponentInvocationHandler
-
Called after the curInv has been popped from the invocation stack.
- afterPreInvoke(ComponentInvocation.ComponentInvocationType, ComponentInvocation, ComponentInvocation) - Method in interface org.glassfish.api.invocation.ComponentInvocationHandler
-
Called after the curInv has been pushed into the invocation stack.
- ALERT - Static variable in class org.glassfish.api.logging.LogLevel
-
Log level to indicate a failure condition in one of the subsystems.
- ALERT_INT - Static variable in class org.glassfish.api.logging.LogLevel
-
Level constant for Alert.
- allocateStapsForChildProcess(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- ALT_DD - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
-
- altdd - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- AMXLoader - Interface in org.glassfish.api.amx
-
A loader of AMX MBeans.
- appendMessage(String) - Method in class org.glassfish.api.ActionReport
-
- appendMessage(String) - Method in class org.glassfish.api.ActionReport.MessagePart
-
- ApplicationContainer<T> - Interface in org.glassfish.api.deployment
-
Interface to an application container.
- ApplicationContext - Interface in org.glassfish.api.deployment
-
Useful services for application loading implementation
- ApplicationEnvironment - Interface in org.glassfish.api.invocation
-
Provides information about the currently running environment in
scenarios that are not defined by the Java enterprise specifications
- ApplicationMetaDataProvider<T> - Interface in org.glassfish.api.deployment
-
Implementations of this interface are providing deployment application metadata
- ApplicationName - Interface in org.glassfish.api.admin.config
-
An configured element which has to have application type of name.
- ApplicationNameInjector - Class in org.glassfish.api.admin.config
-
- ApplicationNameInjector() - Constructor for class org.glassfish.api.admin.config.ApplicationNameInjector
-
- apply(ProgressStatus) - Method in class org.glassfish.api.admin.progress.ProgressStatusEvent
-
- apply(ProgressStatus) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventComplete
-
- apply(ProgressStatus) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
- apply(ProgressStatus) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventProgress
-
- apply(ProgressStatus) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventSet
-
- applyFailurePolicy(FailurePolicy, ActionReport.ExitCode) - Static method in enum org.glassfish.api.admin.FailurePolicy
-
- appName - Variable in class org.glassfish.api.invocation.ComponentInvocation
-
- Archive - Interface in org.glassfish.api.deployment.archive
-
This interface is an abstraction for accessing a module archive.
- ArchiveDetector - Interface in org.glassfish.api.deployment.archive
-
ArchiveHandlers are considered part of container implementation, hence are
not available until the corresponding container is setup.
- ArchiveHandler - Interface in org.glassfish.api.deployment.archive
-
ArchiveHandlers are handling certain archive type.
- ArchiveType - Class in org.glassfish.api.deployment.archive
-
ArchiveType is an extension over ModuleType defined in jsr88 API.
- ArchiveType(String, String) - Constructor for class org.glassfish.api.deployment.archive.ArchiveType
-
- ArchiveType(String) - Constructor for class org.glassfish.api.deployment.archive.ArchiveType
-
Same as calling #ArchiveType(String, String) with an empty string as extension.
- Async - Annotation Type in org.glassfish.api
-
Admin Command implementations can use this annotation to indicate asynchronous
execution of their logic.
- AsyncImpl - Class in org.glassfish.api
-
Implementation for the @Async command capability.
- AsyncImpl() - Constructor for class org.glassfish.api.AsyncImpl
-
- asyncreplication - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- attachFile(String, URI, String, File) - Method in interface org.glassfish.api.admin.Payload.Outbound
-
Adds a part to the payload of the given content type from the
specified file.
- attachFile(String, URI, String, File, boolean) - Method in interface org.glassfish.api.admin.Payload.Outbound
-
Adds a part to the payload of the given content type from the
specified file.
- attachFile(String, URI, String, Properties, File) - Method in interface org.glassfish.api.admin.Payload.Outbound
-
Adds a part to the payload of the given content type from the
specified file.
- attachFile(String, URI, String, Properties, File, boolean) - Method in interface org.glassfish.api.admin.Payload.Outbound
-
Adds a part to the payload of the given content type from the
specified file.
- AuthenticationException - Exception in org.glassfish.api.admin
-
A specialized CommandException that indicates an authentication failure.
- AuthenticationException(String) - Constructor for exception org.glassfish.api.admin.AuthenticationException
-
- AuthenticationException(String, Throwable) - Constructor for exception org.glassfish.api.admin.AuthenticationException
-
- AuthorizationPreprocessor - Interface in org.glassfish.api.admin
-
Defines the API for services which provide additional information to be
used during authorization.
- authorize(Subject, Map<String, Object>) - Method in interface org.glassfish.api.admin.SelfAuthorizer
-
Tells whether the Subject is authorized to execute the AdminCommand
which implements this interface.
- availabilityenabled - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- cascade - Variable in class org.glassfish.api.deployment.UndeployCommandParameters
-
- changed(File) - Method in interface org.glassfish.api.admin.FileMonitoring.FileChangeListener
-
- checkpoint(AdminCommand, AdminCommandContext) - Method in interface org.glassfish.api.admin.JobManager
-
Stores current command state.
- checkpoint(AdminCommandContext, Serializable) - Method in interface org.glassfish.api.admin.JobManager
-
Stores current command state.
- Checkpoint(Job, AdminCommand, AdminCommandContext) - Constructor for class org.glassfish.api.admin.JobManager.Checkpoint
-
- ChildProgressStatus(int, ProgressStatusBase) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusBase.ChildProgressStatus
-
- ChildProgressStatusDTO(int, ProgressStatusDTO) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusDTO.ChildProgressStatusDTO
-
- children - Variable in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- children - Variable in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- childType() - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Returns the type of the child to be added as part of a create-style
operation, as set when the access check was created.
- clean(DeploymentContext) - Method in interface org.glassfish.api.deployment.Deployer
-
Clean any files and artifacts that were created during the execution
of the prepare method.
- clear() - Method in interface org.glassfish.api.admin.PasswordAliasStore
-
Deletes all password aliases from the store.
- clearRegistry() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- clientJarRequested - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- ClientNamingConfigurator - Interface in org.glassfish.api.naming
-
Used by application client container to configure default
naming behavior for a client JVM.
- clone() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- close() - Method in interface org.glassfish.api.deployment.archive.Archive
-
closes this archive and releases all resources
- close() - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
-
- closeEntry(WritableArchive) - Method in interface org.glassfish.api.deployment.archive.WritableArchive
-
Close a previously returned sub archive
- closeEntry() - Method in interface org.glassfish.api.deployment.archive.WritableArchive
-
closes the current entry
- ClusterExecutor - Interface in org.glassfish.api.admin
-
A ClusterExecutor is responsible for remotely executing commands.
- com.sun.appserv.jdbc - package com.sun.appserv.jdbc
-
- com.sun.appserv.server - package com.sun.appserv.server
-
- command - Variable in class org.glassfish.api.deployment.OpsParams
-
The command associated with this operation, by default it's deploy
- CommandAspect - Annotation Type in org.glassfish.api.admin
-
A marker annotation for annotations that indicate that an AdminCommand
functionality is to be extended in a certain way.
- CommandAspectBase<T extends Annotation> - Class in org.glassfish.api.admin
-
Empty implementation of CommandAspectImpl.
- CommandAspectBase() - Constructor for class org.glassfish.api.admin.CommandAspectBase
-
- CommandAspectFacade - Interface in org.glassfish.api.admin
-
This is an extensible facade class to support options
which can be passed from the client to server
and uses the CommandAspects
- CommandAspectImpl<T extends Annotation> - Interface in org.glassfish.api.admin
-
Interface for defining aspects for AdminCommands.
- commandCompletionDate - Variable in class org.glassfish.api.admin.progress.JobInfo
-
- CommandException - Exception in org.glassfish.api.admin
-
- CommandException() - Constructor for exception org.glassfish.api.admin.CommandException
-
Creates new CommandException without detail message.
- CommandException(String) - Constructor for exception org.glassfish.api.admin.CommandException
-
Constructs a CommandException with the specified
detail message.
- CommandException(Throwable) - Constructor for exception org.glassfish.api.admin.CommandException
-
Constructs a new CommandException exception with the
specified cause.
- CommandException(String, Throwable) - Constructor for exception org.glassfish.api.admin.CommandException
-
Constructs a new CommandException exception with the
specified detailed message and cause.
- commandExecutionDate - Variable in class org.glassfish.api.admin.progress.JobInfo
-
- CommandLock - Annotation Type in org.glassfish.api.admin
-
Annotation used to indicate what type of lock to acquire before
executing an admin command.
- CommandLock.LockType - Enum in org.glassfish.api.admin
-
The type of command lock.
- CommandModel - Class in org.glassfish.api.admin
-
Model for an administrative command
- CommandModel() - Constructor for class org.glassfish.api.admin.CommandModel
-
- CommandModel.ParamModel - Class in org.glassfish.api.admin
-
Model for a command parameter.
- CommandModelProvider - Interface in org.glassfish.api.admin
-
Interface denoting administrative commands that provide their
model.
- CommandParameters - Interface in org.glassfish.api.admin
-
A marker interface to indicate classes that are used to pass
parameters to the parameters method of the CommandRunner.CommandInvocation
API.
- CommandProgress - Interface in org.glassfish.api.admin
-
Base interface of progress status implementation.
- CommandProgressRegistry - Interface in org.glassfish.api.admin
-
- CommandRunner - Interface in org.glassfish.api.admin
-
CommandRunner is a service that allows you to run administrative commands.
- CommandRunner.CommandInvocation - Interface in org.glassfish.api.admin
-
CommandInvocation defines a command excecution context like the requested
name of the command to execute, the parameters of the command, etc...
- CommandSupport - Class in org.glassfish.api.admin
-
Utility class for command framework.
- CommandSupport() - Constructor for class org.glassfish.api.admin.CommandSupport
-
- CommandValidationException - Exception in org.glassfish.api.admin
-
- CommandValidationException() - Constructor for exception org.glassfish.api.admin.CommandValidationException
-
Creates a new CommandValidationException without
detail message.
- CommandValidationException(String) - Constructor for exception org.glassfish.api.admin.CommandValidationException
-
Constructs a CommandValidationException with the specified
detail message.
- CommandValidationException(Throwable) - Constructor for exception org.glassfish.api.admin.CommandValidationException
-
Constructs a new CommandValidationException exception with
the specified cause.
- CommandValidationException(String, Throwable) - Constructor for exception org.glassfish.api.admin.CommandValidationException
-
Constructs a new CommandValidationException exception with
the specified detailed message and cause.
- complete(ActionReport) - Method in interface org.glassfish.api.admin.AdminCommandState
-
Completes whole progress and records result
- complete(ActionReport, Payload.Outbound) - Method in interface org.glassfish.api.admin.Job
-
- complete(String) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- complete() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- complete(String) - Method in interface org.glassfish.api.admin.ProgressStatus
-
Indicates the command is complete and no further progress status will
be delivered.
- complete() - Method in interface org.glassfish.api.admin.ProgressStatus
-
Indicates the command is complete and no further progress status will
be delivered.
- completed - Variable in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- completed - Variable in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- completeSilently() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
Complete this ProgressStatus and all sub-ProgressStatuses
but does not fire event to parent statuses.
- COMPONENT - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
-
- component - Variable in class org.glassfish.api.deployment.StateCommandParameters
-
- componentId - Variable in class org.glassfish.api.invocation.ComponentInvocation
-
- ComponentInvocation - Class in org.glassfish.api.invocation
-
- ComponentInvocation() - Constructor for class org.glassfish.api.invocation.ComponentInvocation
-
- ComponentInvocation(String, ComponentInvocation.ComponentInvocationType, Object, String, String) - Constructor for class org.glassfish.api.invocation.ComponentInvocation
-
- ComponentInvocation(String, ComponentInvocation.ComponentInvocationType, Object, Object, Object) - Constructor for class org.glassfish.api.invocation.ComponentInvocation
-
- ComponentInvocation.ComponentInvocationType - Enum in org.glassfish.api.invocation
-
- ComponentInvocationHandler - Interface in org.glassfish.api.invocation
-
ComponentInvocationHandler handles pre and post activities for a particular
type of ComponentInvocation
- ComponentNamingUtil - Interface in org.glassfish.api.naming
-
- composeInternalGlobalJavaAppName(String, String) - Method in interface org.glassfish.api.naming.ComponentNamingUtil
-
Utility for discovering the internal global name under which an application-wide
resource is made available (e.g.
- CompositeHandler - Interface in org.glassfish.api.deployment.archive
-
Composite handlers are just like any other ArchiveHandler except they
get a chance at looking at the archive before the archive handlers do
The main reason for this tag interface is that some archive handlers might
be tricked into thinking a composite archive is theirs when in fact they only
own a part of it.
- computeCompletePortion() - Method in interface org.glassfish.api.admin.CommandProgress
-
- computeCompletePortion() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- computeCompletePortion() - Method in class org.glassfish.api.admin.progress.ProgressStatusMirroringImpl
-
- computeCompleteSteps() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- computeCompleteSteps() - Method in class org.glassfish.api.admin.progress.ProgressStatusMirroringImpl
-
- computeSumSteps() - Method in interface org.glassfish.api.admin.CommandProgress
-
- computeSumSteps() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- ConfigExtension - Interface in org.glassfish.api.admin.config
-
ConfigExtension is an configuration extension that hooks itself under the
config configuration.
- ConfigExtensionInjector - Class in org.glassfish.api.admin.config
-
- ConfigExtensionInjector() - Constructor for class org.glassfish.api.admin.config.ConfigExtensionInjector
-
- ConfigParser - Interface in org.glassfish.api.admin.config
-
- ConfigurationCleanup - Class in org.glassfish.api.admin.config
-
Contract called on startup right after the configuration has been read
(and potentially upgraded) but before the startup services.
- ConfigurationCleanup() - Constructor for class org.glassfish.api.admin.config.ConfigurationCleanup
-
- ConfigurationUpgrade - Interface in org.glassfish.api.admin.config
-
Contract for services which want to perform some upgrade on the application server configuration
- ConnectionValidation - Interface in org.glassfish.api.jdbc
-
This interface can be implemented to provide a custom connection validation
mechanism if custom-validation is chosen as the connection-validation-method.
- ConsoleProvider - Interface in org.glassfish.api.admingui
-
This interface exists to provide a marker for locating modules which
provide GUI features to be displayed in the GlassFish admin console.
- Constants - Interface in org.glassfish.api.web
-
Web container related constants that other modules (e.g., security)
depend on.
- Container - Interface in org.glassfish.api.admin.config
-
Tag interface for container related configuration.
- Container - Interface in org.glassfish.api.container
-
Contract identifying a container implementation.
- container - Variable in class org.glassfish.api.invocation.ComponentInvocation
-
- ContainerInjector - Class in org.glassfish.api.admin.config
-
- ContainerInjector() - Constructor for class org.glassfish.api.admin.config.ContainerInjector
-
- ContainerMonitoring - Interface in org.glassfish.api.monitoring
-
Default monitoring configuration for containers.
- ContainerMonitoringInjector - Class in org.glassfish.api.monitoring
-
- ContainerMonitoringInjector() - Constructor for class org.glassfish.api.monitoring.ContainerMonitoringInjector
-
- containsKey(String) - Method in interface org.glassfish.api.admin.PasswordAliasStore
-
Reports whether the store contains the specified alias.
- CONTEXT_ROOT - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
-
- contextroot - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- copy(OutputStream) - Method in interface org.glassfish.api.admin.Payload.Part
-
Copies the contents of the Part to the specified OutputStream.
- copy() - Method in interface org.glassfish.api.deployment.InstrumentableClassLoader
-
Create and return a temporary loader with the same visibility
as this loader.
- CORBALOC - Static variable in interface org.glassfish.api.naming.NamingClusterInfo
-
- create(URI) - Method in interface org.glassfish.api.deployment.archive.WritableArchive
-
creates a new abstract archive with the given path
- create(String) - Static method in class org.glassfish.api.event.EventTypes
-
- create(String, Class<T>) - Static method in class org.glassfish.api.event.EventTypes
-
- create(Context) - Method in interface org.glassfish.api.naming.NamingObjectProxy
-
Create and return an object.
- createChild(String, int, int) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- createChild(String, int) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- createChild(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- createChild(String, int, int) - Method in class org.glassfish.api.admin.progress.ProgressStatusMirroringImpl
-
Ignores allocated steps.
- createChild(String, int) - Method in interface org.glassfish.api.admin.ProgressStatus
-
Create a child ProgressStatus object which can be used independently by
a command's subroutine or sub-commands.
- createChild(int) - Method in interface org.glassfish.api.admin.ProgressStatus
-
Create a child ProgressStatus object which can be used independently by
a command's subroutine or sub-commands.
- createJob(String, String, String, Subject, boolean, ParameterMap) - Method in interface org.glassfish.api.admin.JobCreator
-
- createMirroringChild(int) - Method in interface org.glassfish.api.admin.CommandProgress
-
Creates child for mirroring (supplemental commands)
- createSubArchive(String) - Method in interface org.glassfish.api.deployment.archive.WritableArchive
-
Returns an instance of this archive abstraction for an embedded
archive within this archive.
- createtables - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- createWrapper(T, CommandModel, AdminCommand, ActionReport) - Method in class org.glassfish.api.admin.CommandAspectBase
-
This methods can be used to wrap generic functionality around command execute.
- createWrapper(T, CommandModel, AdminCommand, ActionReport) - Method in interface org.glassfish.api.admin.CommandAspectImpl
-
This methods can be used to wrap generic functionality around command execute.
- createWrapper(Async, CommandModel, AdminCommand, ActionReport) - Method in class org.glassfish.api.AsyncImpl
-
- createWrappers(ServiceLocator, CommandModel, AdminCommand, ActionReport) - Static method in class org.glassfish.api.admin.CommandSupport
-
Execute wrapping aspects, see
AsyncImpl for example.
- currentStepCount - Variable in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- currentStepCount - Variable in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- generatermistubs - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- get(String) - Method in interface org.glassfish.api.admin.CommandProgressRegistry
-
- get(String) - Method in interface org.glassfish.api.admin.JobManager
-
This method is used to get a job by its id
- get(ParameterMap, String) - Method in interface org.glassfish.api.admin.ParameterBridge
-
Returns the parameter values as expected by the injection code when a dependency
injection annotated field or method (for instance, annotated with @Param
or @Inject) needs to be resolved.
- get(ParameterMap, String) - Method in class org.glassfish.api.admin.ParameterBridge.NoMapper
-
- get(String) - Method in interface org.glassfish.api.admin.PasswordAliasStore
-
Returns the password associated with the specified alias.
- getAbbreviatedProductName() - Method in interface org.glassfish.api.VersionInfo
-
- getAccessChecks() - Method in interface org.glassfish.api.admin.AdminCommandSecurity.AccessCheckProvider
-
Returns the AccessChecks the command has computed at runtime
which should be included in the authorization, added to checks that
secure admin infers from the command's CRUD or RestEndpoint characteristics
or AccessRequired annotations.
- getActionExitCode() - Method in class org.glassfish.api.ActionReport
-
- getActionReport() - Method in interface org.glassfish.api.admin.AdminCommandContext
-
Returns the Reporter for this action
- getActionReport() - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- getActionReport() - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- getActionReport() - Method in interface org.glassfish.api.admin.AdminCommandState
-
- getActionReport(String) - Method in interface org.glassfish.api.admin.CommandRunner
-
Returns an initialized ActionReport instance for the passed type or
null if it cannot be found.
- getActionReport() - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Gets the action report for this context
- getAllInvocations() - Method in interface org.glassfish.api.invocation.InvocationManager
-
- getAllInvocations() - Method in class org.glassfish.api.invocation.InvocationManagerImpl
-
- getAllocatedSteps() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase.ChildProgressStatus
-
- getAllocatedSteps() - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO.ChildProgressStatusDTO
-
- getAllocatedSteps() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
- getAltdd() - Method in class org.glassfish.api.deployment.DeployCommandParameters
-
- getAnnotationNames(DeploymentContext) - Method in interface org.glassfish.api.container.Sniffer
-
Returns the list of annotation names that this sniffer is interested in.
- getAnnotationTypes() - Method in interface org.glassfish.api.container.Sniffer
-
Returns the list of annotations types that this sniffer is interested in.
- getAppLibs() - Method in interface org.glassfish.api.deployment.DeploymentContext
-
gets the app-libs specified for this archive
This list includes --libraries as well EXTENSION_LIST specified in the manifest entries
- getApplicationAltDDPath() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
Gets the directory to store external alternate deployment descriptor
Normally ROOT/generated/altdd
- getApplicationCompileJspPath() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
Returns the path for compiled JSP Pages from an application
that is deployed on this instance.
- getApplicationEJBStubPath() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
- getApplicationGeneratedXMLPath() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
- getApplicationPolicyFilePath() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
- getApplicationRepositoryPath() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
Gets the directory to store deployed applications
Normally ROOT/applications
- getApplicationStubPath() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
Gets the directory to store generated stuff.
- getAppName() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
Returns the appName for the current invocation, equivalent to the value
bound to java:app/AppName, without the cost of lookup.
- getAppProps() - Method in interface org.glassfish.api.deployment.ApplicationContext
-
Returns the application level properties that will be persisted as a
key value pair at then end of deployment.
- getArchiveHandler() - Method in interface org.glassfish.api.deployment.archive.ArchiveDetector
-
Return a ArchiveHandler that can handle the archive recognised by this ArchiveDetector.
- getArchiveHandler() - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Returns the archive handler that's associated with this context
- getArchiveMetaData(String, Class<T>) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
-
- getArchiveMetaData(String, Class<T>) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
-
- getArchiveSize() - Method in interface org.glassfish.api.deployment.archive.Archive
-
Returns the size of the archive.
- getArchiveSize() - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
-
- getArchiveType() - Method in interface org.glassfish.api.deployment.archive.ArchiveDetector
-
Returns the type of the deployment unit or archive or module whichever way you want to call what's being
depoyed.
- getArchiveType() - Method in interface org.glassfish.api.deployment.archive.ArchiveHandler
-
This method is semantically equivalent to
ArchiveDetector.getArchiveType() except that
this method returns string equivalent of ArchiveType because of backward compatibility reasons.
- getAuth() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getBroker() - Method in class org.glassfish.api.admin.AdminCommandEventBroker.BrokerListenerRegEvent
-
- getChildId() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
- getChildProgressStatuses() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- getChildren() - Method in class org.glassfish.api.ActionReport.MessagePart
-
- getChildren() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- getChildren() - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- getChildrenType() - Method in class org.glassfish.api.ActionReport.MessagePart
-
- getClassLoader() - Method in interface org.glassfish.api.deployment.ApplicationContainer
-
Returns the class loader associated with this application
- getClassLoader() - Method in interface org.glassfish.api.deployment.ApplicationContext
-
Returns the class loader associated with the application.
- getClassLoader(ClassLoader, DeploymentContext) - Method in interface org.glassfish.api.deployment.archive.ArchiveHandler
-
Creates a classloader that can load code from inside the archive.
- getClassName() - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Gets the class name of the SQL query expressed as a String.
- getClassPathURIs(ReadableArchive) - Method in interface org.glassfish.api.deployment.archive.ArchiveHandler
-
Returns the classpath URIs for this archive.
- getClusteringAttributes() - Method in class org.glassfish.api.admin.CommandModel
-
Return the cluster parameters for this command or null if none are
specified and defaults should be used.
- getCmdLineArgs() - Method in interface com.sun.appserv.server.LifecycleEventContext
-
Get the server command-line arguments
- getCommand(String, ActionReport, Logger) - Method in interface org.glassfish.api.admin.CommandRunner
-
Obtain and return the command implementation defined by the passed commandName
for the null scope
- getCommand(String, String, ActionReport, Logger) - Method in interface org.glassfish.api.admin.CommandRunner
-
Obtain and return the command implementation defined by the passed commandName
- getCommand() - Method in class org.glassfish.api.admin.JobManager.Checkpoint
-
- getCommand() - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
-
- getCommand() - Method in class org.glassfish.api.deployment.OpsParams
-
- getCommandClass() - Method in class org.glassfish.api.admin.CommandModel
-
Return the class that defines the command.
- getCommandCompletionDate() - Method in interface org.glassfish.api.admin.Job
-
- getCommandExecutionDate() - Method in interface org.glassfish.api.admin.Job
-
- getCommandInvocation(String, ActionReport, Subject) - Method in interface org.glassfish.api.admin.CommandRunner
-
Obtain a new command invocation object for the null scope.
- getCommandInvocation(String, String, ActionReport, Subject) - Method in interface org.glassfish.api.admin.CommandRunner
-
Obtain a new command invocation object.
- getCommandInvocation(String, ActionReport, Subject, boolean) - Method in interface org.glassfish.api.admin.CommandRunner
-
Obtain a new command invocation object for the null scope.
- getCommandInvocation(String, String, ActionReport, Subject, boolean) - Method in interface org.glassfish.api.admin.CommandRunner
-
Obtain a new command invocation object.
- getCommandName() - Method in class org.glassfish.api.admin.CommandModel
-
Returns the command name as it is typed by the user.
- getCommandOutput() - Method in interface org.glassfish.api.admin.InstanceCommand
-
- getCommandParameters(Class<U>) - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Returns the DeployCommand parameters
- getCommandProgress() - Method in interface org.glassfish.api.admin.Job
-
Command progress only if it is supported by command
- getCommandRun() - Method in exception org.glassfish.api.admin.SSHCommandExecutionException
-
- getCompletedJobForId(String) - Method in interface org.glassfish.api.admin.JobManager
-
This is a convenience method to get a completed job with an id
- getCompletedJobs(File) - Method in interface org.glassfish.api.admin.JobManager
-
This will get the list of jobs from the job registry which have completed
- getComponentId() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getComponentInvocationHandler() - Method in interface org.glassfish.api.invocation.RegisteredComponentInvocationHandler
-
- getConfigDirPath() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
- getConfiguration() - Method in interface org.glassfish.api.admingui.ConsoleProvider
-
Returns a URL to the console-config.xml
file, or null.
- getConnection(Connection) - Method in interface com.sun.appserv.jdbc.DataSource
-
Retrieves the actual SQLConnection from the Connection wrapper
implementation of SunONE application server.
- getContainer() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getContainerContext() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getContainersNames() - Method in interface org.glassfish.api.container.Sniffer
-
Returns the list of Containers that this Sniffer enables.
- getContentType() - Method in class org.glassfish.api.ActionReport
-
- getContentType() - Method in interface org.glassfish.api.admin.Payload.Outbound
-
Returns the content type of the payload, determined by whether there
are multiple parts and, if not, if the content type of the single
part is of type "text."
- getContentType() - Method in interface org.glassfish.api.admin.Payload.Part
-
Returns the content type of the part.
- getContext() - Method in class org.glassfish.api.admin.JobManager.Checkpoint
-
- getContextRoot() - Method in interface org.glassfish.api.container.Adapter
-
Returns the context root for this adapter
- getContextRoot() - Method in class org.glassfish.api.deployment.DeployCommandParameters
-
- getCurrentInvocation() - Method in interface org.glassfish.api.invocation.InvocationManager
-
Returns the current Invocation object associated with the current thread
- getCurrentInvocation() - Method in class org.glassfish.api.invocation.InvocationManagerImpl
-
return the Invocation object of the component
being called
- getCurrentStepCount() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- getCurrentStepCount() - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- getCurrentStepCount() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventSet
-
- getData() - Method in class com.sun.appserv.server.LifecycleEvent
-
Get the data associated with the event.
- getDBVendorName() - Method in class org.glassfish.api.deployment.DeployCommandParameters
-
- getDefault() - Static method in enum org.glassfish.api.admin.RuntimeType
-
- getDefaultApplicationName(ReadableArchive) - Method in interface org.glassfish.api.deployment.archive.ArchiveHandler
-
Returns the default name by which the specified archive can be
identified.
- getDefaultApplicationName(ReadableArchive, DeploymentContext) - Method in interface org.glassfish.api.deployment.archive.ArchiveHandler
-
- getDeployer() - Method in interface org.glassfish.api.container.Container
-
Returns the Deployer implementation capable of deploying applications to this
container.
- getDeploymentConfigurations(ReadableArchive) - Method in interface org.glassfish.api.container.Sniffer
-
Returns a map of deployment configurations for this Sniffer from the
specific archive source.
- getDeploymentPlan() - Method in class org.glassfish.api.deployment.DeployCommandParameters
-
- getDescription() - Method in enum org.glassfish.api.admin.InstanceState.StateType
-
- getDescriptor() - Method in interface org.glassfish.api.deployment.ApplicationContainer
-
Returns the deployment descriptor associated with this application
- getDirectories() - Method in interface org.glassfish.api.deployment.archive.Archive
-
Returns the enumeration of first level directories in this
archive
- getDirectories() - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
-
- getDisplayString() - Method in enum org.glassfish.api.admin.InstanceState.StateType
-
- getDomainRoot() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
- getDomainType() - Method in class org.glassfish.api.admin.config.DomainContext
-
- getDTraceMethod() - Method in interface org.glassfish.api.monitoring.ProbeInfo
-
- getEndTime() - Method in interface org.glassfish.api.admin.CommandProgress
-
Timestamp of command complete event or null for running command
- getEntry(String) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
-
Returns the InputStream for the given entry name
The file name must be relative to the root of the module.
- getEntrySize(String) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
-
Returns the entry size for a given entry name or 0 if not known
- getEntrySize(String) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
-
- getEventBroker() - Method in interface org.glassfish.api.admin.AdminCommandContext
-
Simple event broker for inter command communication mostly
from server to client.
- getEventBroker() - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- getEventBroker() - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- getEventBroker() - Method in interface org.glassfish.api.admin.Job
-
- getEventType() - Method in class com.sun.appserv.server.LifecycleEvent
-
Get the type of event associated with this
- getExtension() - Method in class org.glassfish.api.deployment.archive.ArchiveType
-
Return the file extension string for this module type.
- getExtracted() - Method in interface org.glassfish.api.admin.Payload.Part
-
File where content was extracted from the payload.
- getExtraData(Class<U>) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
-
Returns any data that could have been calculated as part of
the descriptor loading.
- getExtraData(Class<U>) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
-
- getExtraProperties() - Method in class org.glassfish.api.ActionReport
-
- getFailedCommands() - Method in class org.glassfish.api.admin.InstanceState
-
- getFailureCause() - Method in class org.glassfish.api.ActionReport
-
- getFinalClassLoader() - Method in interface org.glassfish.api.deployment.DeploymentContext
-
During the prepare phase, when a deployer need to have access to the class loader
that will be used to load the application in the runtime container, it can call
this API during the prepare phase.
- getFormattedMessage(Logger, String, Object...) - Static method in class org.glassfish.api.logging.LogHelper
-
Gets the formatted message given the message key and parameters.
- getFutures() - Method in interface org.glassfish.api.FutureProvider
-
- getHeaderName() - Method in interface org.glassfish.api.admin.Payload.Inbound
-
Returns the name of the header that should be set in the outgoing and
incoming http request or response.
- getHeaderName() - Method in interface org.glassfish.api.admin.Payload.Outbound
-
Returns the name of the header that should be set in the outgoing and
incoming http request or response.
- getHelp(CommandModel) - Method in interface org.glassfish.api.admin.CommandRunner
-
Returns manpage for the command.
- getHook(EventListener.Event<T>) - Method in class org.glassfish.api.event.EventTypes
-
- getHookType() - Method in class org.glassfish.api.event.EventTypes
-
- getHttpService() - Method in interface org.glassfish.api.container.Adapter
-
Get the underlying Grizzly HttpHandler.
- getId() - Method in interface org.glassfish.api.admin.AdminCommandState
-
- getId() - Method in interface org.glassfish.api.admin.CommandProgress
-
Unique id of this command
- getId() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- getId() - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- getId() - Method in interface org.glassfish.api.admin.ProgressStatus
-
Id is unique for any ProgressStatuses.
- getId() - Method in interface org.glassfish.api.monitoring.ProbeInfo
-
- getInboundPayload() - Method in interface org.glassfish.api.admin.AdminCommandContext
-
Returns the inbound payload, from the admin client, that accompanied
the command request.
- getInboundPayload() - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- getInboundPayload() - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- getIncompatibleSnifferTypes() - Method in interface org.glassfish.api.container.Sniffer
-
- getInitialConfig(DomainContext) - Method in interface org.glassfish.api.admin.config.DomainInitializer
-
The actual initial config that needs to be inserted into
the fresh domain.xml
See Attribute#value() for how the default value is inferred.
- getInitialContext() - Method in interface com.sun.appserv.server.LifecycleEventContext
-
Get the initial naming context.
- getInitialContext() - Method in interface org.glassfish.api.naming.GlassfishNamingManager
-
Get the initial context.
- getInputStream() - Method in interface org.glassfish.api.admin.Payload.Part
-
Returns an InputStream suitable for reading the content of the Part.
- getInstallRoot() - Method in interface com.sun.appserv.server.LifecycleEventContext
-
Get server install root
- getInstance() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getInstanceCommand() - Method in class org.glassfish.api.admin.InstanceCommandResult
-
- getInstanceName() - Method in interface com.sun.appserv.server.LifecycleEventContext
-
Get the server instance name
- getInstanceName() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
Every server has a name that can be found in the server element in domain.xml
- getInstanceName() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getInstanceRoot() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
- getInterface(ProbeProviderInfo) - Method in interface org.glassfish.api.monitoring.DTraceContract
-
- getInvocationType() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getJKS() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
A Java KeyStore which is locked by administrator's master password.
- getJNDIEnvironment() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getJob() - Method in class org.glassfish.api.admin.JobManager.Checkpoint
-
- getJobId() - Method in interface org.glassfish.api.admin.AdminCommandContext
-
Id of current job.
- getJobId() - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- getJobId() - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- getJobInfoList() - Method in class org.glassfish.api.admin.progress.JobInfos
-
- getJobs() - Method in interface org.glassfish.api.admin.JobManager
-
This method will return the list of jobs in the job registry
- getJobsFile() - Method in interface org.glassfish.api.admin.Job
-
- getJobsFile() - Method in interface org.glassfish.api.admin.JobManager
-
This is used to get the jobs file for a job
- getJobsFile() - Method in class org.glassfish.api.admin.progress.JobInfo
-
- getLastMessage() - Method in interface org.glassfish.api.admin.CommandProgress
-
- getLevel() - Method in interface org.glassfish.api.monitoring.ContainerMonitoring
-
The monitoring level of this monitoring item
- getLibPath() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
Gets the directory for hosting user-provided jar files.
- getLifecycle() - Method in interface org.glassfish.api.Startup
-
Deprecated.
Returns the life expectency of the service
- getLifecycleEventContext() - Method in class com.sun.appserv.server.LifecycleEvent
-
Get the ServerContext generating this lifecycle event
- getListenAddress() - Method in interface org.glassfish.api.container.Adapter
-
- getListener() - Method in class org.glassfish.api.admin.AdminCommandEventBroker.BrokerListenerRegEvent
-
- getListenPort() - Method in interface org.glassfish.api.container.Adapter
-
Returns the listener port for this adapter
- getLocalizedDescription() - Method in class org.glassfish.api.admin.CommandModel
-
Returns a localized description for this command
- getLocalizedDescription() - Method in class org.glassfish.api.admin.CommandModel.ParamModel
-
Returns a localized description for this parameter
- getLocalizedPrompt() - Method in class org.glassfish.api.admin.CommandModel.ParamModel
-
Returns a localized prompt for this parameter
- getLocalizedPromptAgain() - Method in class org.glassfish.api.admin.CommandModel.ParamModel
-
Returns a localized confirmation prompt for this parameter.
- getLock(CommandLock.LockType) - Method in class org.glassfish.api.admin.AdminCommandLock
-
Return the appropriate Lock object for the specified LockType.
- getLock(AdminCommand) - Method in class org.glassfish.api.admin.AdminCommandLock
-
Return the appropriate Lock object for the specified command.
- getLock(AdminCommand, String) - Method in class org.glassfish.api.admin.AdminCommandLock
-
Return the appropriate Lock object for the specified command.
- getLockMessage() - Method in class org.glassfish.api.admin.AdminCommandLock
-
Get the message to be returned if the lock could not be acquired.
- getLockOwner() - Method in class org.glassfish.api.admin.AdminCommandLock
-
Get the admin user id for the user who acquired the exclusive lock.
- getLockOwner() - Method in exception org.glassfish.api.admin.AdminCommandLockException
-
- getLockOwner() - Method in exception org.glassfish.api.admin.AdminCommandLockTimeoutException
-
- getLockTimeOfAcquisition() - Method in class org.glassfish.api.admin.AdminCommandLock
-
Get the time the exclusive lock was acquired.
- getLogger() - Method in interface org.glassfish.api.admin.AdminCommandContext
-
Returns the Logger
- getLogger() - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- getLogger() - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- getLogger() - Method in class org.glassfish.api.admin.config.DomainContext
-
- getLogger() - Method in interface org.glassfish.api.ExecutionContext
-
Returns the logger services implementation should use to log useful
information about their execution.
- getLogicalName() - Method in interface org.glassfish.api.naming.DefaultResourceProxy
-
- getLogicalName(List<DefaultResourceProxy>, String) - Static method in class org.glassfish.api.naming.DefaultResourceProxy.Util
-
- getMajorVersion() - Method in interface org.glassfish.api.VersionInfo
-
- getManifest() - Method in interface org.glassfish.api.deployment.archive.Archive
-
Returns the manifest information for this archive
- getManifest(ReadableArchive) - Method in interface org.glassfish.api.deployment.archive.ArchiveHandler
-
Returns the manifest file for this archive, this file is usually located at
the META-INF/MANIFEST location, however, certain archive type can change this
default location or use another mean of expressing manifest information.
- getMasterPasswordFile() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
A JCEKS keystore which is locked with a fixed-key.
- getMessage() - Method in class org.glassfish.api.ActionReport
-
- getMessage() - Method in class org.glassfish.api.ActionReport.MessagePart
-
- getMessage() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventComplete
-
- getMessage() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventProgress
-
- getMessage() - Method in interface org.glassfish.api.admin.progress.ProgressStatusMessage
-
- getMetaData() - Method in interface org.glassfish.api.deployment.ApplicationMetaDataProvider
-
Returns the meta data assocated with this Deployer
- getMetaData() - Method in interface org.glassfish.api.deployment.Deployer
-
Returns the meta data associated with this Deployer
- getMethodName() - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Gets the method name that executed the SQL query.
- getMinorVersion() - Method in interface org.glassfish.api.VersionInfo
-
- getModel() - Method in interface org.glassfish.api.admin.CommandModelProvider
-
- getModel(String, Logger) - Method in interface org.glassfish.api.admin.CommandRunner
-
Returns the command model for a command name for the null scope
- getModel(String, String, Logger) - Method in interface org.glassfish.api.admin.CommandRunner
-
Returns the command model for a command name
- getModelFor(String) - Method in class org.glassfish.api.admin.CommandModel
-
Returns the parameter model for a particular parameter
- getModuleArchiveHandlers() - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Gets the archive handlers for modules
- getModuleMetaData(Class<T>) - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Returns the meta data associated with a module type.
- getModuleMetadata() - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Returns all the metadata associated with this deployment
- getModuleName() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
Returns the moduleName for the current invocation, equivalent to the value
bound to java:module/ModuleName, without the cost of lookup.
- getModuleName() - Method in interface org.glassfish.api.monitoring.ProbeInfo
-
- getModuleName() - Method in interface org.glassfish.api.monitoring.ProbeProviderInfo
-
- getModuleProps() - Method in interface org.glassfish.api.deployment.ApplicationContext
-
Returns the module level properties that will be persisted as a
key value pair at then end of deployment.
- getModulePropsMap() - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Gets the module properties for modules
- getModuleProviderName() - Method in interface org.glassfish.api.monitoring.ProbeInfo
-
- getModuleProviderName() - Method in interface org.glassfish.api.monitoring.ProbeProviderInfo
-
- getModuleType() - Method in interface org.glassfish.api.container.Sniffer
-
Returns the container type associated with this sniffer
- getName() - Method in class org.glassfish.api.admin.CommandModel.ParamModel
-
Returns the command parameter name.
- getName() - Method in interface org.glassfish.api.admin.CommandProgress
-
- getName() - Method in interface org.glassfish.api.admin.config.ApplicationName
-
Name of the configured object
- getName() - Method in interface org.glassfish.api.admin.config.Named
-
Name of the configured object
- getName() - Method in interface org.glassfish.api.admin.Job
-
- getName() - Method in interface org.glassfish.api.admin.Payload.Part
-
Returns the name assigned to the part when it was created.
- getName() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- getName() - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- getName() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
- getName() - Method in interface org.glassfish.api.container.Container
-
Returns a human redeable name for this container, this name is not used for
identifying the container but can be used to display messages belonging to
the container.
- getName() - Method in interface org.glassfish.api.deployment.archive.Archive
-
Returns the name of the archive.
- getName() - Method in interface org.glassfish.api.invocation.ApplicationEnvironment
-
Returns the name of the currently running
application
- getName() - Method in interface org.glassfish.api.naming.JNDIBinding
-
Returns the logical name in the component namespace
- getName() - Method in interface org.glassfish.api.web.TldProvider
-
Gets the name of this TldProvider
- getNestedException() - Method in exception org.glassfish.api.invocation.InvocationException
-
- getNewId() - Method in interface org.glassfish.api.admin.JobManager
-
This method is used to generate a unique id for a managed job
- getNextRotation() - Method in interface org.glassfish.api.naming.NamingClusterInfo
-
- getNonTxConnection() - Method in interface com.sun.appserv.jdbc.DataSource
-
Gets a connection that is not in the scope of any transaction.
- getNonTxConnection(String, String) - Method in interface com.sun.appserv.jdbc.DataSource
-
Gets a connection that is not in the scope of any transaction.
- getOldSecurityContext() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
gets the security context of the call that came in
before a new context for runas is made
- getOne(ParameterMap, String) - Method in interface org.glassfish.api.admin.ParameterBridge
-
Returns the parameter value as expected by the injection code when a dependency
injection annotated field or method (for instance, annotated with @Param
or @Inject) needs to be resolved.
- getOne(ParameterMap, String) - Method in class org.glassfish.api.admin.ParameterBridge.NoMapper
-
- getOrigin() - Method in class org.glassfish.api.deployment.OpsParams
-
- getOriginalSource() - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Gets the original source archive
In case of archive deployment, this will return the archive before
expanding.
- getOutboundPayload() - Method in interface org.glassfish.api.admin.AdminCommandContext
-
Returns a reference to the outbound payload so a command implementation
can populate the payload for return to the admin client.
- getOutboundPayload() - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- getOutboundPayload() - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- getParam() - Method in class org.glassfish.api.admin.CommandModel.ParamModel
-
Returns the command @Param annotation values.
- getParameters() - Method in class org.glassfish.api.admin.CommandModel
-
Returns a collection of parameter model for all the parameters supported
by this command.
- getParameters() - Method in interface org.glassfish.api.admin.Job
-
- getParametersNames() - Method in class org.glassfish.api.admin.CommandModel
-
Returns a collection of parameter names supported by this admininstrative command
- getParamName(Param, AnnotatedElement) - Static method in class org.glassfish.api.admin.CommandModel
-
Get the Param name.
- getParams() - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Gets the parameters of the method that executed the SQL query.
- getParamTypes() - Method in interface org.glassfish.api.monitoring.ProbeInfo
-
- getParamValue(AdminCommand, String) - Static method in class org.glassfish.api.admin.CommandSupport
-
Get parameter value for a command.
- getParamValue(AdminCommand, String, Class<T>) - Static method in class org.glassfish.api.admin.CommandSupport
-
Get parameter value for a command.
- getParentArchive() - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
-
get the parent archive of this archive
- getParentArchive() - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
-
- getParrent() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- getPath() - Method in class org.glassfish.api.deployment.DeployCommandParameters
-
- getPayload() - Method in interface org.glassfish.api.admin.Job
-
- getPhysicalName() - Method in interface org.glassfish.api.naming.DefaultResourceProxy
-
- getPoolName() - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Gets the pool name in which the SQL statement is executed.
- getPreviousContextRoot() - Method in class org.glassfish.api.deployment.DeployCommandParameters
-
- getPreviousInvocation() - Method in interface org.glassfish.api.invocation.InvocationManager
-
Returns the previous Invocation object associated with the current
thread.
- getPreviousInvocation() - Method in class org.glassfish.api.invocation.InvocationManagerImpl
-
return the Inovcation object of the caller
return null if none exist (e.g.
- getProbeName() - Method in interface org.glassfish.api.monitoring.ProbeInfo
-
- getProbeParamNames() - Method in interface org.glassfish.api.monitoring.ProbeInfo
-
- getProbeProviderName() - Method in interface org.glassfish.api.monitoring.ProbeInfo
-
- getProbeProviderName() - Method in interface org.glassfish.api.monitoring.ProbeProviderInfo
-
- getProbesInfo() - Method in interface org.glassfish.api.monitoring.ProbeProviderInfo
-
- getProcessType() - Method in class org.glassfish.api.admin.ProcessEnvironment
-
Determine and return the modes in which the code is behaving,
like application server or application client modes.
- getProgress() - Method in interface org.glassfish.api.admin.ProgressProvider
-
- getProgressAnnotation() - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
-
- getProgressStatus() - Method in interface org.glassfish.api.admin.AdminCommandContext
-
ProgressStatus can be used to inform about step by step progress
of the command.
- getProgressStatus() - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- getProgressStatus() - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- getProgressStatus() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase.ChildProgressStatus
-
- getProgressStatus() - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO.ChildProgressStatusDTO
-
- getProgressStatus() - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
-
- getProperties() - Method in interface org.glassfish.api.admin.Payload.Part
-
Returns the Properties associated with the Part.
- getProperties() - Method in class org.glassfish.api.deployment.UndeployCommandParameters
-
- getProps() - Method in class org.glassfish.api.ActionReport.MessagePart
-
- getProvider(Class<T>) - Method in interface org.glassfish.api.monitoring.DTraceContract
-
- getProvider(ProbeProviderInfo) - Method in interface org.glassfish.api.monitoring.DTraceContract
-
- getProviderClass() - Method in interface org.glassfish.api.monitoring.ProbeProviderInfo
-
- getProviderJavaMethodName() - Method in interface org.glassfish.api.monitoring.ProbeInfo
-
- getReference() - Method in interface org.glassfish.api.admin.config.ReferenceContainer
-
- getRegistryFor(Class) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getRemainingStepCount() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- getRemainingStepCount() - Method in interface org.glassfish.api.admin.ProgressStatus
-
Remaining count of steps to complete this progress.
totalStepCount - currentStepCount - allocated step count
- getResourceHandler() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getResourceList() - Method in interface org.glassfish.api.invocation.ResourceHandler
-
- getResourceTableKey() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getResultType(Class<T>) - Method in class org.glassfish.api.ActionReport
-
Gets a type that was set by the command implementation
- getRetrieve() - Method in class org.glassfish.api.deployment.DeployCommandParameters
-
- getRuntimeAltdd() - Method in class org.glassfish.api.deployment.DeployCommandParameters
-
- getRuntimeType() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
Returns the process type of this instance.
- getScope() - Method in interface org.glassfish.api.admin.Job
-
- getScratchDir(String) - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Returns a scratch directory that can be used to store things in.
- getSource() - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Application bits, at the raw level.
- getSourceDir() - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Returns the directory where the original applications bits should be
stored.
- getSourceId() - Method in class org.glassfish.api.admin.progress.ProgressStatusEvent
-
- getSourceId() - Method in interface org.glassfish.api.admin.progress.ProgressStatusMessage
-
- getSSHSettings() - Method in exception org.glassfish.api.admin.SSHCommandExecutionException
-
- getStartTime() - Method in interface org.glassfish.api.admin.CommandProgress
-
Timestamp of command creation
- getStartupContext() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
return the startup context used to initialize this runtime
- getState() - Method in interface org.glassfish.api.admin.AdminCommandState
-
- getState() - Method in class org.glassfish.api.admin.InstanceState
-
- getStatus() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
Gets the server status
- getSteps() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventProgress
-
- getSubActionsReport() - Method in class org.glassfish.api.ActionReport
-
- getSubArchive(String) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
-
Returns an instance of this archive abstraction for an embedded
archive within this archive.
- getSubArchive(String) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
-
- getSubject() - Method in interface org.glassfish.api.admin.AdminCommandContext
-
Returns the Subject associated with this command context.
- getSubject() - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- getSubject() - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- getSubjectUsernames() - Method in interface org.glassfish.api.admin.Job
-
- getThreadID() - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Gets the thread ID from which the SQL statement originated.
- getThreadName() - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Gets the thread Name from which the SQL statement originated.
- getTimeOfAcquisition() - Method in exception org.glassfish.api.admin.AdminCommandLockException
-
- getTimeOfAcquisition() - Method in exception org.glassfish.api.admin.AdminCommandLockTimeoutException
-
- getTimeStamp() - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Gets the time of execution of query.
- getTldListenerMap() - Method in interface org.glassfish.api.web.TldProvider
-
Gets a mapping from JAR files to their TLD resources
that are known to contain listener declarations
- getTldMap() - Method in interface org.glassfish.api.web.TldProvider
-
Gets a mapping from JAR files to their TLD resources.
- getTopMessagePart() - Method in class org.glassfish.api.ActionReport
-
- getTotalStepCount() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- getTotalStepCount() - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- getTotalStepCount() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventSet
-
- getTotalStepCount() - Method in interface org.glassfish.api.admin.ProgressStatus
-
Total step count.
- getTotalSteps() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
- getTransaction() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getTransactionOperationsManager() - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- getTransientAppMetaData(String, Class<T>) - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Returns the meta data for the given key
- getTransientAppMetadata() - Method in interface org.glassfish.api.deployment.DeploymentContext
-
Returns all the transient app metadata associated with this deployment
- getTrustStore() - Method in interface org.glassfish.api.admin.ServerEnvironment
-
The truststore used by the server.
- getType() - Method in class org.glassfish.api.admin.CommandModel.ParamModel
-
Returns the parameter type.
- getType() - Method in class org.glassfish.api.deployment.DeployCommandParameters
-
- getUnwrappedCommand() - Method in class org.glassfish.api.admin.WrappedAdminCommand
-
Get root of wrapped command.
- getURI() - Method in interface org.glassfish.api.deployment.archive.Archive
-
Returns the path used to create or open the underlying archive
- getURLPatterns() - Method in interface org.glassfish.api.container.Sniffer
-
Returns the array of patterns to apply against the request URL
If the pattern matches the URL, the service method of the associated
container will be invoked
- getUsageText() - Method in class org.glassfish.api.admin.CommandModel
-
Returns a localized usage text for this command or null if the usage
text should be generated from this model.
- getUtils() - Method in interface org.glassfish.api.admin.AdminCommandEventBroker
-
Pack of utility methods related to this instance of event broker.
- getValue() - Method in interface org.glassfish.api.naming.JNDIBinding
-
Returns the value to be bound against the logical name
- getVersionIdentifier(ReadableArchive) - Method in interface org.glassfish.api.deployment.archive.ArchiveHandler
-
Returns the version identifier by which the specified archive can be
deployed.
- getVersionPrefix() - Method in interface org.glassfish.api.VersionInfo
-
- getVirtualServers() - Method in interface org.glassfish.api.container.Adapter
-
Returns the virtual servers supported by this adapter
- getVirtualServers() - Method in class org.glassfish.api.deployment.DeployCommandParameters
-
- getWrappedCommand() - Method in class org.glassfish.api.admin.WrappedAdminCommand
-
Original command that was wrapped.
- GLASSFISH_REQUIRE_REPOSITORY - Static variable in class org.glassfish.api.ManifestConstants
-
Adds a directory as an additional OSGi repository.
- GLASSFISH_REQUIRE_SERVICES - Static variable in class org.glassfish.api.ManifestConstants
-
Hooks up a module class loader to all implementation of the comma separated
list of contracts.
- GlassfishNamingManager - Interface in org.glassfish.api.naming
-
The NamingManager provides an interface for various components to use naming
functionality.
- Param - Annotation Type in org.glassfish.api
-
Param is a parameter to a command.
- ParamDefaultCalculator - Class in org.glassfish.api
-
Interface for defining dynamic command parameter defaults.
- ParamDefaultCalculator() - Constructor for class org.glassfish.api.ParamDefaultCalculator
-
- ParameterBridge - Interface in org.glassfish.api.admin
-
A parameter mapper acts as a bridge between supplied parameters (by the
user on the command line for instance) and expected parameters by a
action.
- ParameterBridge.NoMapper - Class in org.glassfish.api.admin
-
Provided mapper that does not change parameters names or values from the input set.
- ParameterMap - Class in org.glassfish.api.admin
-
A map from parameter name to a list of parameter values.
- ParameterMap() - Constructor for class org.glassfish.api.admin.ParameterMap
-
Creates an empty ParameterMap.
- ParameterMap(ParameterMap) - Constructor for class org.glassfish.api.admin.ParameterMap
-
Copy constructor.
- ParameterNames() - Constructor for class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
-
- parameters(CommandParameters) - Method in interface org.glassfish.api.admin.CommandRunner.CommandInvocation
-
Sets the command parameters as a typed inteface
- parameters(ParameterMap) - Method in interface org.glassfish.api.admin.CommandRunner.CommandInvocation
-
Sets the command parameters as a ParameterMap.
- ParamModel() - Constructor for class org.glassfish.api.admin.CommandModel.ParamModel
-
- parent() - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Returns the parent config bean to which a child was to be added.
- parent - Variable in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- parseContainerConfig(ServiceLocator, URL, Class<T>) - Method in interface org.glassfish.api.admin.config.ConfigParser
-
Parse a Container's configuration defined by it's XML template pointed by configuration URL.
- parts() - Method in interface org.glassfish.api.admin.Payload.Inbound
-
Returns the parts from the inbound payload.
- parts() - Method in interface org.glassfish.api.admin.Payload.Outbound
-
Returns the parts from the outbound payload.
- PasswordAliasResolver - Interface in org.glassfish.api.admin
-
Resolves password alias expressions of the form ${ALIAS=aliasName} using
an internal password alias store while also accepting passwords themselves
which are not translated.
- PasswordAliasStore - Interface in org.glassfish.api.admin
-
Represents a fully-functional password alias store.
- path - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- Payload - Interface in org.glassfish.api.admin
-
Interface for admin command payloads--data carried
in the http request and response which flow between the admin client and the server.
- Payload.Inbound - Interface in org.glassfish.api.admin
-
Public API for inbound payloads.
- Payload.Outbound - Interface in org.glassfish.api.admin
-
Public API for outbound Payloads.
- Payload.Part - Interface in org.glassfish.api.admin
-
Public API for the payload Part.
- PAYLOAD_HEADER_NAME - Static variable in interface org.glassfish.api.admin.Payload
-
- peekAppEnvironment() - Method in interface org.glassfish.api.invocation.InvocationManager
-
Gets the current application environment on the current thread
- peekAppEnvironment() - Method in class org.glassfish.api.invocation.InvocationManagerImpl
-
- persist(Object) - Method in interface org.glassfish.api.admin.progress.JobPersistence
-
- popAppEnvironment() - Method in interface org.glassfish.api.invocation.InvocationManager
-
To be called by the infrastructure to indicate that some user code
not associated with any Java EE specification is finished being called.
- popAppEnvironment() - Method in class org.glassfish.api.invocation.InvocationManagerImpl
-
- postInvoke(T) - Method in interface org.glassfish.api.invocation.InvocationManager
-
To be called by a Container to indicate that the Container has
just completed the invocation of a method on a component.
- postInvoke(T) - Method in class org.glassfish.api.invocation.InvocationManagerImpl
-
- preAuthorization(AdminCommandContext) - Method in interface org.glassfish.api.admin.AdminCommandSecurity.Preauthorization
-
- PRECOMPILE_JSP - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
-
- precompilejsp - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- preInvoke(T) - Method in interface org.glassfish.api.invocation.InvocationManager
-
To be called by a Container to indicate that the Container is
about to invoke a method on a component.
- preInvoke(T) - Method in class org.glassfish.api.invocation.InvocationManagerImpl
-
- prepare(DeploymentContext) - Method in interface org.glassfish.api.deployment.Deployer
-
Prepares the application bits for running in the application server.
- PREPARE_SHUTDOWN - Static variable in class org.glassfish.api.event.EventTypes
-
- PREPARE_SHUTDOWN_NAME - Static variable in class org.glassfish.api.event.EventTypes
-
- preprocess(String, byte[]) - Method in interface org.glassfish.api.BytecodePreprocessor
-
This function profiler-enables the given class.
- previousContextRoot - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- ProbeInfo - Interface in org.glassfish.api.monitoring
-
The bare minimum info contained in a FlashlightProbe that a value-add module needs
The names look weird because they match pre-existing methods.
- ProbeProviderInfo - Interface in org.glassfish.api.monitoring
-
This information needs to be shared by more than one module.
- ProcessEnvironment - Class in org.glassfish.api.admin
-
Process environment allow access to information related to the execution or process.
- ProcessEnvironment() - Constructor for class org.glassfish.api.admin.ProcessEnvironment
-
Default initialization is unkown process environment
- ProcessEnvironment(ProcessEnvironment.ProcessType) - Constructor for class org.glassfish.api.admin.ProcessEnvironment
-
Creates a process environemnt for the inten
- ProcessEnvironment.ProcessType - Enum in org.glassfish.api.admin
-
Enumeration of the supported process types
Server is the application server
ACC is the application client
Other is a standalone java.
- Progress - Annotation Type in org.glassfish.api.admin
-
ProgressStatus of a command.
- progress(int, String, boolean) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- progress(int, String) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- progress(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- progress(String) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- progress(int, String) - Method in class org.glassfish.api.admin.progress.ProgressStatusMirroringImpl
-
- progress(int, String, boolean) - Method in interface org.glassfish.api.admin.ProgressStatus
-
Indicates progress occurred.
- progress(int, String) - Method in interface org.glassfish.api.admin.ProgressStatus
-
Indicates progress occurred.
- progress(int) - Method in interface org.glassfish.api.admin.ProgressStatus
-
Indicate progress occurred.
- progress(String) - Method in interface org.glassfish.api.admin.ProgressStatus
-
Indicate progress occurred.
- ProgressProvider - Interface in org.glassfish.api.admin
-
Interface denoting administrative commands that provide their
Progress annotation.
- ProgressProvider.Utils - Class in org.glassfish.api.admin
-
- ProgressStatus - Interface in org.glassfish.api.admin
-
API for providing information about work progress in
AdminCommand
implementations.
- ProgressStatusBase - Class in org.glassfish.api.admin.progress
-
Basic abstract implementation of ProgressStatus.
- ProgressStatusBase(ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusBase
-
Construct unnamed ProgressStatus
- ProgressStatusBase(String, ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusBase
-
Construct named ProgressStatus.
- ProgressStatusBase(String, int, ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusBase
-
Construct named ProgressStatus with defined expected count
of steps.
- ProgressStatusBase.ChildProgressStatus - Class in org.glassfish.api.admin.progress
-
- progressStatusChild(ProgressStatus) - Method in interface org.glassfish.api.admin.CommandRunner.CommandInvocation
-
Register child of ProgressStatus.
- ProgressStatusDTO - Class in org.glassfish.api.admin.progress
-
- ProgressStatusDTO() - Constructor for class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- ProgressStatusDTO.ChildProgressStatusDTO - Class in org.glassfish.api.admin.progress
-
- ProgressStatusEvent - Class in org.glassfish.api.admin.progress
-
ProgressStatus is changed
- ProgressStatusEvent(String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEvent
-
- ProgressStatusEventComplete - Class in org.glassfish.api.admin.progress
-
Progress method was called.
- ProgressStatusEventComplete(String, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventComplete
-
- ProgressStatusEventComplete(String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventComplete
-
- ProgressStatusEventCreateChild - Class in org.glassfish.api.admin.progress
-
Progress method was called.
- ProgressStatusEventCreateChild(String, String, String, int, int) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
- ProgressStatusEventCreateChild(String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
- ProgressStatusEventProgress - Class in org.glassfish.api.admin.progress
-
Progress method was called.
- ProgressStatusEventProgress(String, int, String, boolean) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventProgress
-
- ProgressStatusEventProgress(String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventProgress
-
- ProgressStatusEventSet - Class in org.glassfish.api.admin.progress
-
Change some value in ProgressStatus using set method.
- ProgressStatusEventSet(String, Integer, Integer) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventSet
-
- ProgressStatusEventSet(String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventSet
-
- ProgressStatusImpl - Class in org.glassfish.api.admin.progress
-
ProgressStatus implementation suggested for AdminCommand
implementation.
- ProgressStatusImpl() - Constructor for class org.glassfish.api.admin.progress.ProgressStatusImpl
-
Constructor for instancing dummy (without propagation) instance.
- ProgressStatusImpl(ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusImpl
-
Construct unnamed ProgressStatusImpl
- ProgressStatusImpl(String, ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusImpl
-
Construct named ProgressStatusImpl.
- ProgressStatusImpl(String, int, ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusImpl
-
Construct named ProgressStatusImpl with defined expected count
of steps.
- ProgressStatusMessage - Interface in org.glassfish.api.admin.progress
-
- ProgressStatusMirroringImpl - Class in org.glassfish.api.admin.progress
-
This implementation is used for modeling of command execution with
supplemental commands.
- ProgressStatusMirroringImpl(String, ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusMirroringImpl
-
- properties - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- properties - Variable in class org.glassfish.api.deployment.UndeployCommandParameters
-
- PropertiesDesc - Annotation Type in org.glassfish.api.admin.config
-
Annotation that holds an array of
PropertyDesc for properties eg
org.jvnet.hk2.config.types.Property.
- property - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- PropertyDesc - Annotation Type in org.glassfish.api.admin.config
-
Describes properties or system properties that might exist as sub-elements.
- provide(String, int) - Static method in class org.glassfish.api.admin.ProgressProvider.Utils
-
- provides() - Method in class org.glassfish.api.deployment.MetaData
-
Returns the list of types of metadata this deployer will provide to the deployement
context upon the successful completion of the prepare method.
- publishCosNamingObject(String, Object, boolean) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
-
Publish a CosNaming object.
- publishObject(String, Object, boolean) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
-
Publish an object in the naming service.
- publishObject(Name, Object, boolean) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
-
Publish an object in the naming service.
- purgeCompletedJobForId(String) - Method in interface org.glassfish.api.admin.JobManager
-
This is used to purge a completed job whose id is provided
- purgeJob(String) - Method in interface org.glassfish.api.admin.JobManager
-
This will purge the job associated with the id from the registry
- pushAppEnvironment(ApplicationEnvironment) - Method in interface org.glassfish.api.invocation.InvocationManager
-
To be called by the infrastructure to indicate that some user code
not associated with any Java EE specification may be called.
- pushAppEnvironment(ApplicationEnvironment) - Method in class org.glassfish.api.invocation.InvocationManagerImpl
-
- put(String, char[]) - Method in interface org.glassfish.api.admin.PasswordAliasStore
-
Insert a new alias with the specified password, or assigns a new
password to an existing alias.
- putAll(PasswordAliasStore) - Method in interface org.glassfish.api.admin.PasswordAliasStore
-
Adds all alias/password pairs from the specified store to this store.
- putAll(Map<String, char[]>) - Method in interface org.glassfish.api.admin.PasswordAliasStore
-
Adds a group of alias/password pairs in a single operation.
- putNextEntry(String) - Method in interface org.glassfish.api.deployment.archive.WritableArchive
-
Create a new entry in the archive
- SelfAuthorizer - Interface in org.glassfish.api.admin
-
Represents the ability (and responsibility) of an AdminCommand implementation
to provide its own authorization logic, instead of relying on the command
framework and the AccessRequired annotation to do so.
- send(EventListener.Event) - Method in interface org.glassfish.api.event.Events
-
Sends a event asynchronously
- send(EventListener.Event, boolean) - Method in interface org.glassfish.api.event.Events
-
Sends a event to all listener synchronously or asynchronously.
- sendMessage(String) - Method in interface org.glassfish.api.admin.AdminCommandEventBroker.EventBrokerUtils
-
- SERVER_READY - Static variable in class org.glassfish.api.event.EventTypes
-
- SERVER_READY_NAME - Static variable in class org.glassfish.api.event.EventTypes
-
- SERVER_SHUTDOWN - Static variable in class org.glassfish.api.event.EventTypes
-
- SERVER_SHUTDOWN_NAME - Static variable in class org.glassfish.api.event.EventTypes
-
- SERVER_STARTUP - Static variable in class org.glassfish.api.event.EventTypes
-
- SERVER_STARTUP_NAME - Static variable in class org.glassfish.api.event.EventTypes
-
- ServerEnvironment - Interface in org.glassfish.api.admin
-
Allow access to the environment under which GlassFish operates.
- ServerEnvironment.Status - Enum in org.glassfish.api.admin
-
- ServerLifecycleException - Exception in com.sun.appserv.server
-
Exception thrown by application server lifecycle modules and subsystems.
- ServerLifecycleException() - Constructor for exception com.sun.appserv.server.ServerLifecycleException
-
Construct a new LifecycleException with no other information.
- ServerLifecycleException(String) - Constructor for exception com.sun.appserv.server.ServerLifecycleException
-
Construct a new LifecycleException for the specified message.
- ServerLifecycleException(Throwable) - Constructor for exception com.sun.appserv.server.ServerLifecycleException
-
Construct a new LifecycleException for the specified throwable.
- ServerLifecycleException(String, Throwable) - Constructor for exception com.sun.appserv.server.ServerLifecycleException
-
Construct a new LifecycleException for the specified message
and throwable.
- setActionDescription(String) - Method in class org.glassfish.api.ActionReport
-
- setActionExitCode(ActionReport.ExitCode) - Method in class org.glassfish.api.ActionReport
-
- setActionReport(ActionReport) - Method in interface org.glassfish.api.admin.AdminCommandContext
-
Change the Reporter for this action
- setActionReport(ActionReport) - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- setActionReport(ActionReport) - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- setAllocatedSteps(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
- setAuth(boolean) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- setChildId(String) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
- setChildrenType(String) - Method in class org.glassfish.api.ActionReport.MessagePart
-
- setClassName(String) - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Sets the class name of the SQL query expressed as a String.
- setClusterInstanceInfo(Hashtable<?, ?>, String, String, boolean) - Method in interface org.glassfish.api.naming.NamingClusterInfo
-
- setCommandProgress(CommandProgress) - Method in interface org.glassfish.api.admin.Job
-
- setCommandRun(String) - Method in exception org.glassfish.api.admin.SSHCommandExecutionException
-
- setCompleted(boolean) - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- setComponentInvocationType(ComponentInvocation.ComponentInvocationType) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- setContentType(String) - Method in class org.glassfish.api.ActionReport
-
- setContextRoot(String) - Method in class org.glassfish.api.deployment.DeployCommandParameters
-
- setCurrentStepCount(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- setCurrentStepCount(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- setCurrentStepCount(Integer) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventSet
-
- setCurrentStepCount(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusMirroringImpl
-
- setCurrentStepCount(int) - Method in interface org.glassfish.api.admin.ProgressStatus
-
This allows the current step count to be changed to a specific value,
for example when an error occurs and the command must repeat a set
of operations.
This will likely result in the overall completion percentage jumping
when the next progress() message is generated.
- setDefaultHost(String) - Method in interface org.glassfish.api.naming.ClientNamingConfigurator
-
- setDefaultPort(String) - Method in interface org.glassfish.api.naming.ClientNamingConfigurator
-
- setDomainType(String) - Method in class org.glassfish.api.admin.config.DomainContext
-
- setDTraceInstrumented(boolean) - Method in interface org.glassfish.api.monitoring.ProbeProviderInfo
-
- setEventBroker(AdminCommandEventBroker) - Method in interface org.glassfish.api.admin.CommandProgress
-
- setExtracted(File) - Method in interface org.glassfish.api.admin.Payload.Part
-
Extractor of content can note where the content was extracted.
- setExtraData(Class<U>, U) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
-
- setExtraData(Class<U>, U) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
-
- setExtraProperties(Properties) - Method in class org.glassfish.api.ActionReport
-
- setFailToRetryable(boolean) - Method in interface org.glassfish.api.admin.Job
-
Job will be considered as retryable after fail.
- setFailureCause(Throwable) - Method in class org.glassfish.api.ActionReport
-
- setId(String) - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- setInboundPayload(Payload.Inbound) - Method in interface org.glassfish.api.admin.AdminCommandContext
-
Changes the inbound payload for this action.
- setInboundPayload(Payload.Inbound) - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- setInboundPayload(Payload.Inbound) - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- setInstanceCommand(InstanceCommand) - Method in class org.glassfish.api.admin.InstanceCommandResult
-
- setInstanceName(String) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- setJNDIEnvironment(Object) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- setJobInfoList(List<JobInfo>) - Method in class org.glassfish.api.admin.progress.JobInfos
-
- setJobsFile(File) - Method in interface org.glassfish.api.admin.Job
-
- setJobsFile(File) - Method in class org.glassfish.api.admin.progress.JobInfo
-
- setLevel(String) - Method in interface org.glassfish.api.monitoring.ContainerMonitoring
-
Set the level of this monitoring module
- setLogger(Logger) - Method in class org.glassfish.api.admin.config.DomainContext
-
- setMessage(String) - Method in class org.glassfish.api.ActionReport.MessagePart
-
- setMessage(String) - Method in class org.glassfish.api.ActionReport
-
- setMessage(InputStream) - Method in class org.glassfish.api.ActionReport
-
- setMessage(String) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventComplete
-
- setMessage(String) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventProgress
-
- setMethodName(String) - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Sets the method name that executes the SQL query.
- setName(String) - Method in interface org.glassfish.api.admin.config.ApplicationName
-
- setName(String) - Method in interface org.glassfish.api.admin.config.Named
-
- setName(String) - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- setName(String) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
- setOldSecurityContext(Object) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
Sets the security context of the call coming in
- setOutboundPayload(Payload.Outbound) - Method in interface org.glassfish.api.admin.AdminCommandContext
-
Changes the outbound payload for this action.
- setOutboundPayload(Payload.Outbound) - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- setOutboundPayload(Payload.Outbound) - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- setParams(Object[]) - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Sets the parameters of the method that executed the SQL query.
- setParentArchive(ReadableArchive) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
-
set the parent archive for this archive
- setParentArchive(ReadableArchive) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
-
- setPoolName(String) - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Sets the poolName in which the SQL statement is executed.
- setPreInvokeDone(boolean) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- setProgressStatus(ProgressStatus) - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
-
- setRegistered(boolean) - Method in interface org.glassfish.api.container.Adapter
-
Marks this adapter as having been registered or unregistered as a
network endpoint
- setRegistryFor(Class, Object) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
Associate given registry with given key for this invocation
- setResourceHandler(ResourceHandler) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- setResourceTableKey(Object) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- setResultType(Class<T>, T) - Method in class org.glassfish.api.ActionReport
-
Stores the supplies type and its instance.
- setSpinner(boolean) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventProgress
-
- setSSHSettings(String) - Method in exception org.glassfish.api.admin.SSHCommandExecutionException
-
- setState(InstanceState.StateType) - Method in class org.glassfish.api.admin.InstanceState
-
- setSteps(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventProgress
-
- setSubject(Subject) - Method in interface org.glassfish.api.admin.AdminCommandContext
-
Sets the Subject to be associated with this command context.
- setSubject(Subject) - Method in class org.glassfish.api.admin.AdminCommandContextForInstance
-
- setSubject(Subject) - Method in class org.glassfish.api.admin.AdminCommandContextImpl
-
- setSuccessful(boolean) - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
-
Invoked by secure admin to record the result of performing the
access check; command developers should not typically use this
method themselves.
- setThreadID(long) - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Sets the thread ID from which the SQL statement originated.
- setThreadName(String) - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Sets the thread Name from which the SQL statement originated.
- setTimeStamp(long) - Method in class org.glassfish.api.jdbc.SQLTraceRecord
-
Sets the time of execution of query.
- setTotalStepCount(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
-
- setTotalStepCount(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
-
- setTotalStepCount(Integer) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventSet
-
- setTotalStepCount(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusMirroringImpl
-
- setTotalStepCount(int) - Method in interface org.glassfish.api.admin.ProgressStatus
-
Number of steps necessary to complete the operation.
- setTotalSteps(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
- setTransaction(Object) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- setTransactionCompeting(boolean) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- setTransactionOperationsManager(Object) - Method in class org.glassfish.api.invocation.ComponentInvocation
-
- setup(String, Logger) - Method in interface org.glassfish.api.container.Sniffer
-
Sets up the container libraries so that any imported bundle from the
connector jar file will now be known to the module subsystem
This method returns a HK2Modules for the module containing
the core implementation of the container.
- SHUTDOWN_EVENT - Static variable in class com.sun.appserv.server.LifecycleEvent
-
Server is shutting down applications
- size() - Method in interface org.glassfish.api.admin.PasswordAliasStore
-
Reports the number of aliases present in the store.
- size() - Method in interface org.glassfish.api.admin.Payload.Outbound
-
Count of attached parts
- Sniffer - Interface in org.glassfish.api.container
-
A sniffer implementation is responsible for identifying a particular
application type and/or a particular file type.
- sqlTrace(SQLTraceRecord) - Method in interface org.glassfish.api.jdbc.SQLTraceListener
-
Notify listeners with SQL trace information.
- SQLTraceListener - Interface in org.glassfish.api.jdbc
-
This interface can be implemented to provide a mechanism to trace the SQL trace
record objects.
- SQLTraceRecord - Class in org.glassfish.api.jdbc
-
Information related to SQL operations executed by the applications are
stored in this object.
- SQLTraceRecord() - Constructor for class org.glassfish.api.jdbc.SQLTraceRecord
-
- SSHCommandExecutionException - Exception in org.glassfish.api.admin
-
Created by IntelliJ IDEA.
- SSHCommandExecutionException() - Constructor for exception org.glassfish.api.admin.SSHCommandExecutionException
-
Creates a new SSHCommandExecutionException without
detail message.
- SSHCommandExecutionException(String) - Constructor for exception org.glassfish.api.admin.SSHCommandExecutionException
-
Constructs a SSHCommandExecutionException with the specified
detail message.
- SSHCommandExecutionException(Throwable) - Constructor for exception org.glassfish.api.admin.SSHCommandExecutionException
-
Constructs a new SSHCommandExecutionException exception with
the specified cause.
- SSHCommandExecutionException(String, Throwable) - Constructor for exception org.glassfish.api.admin.SSHCommandExecutionException
-
Constructs a new SSHCommandExecutionException exception with
the specified detailed message and cause.
- start(ApplicationContext) - Method in interface org.glassfish.api.deployment.ApplicationContainer
-
Starts an application container.
- Startup - Interface in org.glassfish.api
-
- Startup.Lifecycle - Enum in org.glassfish.api
-
Deprecated.
A startup service may be useful during the lifetime of the application
server, while others need to process a task and stop running at the
end of the server startup.
- STARTUP_EVENT - Static variable in class com.sun.appserv.server.LifecycleEvent
-
Server is starting up applications
- StartupRunLevel - Annotation Type in org.glassfish.api
-
The meta annotation representing the Startup RunLevel.
- state - Variable in class org.glassfish.api.admin.progress.JobInfo
-
- StateCommandParameters - Class in org.glassfish.api.deployment
-
parameters passed to commands changing the state of a deployed application
- StateCommandParameters() - Constructor for class org.glassfish.api.deployment.StateCommandParameters
-
- stop(ApplicationContext) - Method in interface org.glassfish.api.deployment.ApplicationContainer
-
Stop the application container
- Supplemental - Annotation Type in org.glassfish.api.admin
-
Annotation to define a supplemental command
A supplemental command runs when a main command implementation is ran, it can be
used to attach behaviours to existing commands without modifying the original
implementation.
- Supplemental.Timing - Enum in org.glassfish.api.admin
-
enumeration of when a supplemental command can be invoked with regards to the supplemented
command execution.
- SupplementalCommandExecutor - Interface in org.glassfish.api.admin
-
An executor responsible for executing supplemental commands registered for a main command
- SupplementalCommandExecutor.SupplementalCommand - Interface in org.glassfish.api.admin
-
- supportsArchiveType(ArchiveType) - Method in interface org.glassfish.api.container.Sniffer
-
This API is used to help determine if the sniffer should recognize
the current archive.
- suspend() - Method in interface org.glassfish.api.deployment.ApplicationContainer
-
Suspends this application container.
- suspendCommands(long, String) - Method in class org.glassfish.api.admin.AdminCommandLock
-
Lock the DAS from accepting any commands annotated with a SHARED
or EXCLUSIVE CommandLock.
- suspendCommands(long, String, String) - Method in class org.glassfish.api.admin.AdminCommandLock
-
Lock the DAS from accepting any commands annotated with a SHARED
or EXCLUSIVE CommandLock.
- VAL - Static variable in annotation type org.glassfish.api.StartupRunLevel
-
- validateCommandModelETag(AdminCommand, String) - Method in interface org.glassfish.api.admin.CommandRunner
-
Checks if given command model eTag is equal to current command model eTag
- validateCommandModelETag(CommandModel, String) - Method in interface org.glassfish.api.admin.CommandRunner
-
Checks if given command model eTag is equal to current command model eTag
- valueOf(String) - Static method in enum org.glassfish.api.ActionReport.ExitCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.admin.AdminCommandLock.SuspendStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.admin.AdminCommandState.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.admin.CommandLock.LockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.admin.FailurePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.admin.InstanceState.StateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.admin.ProcessEnvironment.ProcessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.admin.RestEndpoint.OpType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.admin.RestRedirect.OpType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.admin.RuntimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.admin.ServerEnvironment.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.admin.Supplemental.Timing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.deployment.OpsParams.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.deployment.OpsParams.Origin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.api.Startup.Lifecycle
-
Deprecated.
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.glassfish.api.ActionReport.ExitCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.admin.AdminCommandLock.SuspendStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.admin.AdminCommandState.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.admin.CommandLock.LockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.admin.FailurePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.admin.InstanceState.StateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.admin.ProcessEnvironment.ProcessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.admin.RestEndpoint.OpType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.admin.RestRedirect.OpType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.admin.RuntimeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.admin.ServerEnvironment.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.admin.Supplemental.Timing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.deployment.OpsParams.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.deployment.OpsParams.Origin
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.api.Startup.Lifecycle
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-
- VersionInfo - Interface in org.glassfish.api
-
Service interface to define the version info for an installed product.
- VIRTUAL_SERVERS - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
-
- VirtualizationEnv - Interface in org.glassfish.api.virtualization
-
Provides environment settings for the virtualization/PAAS features.
- virtualservers - Variable in class org.glassfish.api.deployment.DeployCommandParameters
-