Index

A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

Absolutized - Annotation Interface in org.glassfish.api
Used in conjunction with File or String that represents a file to indicate that the path is absolutized.
ACC - Enum constant in enum class org.glassfish.api.admin.ProcessEnvironment.ProcessType
 
accept(ReadableArchive, String) - Method in interface org.glassfish.api.deployment.archive.CompositeHandler
 
acceptableValues() - Element in annotation interface org.glassfish.api.Param
Returns a list of comma separated acceptable values for this parameter.
AccessCheck(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(String, String, String) - Constructor for class org.glassfish.api.admin.AccessRequired.AccessCheck
Creates a new AccessCheck.
AccessCheck(String, String, 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, boolean) - 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)
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, 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(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).
AccessRequired - Annotation Interface 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 Interface in org.glassfish.api.admin
 
AccessRequired.List - Annotation Interface in org.glassfish.api.admin
Declares multiple class-level @AccessRequired authorization steps, typically each identifying different resources and/or different actions
AccessRequired.NewChild - Annotation Interface 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 Interface in org.glassfish.api.admin
Declares multiple authorization checks for creating the same single new ConfigBean.
AccessRequired.To - Annotation Interface 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.
action() - Element in annotation interface org.glassfish.api.admin.AccessRequired
One or more actions to authorize against the named resource.
action() - Element in annotation interface org.glassfish.api.admin.AccessRequired.NewChild
Action(s) to be authorized, defaulted to "create."
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 Class 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(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.
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(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.
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 Class 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, Throwable) - Constructor for exception org.glassfish.api.admin.AdminCommandLockException
 
AdminCommandLockException(String, Date, String) - 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, Throwable) - Constructor for exception org.glassfish.api.admin.AdminCommandLockTimeoutException
 
AdminCommandLockTimeoutException(String, Date, String) - 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 Class in org.glassfish.api.admin
 
After - Enum constant in enum class org.glassfish.api.admin.Supplemental.Timing
 
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.
AfterReplication - Enum constant in enum class org.glassfish.api.admin.Supplemental.Timing
 
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.
alias() - Element in annotation interface org.glassfish.api.Param
Returns an alias for the option.
ALL - Enum constant in enum class org.glassfish.api.admin.RuntimeType
All instances in the domain
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.
APP_CLIENT_INVOCATION - Enum constant in enum class org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
 
appendMessage(String) - Method in class org.glassfish.api.ActionReport
 
appendMessage(String) - Method in class org.glassfish.api.ActionReport.MessagePart
 
ApplicationContainer<D> - 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
A 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 class 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.
ARCHIVE_EXTENSION - Static variable in class org.glassfish.api.deployment.archive.CarArchiveType
 
ARCHIVE_EXTENSION - Static variable in class org.glassfish.api.deployment.archive.EarArchiveType
 
ARCHIVE_EXTENSION - Static variable in class org.glassfish.api.deployment.archive.EjbArchiveType
 
ARCHIVE_EXTENSION - Static variable in class org.glassfish.api.deployment.archive.RarArchiveType
 
ARCHIVE_EXTENSION - Static variable in class org.glassfish.api.deployment.archive.ScatteredWarArchiveType
 
ARCHIVE_EXTENSION - Static variable in class org.glassfish.api.deployment.archive.WarArchiveType
 
ARCHIVE_TYPE - Static variable in class org.glassfish.api.deployment.archive.CarArchiveType
 
ARCHIVE_TYPE - Static variable in class org.glassfish.api.deployment.archive.EarArchiveType
 
ARCHIVE_TYPE - Static variable in class org.glassfish.api.deployment.archive.EjbArchiveType
 
ARCHIVE_TYPE - Static variable in class org.glassfish.api.deployment.archive.RarArchiveType
 
ARCHIVE_TYPE - Static variable in class org.glassfish.api.deployment.archive.ScatteredWarArchiveType
 
ARCHIVE_TYPE - Static variable in class org.glassfish.api.deployment.archive.WarArchiveType
 
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) - Constructor for class org.glassfish.api.deployment.archive.ArchiveType
Same as calling ArchiveType(String, String) with an empty string as extension.
ArchiveType(String, String) - Constructor for class org.glassfish.api.deployment.archive.ArchiveType
 
Async - Annotation Interface 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
 

B

Before - Enum constant in enum class org.glassfish.api.admin.Supplemental.Timing
 
beforePostInvoke(ComponentInvocation.ComponentInvocationType, ComponentInvocation, ComponentInvocation) - Method in interface org.glassfish.api.invocation.ComponentInvocationHandler
Called before the curInv has been popped from the invocation stack.
beforePreInvoke(ComponentInvocation.ComponentInvocationType, ComponentInvocation, ComponentInvocation) - Method in interface org.glassfish.api.invocation.ComponentInvocationHandler
Called before the curInv is pushed into the invocation stack.
bindToAppNamespace(String, Collection<? extends JNDIBinding>) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Binds the bindings to module namespace of an application
Typically, to get access to application's namespace, invocation context must be set to appropriate application's context.
This API is useful in cases where containers within GlassFish need to bind the objects in application's name-space and do not have application's invocation context
bindToComponentNamespace(String, String, String, boolean, Collection<? extends JNDIBinding>) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
This method enumerates the env properties, ejb and resource references etc for a JEE component and binds them in the applicable java: namespace.
bindToModuleNamespace(String, String, Collection<? extends JNDIBinding>) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Binds the bindings to module namespace of an application
Typically, to get access to application's module namespace, invocation context must be set to appropriate application's context.
This API is useful in cases where containers within GlassFish need to bind the objects in application's module name-space and do not have application's invocation context
bridge() - Element in annotation interface org.glassfish.api.admin.Supplemental
 
BrokerListenerRegEvent(AdminCommandEventBroker, AdminCommandEventBroker.AdminCommandListener) - Constructor for class org.glassfish.api.admin.AdminCommandEventBroker.BrokerListenerRegEvent
 
BytecodePreprocessor - Interface in org.glassfish.api
Third party tool vendors may implement this interface to provide code instrumentation to the application server.

C

CAR_ARCHIVE - Static variable in class org.glassfish.api.deployment.archive.CarArchiveType
 
CarArchiveType - Class in org.glassfish.api.deployment.archive
Application Client Connector
CarArchiveType() - Constructor for class org.glassfish.api.deployment.archive.CarArchiveType
 
cascade - Variable in class org.glassfish.api.deployment.UndeployCommandParameters
 
changed(File) - Method in interface org.glassfish.api.admin.FileMonitoring.FileChangeListener
 
changePrefix(String) - Method in class org.glassfish.api.naming.SimpleJndiName
Changes the simple JNDI name prefix.
checkpoint(AdminCommandContext, Serializable) - Method in interface org.glassfish.api.admin.JobManager
Stores current command state.
checkpoint(AdminCommand, AdminCommandContext) - 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() - Method in interface org.glassfish.api.deployment.archive.WritableArchive
closes the current entry
closeEntry(WritableArchive) - Method in interface org.glassfish.api.deployment.archive.WritableArchive
Close a previously returned sub archive
ClusterExecutor - Interface in org.glassfish.api.admin
A ClusterExecutor is responsible for remotely executing commands.
collection() - Element in annotation interface org.glassfish.api.admin.AccessRequired.NewChild
Name of the collection on the owner that will contain the new child.
collectionName() - Element in annotation interface org.glassfish.api.admin.NamedResource
 
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 Interface 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(String, Throwable) - Constructor for exception org.glassfish.api.admin.CommandException
Constructs a new CommandException exception with the specified detailed message and cause.
CommandException(Throwable) - Constructor for exception org.glassfish.api.admin.CommandException
Constructs a new CommandException exception with the specified cause.
commandExecutionDate - Variable in class org.glassfish.api.admin.progress.JobInfo
 
CommandLock - Annotation Interface in org.glassfish.api.admin
Annotation used to indicate what type of lock to acquire before executing an admin command.
CommandLock.LockType - Enum Class 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.
commandName() - Element in annotation interface org.glassfish.api.admin.RestRedirect
Command identification for the redirection.
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(String, Throwable) - Constructor for exception org.glassfish.api.admin.CommandValidationException
Constructs a new CommandValidationException exception with the specified detailed message and cause.
CommandValidationException(Throwable) - Constructor for exception org.glassfish.api.admin.CommandValidationException
Constructs a new CommandValidationException exception with the specified cause.
compareTo(SimpleJndiName) - Method in class org.glassfish.api.naming.SimpleJndiName
 
complete() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
 
complete() - Method in interface org.glassfish.api.admin.ProgressStatus
Indicates the command is complete and no further progress status will be delivered.
complete(String) - 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(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
 
completed - Variable in class org.glassfish.api.admin.progress.ProgressStatusBase
 
completed - Variable in class org.glassfish.api.admin.progress.ProgressStatusDTO
 
COMPLETED - Enum constant in enum class org.glassfish.api.admin.AdminCommandState.State
 
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 - Variable in class org.glassfish.api.deployment.StateCommandParameters
 
COMPONENT - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
 
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, Object, Object) - Constructor for class org.glassfish.api.invocation.ComponentInvocation
 
ComponentInvocation(String, ComponentInvocation.ComponentInvocationType, Object, String, String) - Constructor for class org.glassfish.api.invocation.ComponentInvocation
 
ComponentInvocation.ComponentInvocationType - Enum Class 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, SimpleJndiName) - 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
 
configBean() - Element in annotation interface org.glassfish.api.admin.RestEndpoint
ConfigBean to which to attach the AdminCommand
ConfigExtension - Interface in org.glassfish.api.admin.config
ConfigExtension is a 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 - Variable in class org.glassfish.api.invocation.ComponentInvocation
 
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.
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
 
contains(String) - Method in class org.glassfish.api.naming.SimpleJndiName
 
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() - Method in interface org.glassfish.api.deployment.InstrumentableClassLoader
Create and return a temporary loader with the same visibility as this loader.
copy(OutputStream) - Method in interface org.glassfish.api.admin.Payload.Part
Copies the contents of the Part to the specified OutputStream.
CORBALOC - Static variable in interface org.glassfish.api.naming.NamingClusterInfo
 
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(URI) - Method in interface org.glassfish.api.deployment.archive.WritableArchive
creates a new abstract archive with the given path
create(Context) - Method in interface org.glassfish.api.naming.NamingObjectProxy
Create and return an object.
create_application_ref - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Command
 
create_application_ref - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Origin
 
createChild(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
 
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.
createChild(String, int) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
 
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(String, int, 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.
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(Async, CommandModel, AdminCommand, ActionReport) - Method in class org.glassfish.api.AsyncImpl
 
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.
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
 

D

DAS - Enum constant in enum class org.glassfish.api.admin.RuntimeType
the Domain Administration Server
DataSource - Interface in com.sun.appserv.jdbc
The javax.sql.DataSource implementation of SunONE application server will implement this interface.
dataType() - Element in annotation interface org.glassfish.api.admin.config.PropertyDesc
the DataType class, can be Class<? extends DataType> or String.class, Integer.class, etc
dbvendorname - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
DEFAULT_CONFIG_FILENAME - Static variable in interface org.glassfish.api.admingui.ConsoleProvider
The default location of the console-config.xml.
DEFAULT_INSTANCE_NAME - Static variable in interface org.glassfish.api.admin.ServerEnvironment
 
defaultCalculator() - Element in annotation interface org.glassfish.api.Param
Returns a class that calculates the default value associated with the parameter.
DefaultResourceProxy - Interface in org.glassfish.api.naming
Identifies a class that implements a default resource.
DefaultResourceProxy.Util - Class in org.glassfish.api.naming
 
defaultValue() - Element in annotation interface org.glassfish.api.admin.config.PropertyDesc
default value of the property
defaultValue() - Element in annotation interface org.glassfish.api.Param
Returns the default value associated with the parameter so that the user can specify
defaultValue(ExecutionContext) - Method in class org.glassfish.api.ParamDefaultCalculator
 
delete() - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
deletes the archive
delete() - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
 
DELETE - Enum constant in enum class org.glassfish.api.admin.RestEndpoint.OpType
 
DELETE - Enum constant in enum class org.glassfish.api.admin.RestRedirect.OpType
 
delete_application_ref - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Command
 
deleted(File) - Method in interface org.glassfish.api.admin.FileMonitoring.FileChangeListener
 
deploy - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Command
 
deploy - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Origin
 
deploy_instance - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Origin
 
DeployCommandParameters - Class in org.glassfish.api.deployment
Parameters passed by the user to a deployment request.
DeployCommandParameters() - Constructor for class org.glassfish.api.deployment.DeployCommandParameters
 
DeployCommandParameters(File) - Constructor for class org.glassfish.api.deployment.DeployCommandParameters
 
DeployCommandParameters.ParameterNames - Class in org.glassfish.api.deployment
 
Deployer<T extends Container,U extends ApplicationContainer> - Interface in org.glassfish.api.deployment
A deployer is capable of deploying one type of applications.
DEPLOYMENT_ORDER - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
 
DEPLOYMENT_PLAN - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
 
DeploymentContext - Interface in org.glassfish.api.deployment
Useful services for Deployer service implementation
deploymentorder - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
deploymentplan - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
describeAuthorization(Subject, String, String, AdminCommand, Map<String, Object>, Map<String, String>, Map<String, String>, Map<String, String>) - Method in interface org.glassfish.api.admin.AuthorizationPreprocessor
Optionally adds to the attributes that will be attached to the Subject, the resource, and the action used for an upcoming authorization check.
description - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
description() - Element in annotation interface org.glassfish.api.admin.config.PropertyDesc
freeform description
description() - Element in annotation interface org.glassfish.api.admin.RestEndpoint
The description of the endpoint.
DIRECTORY_DEPLOYED - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
 
disable - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Command
 
doCreateChild(String, int) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
 
doCreateChild(String, int) - Method in class org.glassfish.api.admin.progress.ProgressStatusImpl
 
doCreateChild(String, int) - Method in class org.glassfish.api.admin.progress.ProgressStatusMirroringImpl
 
DomainContext - Class in org.glassfish.api.admin.config
Context passed at the time of CreateDomain to modules with some initial config.
DomainContext() - Constructor for class org.glassfish.api.admin.config.DomainContext
 
DomainInitializer - Interface in org.glassfish.api.admin.config
Marker interface to mark inhabitants that require some minimal initial configuration to be inserted into a newly create domain's domain.xml
done(AdminCommand, Job) - Method in interface org.glassfish.api.admin.CommandAspectFacade
Execute when command is finished successfully or not.
done(ServiceLocator, AdminCommand, Job) - Static method in class org.glassfish.api.admin.CommandSupport
 
done(ServiceLocator, AdminCommand, Job, boolean) - Static method in class org.glassfish.api.admin.CommandSupport
Execute aspects when command is finished successfully or not.
done(T, AdminCommand, Job) - Method in class org.glassfish.api.admin.CommandAspectBase
Execute when command is finished successfully or not.
done(T, AdminCommand, Job) - Method in interface org.glassfish.api.admin.CommandAspectImpl
Execute when command is finished successfully or not.
dropandcreatetables - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
droptables - Variable in class org.glassfish.api.deployment.UndeployCommandParameters
 
DTraceContract - Interface in org.glassfish.api.monitoring
 
dumpState(Logger, Level) - Method in class org.glassfish.api.admin.AdminCommandLock
 

E

EAR_ARCHIVE - Static variable in class org.glassfish.api.deployment.archive.EarArchiveType
 
EarArchiveType - Class in org.glassfish.api.deployment.archive
EAR Archive Type.
EarArchiveType() - Constructor for class org.glassfish.api.deployment.archive.EarArchiveType
 
EJB_ARCHIVE - Static variable in class org.glassfish.api.deployment.archive.EjbArchiveType
 
EJB_INVOCATION - Enum constant in enum class org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
 
EjbArchiveType - Class in org.glassfish.api.deployment.archive
This module is an Enterprise Java Bean archive.
EjbArchiveType() - Constructor for class org.glassfish.api.deployment.archive.EjbArchiveType
 
Embedded - Enum constant in enum class org.glassfish.api.admin.ProcessEnvironment.ProcessType
 
EMBEDDED - Enum constant in enum class org.glassfish.api.admin.RuntimeType
Embedded
EMERGENCY - Static variable in class org.glassfish.api.logging.LogLevel
Log level to indicate a system-wide failure condition.
EMERGENCY_INT - Static variable in class org.glassfish.api.logging.LogLevel
Level constant for Emergency
enable - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Command
 
enabled - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
ENABLED - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
 
EndpointRegistrationException - Exception in org.glassfish.api.container
Exception, which will be thrown on endpoint registration problems.
EndpointRegistrationException() - Constructor for exception org.glassfish.api.container.EndpointRegistrationException
 
EndpointRegistrationException(String) - Constructor for exception org.glassfish.api.container.EndpointRegistrationException
 
entries() - Method in interface org.glassfish.api.deployment.archive.Archive
Returns an enumeration of the module file entries.
entries() - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
 
entries(String) - Method in interface org.glassfish.api.deployment.archive.Archive
Returns an enumeration of the module file entries with the specified prefix.
entries(String) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
 
equals(Object) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase.ChildProgressStatus
 
equals(Object) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventComplete
 
equals(Object) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
 
equals(Object) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventProgress
 
equals(Object) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventSet
 
equals(Object) - Method in class org.glassfish.api.deployment.archive.ArchiveType
 
equals(Object) - Method in class org.glassfish.api.event.EventTypes
equals(Object) - Method in class org.glassfish.api.naming.SimpleJndiName
 
Error - Enum constant in enum class org.glassfish.api.admin.FailurePolicy
Return an error exit code to the user but do not rollback any successful invocations of the commands.
ERROR - Enum constant in enum class org.glassfish.api.admin.AdminCommandLock.SuspendStatus
 
event(EventListener.Event<?>) - Method in interface org.glassfish.api.event.EventListener
 
Event(EventTypes<T>) - Constructor for class org.glassfish.api.event.EventListener.Event
 
Event(EventTypes<T>, T) - Constructor for class org.glassfish.api.event.EventListener.Event
 
EVENT_NAME_LISTENER_REG - Static variable in class org.glassfish.api.admin.AdminCommandEventBroker.BrokerListenerRegEvent
 
EVENT_NAME_LISTENER_UNREG - Static variable in class org.glassfish.api.admin.AdminCommandEventBroker.BrokerListenerRegEvent
 
EVENT_PROGRESSSTATUS_CHANGE - Static variable in interface org.glassfish.api.admin.CommandProgress
 
EVENT_PROGRESSSTATUS_STATE - Static variable in interface org.glassfish.api.admin.CommandProgress
 
EVENT_STATE_CHANGED - Static variable in interface org.glassfish.api.admin.AdminCommandState
 
EventListener - Interface in org.glassfish.api.event
Code that wish to listen to glassfish events should implement this interface and register it to the Events contract implementation.
EventListener.Event<T> - Class in org.glassfish.api.event
 
Events - Interface in org.glassfish.api.event
Contract to register/unregister events listener.
EventTypes<T> - Class in org.glassfish.api.event
Extensible list of event types.
EXCLUSIVE - Enum constant in enum class org.glassfish.api.admin.CommandLock.LockType
 
execute() - Method in interface org.glassfish.api.admin.CommandRunner.CommandInvocation
Executes the command and populate the report with the command execution result.
execute(String, AdminCommand, AdminCommandContext, ParameterMap) - Method in interface org.glassfish.api.admin.ClusterExecutor
Execute the passed command on targeted remote instances.
execute(String, AdminCommand, AdminCommandContext, ParameterMap) - Method in class org.glassfish.api.admin.TargetBasedExecutor
 
execute(Collection<SupplementalCommandExecutor.SupplementalCommand>, Supplemental.Timing, AdminCommandContext, ParameterMap, MultiMap<String, File>) - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor
 
execute(AdminCommand) - Method in interface org.glassfish.api.admin.CommandRunner.CommandInvocation
Executes the passed command with this context and populates the report with the execution result.
execute(AdminCommandContext) - Method in interface org.glassfish.api.admin.AdminCommand
Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
execute(AdminCommandContext) - Method in interface org.glassfish.api.admin.config.LegacyConfigurationUpgrade
 
execute(AdminCommandContext) - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
 
ExecuteOn - Annotation Interface in org.glassfish.api.admin
Annotation to qualify when an action like a command is targeted to be run on a cluster or a set of instances.
ExecutionContext - Interface in org.glassfish.api
Any execution type invocation should be passed with an instance of this context.
executor() - Element in annotation interface org.glassfish.api.admin.ExecuteOn
Identifies the ClusterExecutor that is responsible for remotely executing commands on the target clusters or instances.
exists() - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
 
exists() - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
 
exists(String) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
Returns the existence of the given entry name The file name must be relative to the root of the module.
exitCode - Variable in class org.glassfish.api.admin.progress.JobInfo
 
expand(ReadableArchive, WritableArchive, DeploymentContext) - Method in interface org.glassfish.api.deployment.archive.ArchiveHandler
Prepares the jar file to a format the ApplicationContainer is expecting.

F

FAILED_RETRYABLE - Enum constant in enum class org.glassfish.api.admin.AdminCommandState.State
 
failure(Logger, String) - Method in class org.glassfish.api.ActionReport
Short for failure(logger,message,null)
failure(Logger, String, Throwable) - Method in class org.glassfish.api.ActionReport
Report a failure to the logger and ActionReport.
FAILURE - Enum constant in enum class org.glassfish.api.ActionReport.ExitCode
 
FailurePolicy - Enum Class in org.glassfish.api.admin
Defines the expected behaviour from the system when a supplemental command (could be a local or remote invocation) fails to execute properly.
fileModified(File) - Method in interface org.glassfish.api.admin.FileMonitoring
Informs the monitor that a file has been changed.
FileMonitoring - Interface in org.glassfish.api.admin
Service to monitor changes to files.
FileMonitoring.FileChangeListener - Interface in org.glassfish.api.admin
 
FileServer - Interface in org.glassfish.api.content
Implementations of this interface are responsible for servicing a file residing on the local file system to a Response object.
findById(String) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
Recursive search for child by id.
findProperty(String) - Method in class org.glassfish.api.ActionReport
Search in message parts properties then in extra properties and then in sub reports.
findProperty(String) - Method in class org.glassfish.api.ActionReport.MessagePart
Search in message parts properties then in extra properties and then in sub reports.
findPropertyImpl(String) - Method in class org.glassfish.api.ActionReport.MessagePart
 
fireEvent(Object) - Method in interface org.glassfish.api.admin.AdminCommandEventBroker
Fire event under name of event.getClass.getName().
fireEvent(String, Object) - Method in interface org.glassfish.api.admin.AdminCommandEventBroker
Fire event under defined name.
fireEvent(ProgressStatusEvent) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
Fires ProgressStatusEvent to parent.
fireEvent(ProgressStatusEvent) - Method in class org.glassfish.api.admin.progress.ProgressStatusMirroringImpl
 
force - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
FutureProvider<T> - Interface in org.glassfish.api
Some operations may be asynchronous and need to provide their results as a list of future objects

G

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(String) - Method in interface org.glassfish.api.admin.PasswordAliasStore
Returns the password associated with the specified alias.
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 - Enum constant in enum class org.glassfish.api.admin.RestEndpoint.OpType
 
GET - Enum constant in enum class org.glassfish.api.admin.RestRedirect.OpType
 
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() - Method in interface org.glassfish.api.deployment.DeploymentContext
Gets the action report for this context
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.
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() - 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
 
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(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
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, String, ActionReport, Subject) - Method in interface org.glassfish.api.admin.CommandRunner
Obtain a new command invocation object.
getCommandInvocation(String, String, ActionReport, Subject, boolean) - Method in interface org.glassfish.api.admin.CommandRunner
Obtain a new command invocation object.
getCommandInvocation(String, ActionReport, Subject) - Method in interface org.glassfish.api.admin.CommandRunner
Obtain a new command invocation object for the null scope.
getCommandInvocation(String, ActionReport, Subject, boolean) - Method in interface org.glassfish.api.admin.CommandRunner
Obtain a new command invocation object for the null scope.
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 class 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 class 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 class org.glassfish.api.admin.InstanceState.StateType
 
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
 
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.
getFullVersion() - Method in interface org.glassfish.api.VersionInfo
 
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(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.
getLock(CommandLock.LockType) - Method in class org.glassfish.api.admin.AdminCommandLock
Return the appropriate Lock object for the specified LockType.
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, String, Logger) - Method in interface org.glassfish.api.admin.CommandRunner
Returns the command model for a command name
getModel(String, Logger) - Method in interface org.glassfish.api.admin.CommandRunner
Returns the command model for a command name for the null scope
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() - Method in interface org.glassfish.api.deployment.DeploymentContext
Returns all the metadata associated with this deployment
getModuleMetaData(Class<T>) - Method in interface org.glassfish.api.deployment.DeploymentContext
Returns the meta data associated with a module type.
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.
getPrefix() - Method in class org.glassfish.api.naming.SimpleJndiName
Prefix in this case is understood as any string in the form a:b/ or a: or x://
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.
getProductNameAbbreviation() - Method in interface org.glassfish.api.VersionInfo
 
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
 
getterMethodName() - Element in annotation interface org.glassfish.api.admin.config.ModelBinding
Returns the getter method name defined on the ModelBinding.type() type annotated with model information like Attribute
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() - Method in interface org.glassfish.api.deployment.DeploymentContext
Returns all the transient app metadata associated with this deployment
getTransientAppMetaData(String, Class<T>) - Method in interface org.glassfish.api.deployment.DeploymentContext
Returns the meta data for the given key
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.
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.

H

handle(String) - Method in interface org.glassfish.api.naming.NamedNamingObjectProxy
Returns the name that will be used to publish this object in the naming manager
handleEvent(LifecycleEvent) - Method in interface com.sun.appserv.server.LifecycleListener
receive a server lifecycle event
handles(ReadableArchive) - Method in interface org.glassfish.api.container.Sniffer
Returns true if the passed file or directory is recognized by this sniffer.
handles(ReadableArchive) - Method in interface org.glassfish.api.deployment.archive.ArchiveDetector
This method is used to detect the archive type.
handles(ReadableArchive) - Method in interface org.glassfish.api.deployment.archive.ArchiveHandler
Returns true if this handler understands the specified archive and can process it.
handles(DeploymentContext) - Method in interface org.glassfish.api.container.Sniffer
Returns true if the passed file or directory is recognized by this sniffer.
hasCorbaPrefix() - Method in class org.glassfish.api.naming.SimpleJndiName
 
hasFailures() - Method in class org.glassfish.api.ActionReport
return true if the action report or a subaction report has ExitCode.FAILURE.
hashCode() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase.ChildProgressStatus
 
hashCode() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventComplete
 
hashCode() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
 
hashCode() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventProgress
 
hashCode() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventSet
 
hashCode() - Method in class org.glassfish.api.deployment.archive.ArchiveType
 
hashCode() - Method in class org.glassfish.api.event.EventTypes
hashCode() - Method in class org.glassfish.api.naming.SimpleJndiName
 
hasJavaPrefix() - Method in class org.glassfish.api.naming.SimpleJndiName
 
hasPrefix(String) - Method in class org.glassfish.api.naming.SimpleJndiName
 
hasSuccesses() - Method in class org.glassfish.api.ActionReport
return true if the action report or a subaction report has ExitCode.SUCCESS.
hasSuffix(String) - Method in class org.glassfish.api.naming.SimpleJndiName
 
hasWarnings() - Method in class org.glassfish.api.ActionReport
return true if the action report or a subaction report has ExitCode.WARNING.
hook() - Method in class org.glassfish.api.event.EventListener.Event
 

I

I18n - Annotation Interface in org.glassfish.api
Identify an I18n resource associated with the annotated element.
IC_BASED - Static variable in interface org.glassfish.api.naming.NamingClusterInfo
 
IC_BASED_WEIGHTED - Static variable in interface org.glassfish.api.naming.NamingClusterInfo
 
id - Variable in class org.glassfish.api.admin.progress.ProgressStatusBase
 
id - Variable in class org.glassfish.api.admin.progress.ProgressStatusDTO
 
ifFailure() - Element in annotation interface org.glassfish.api.admin.ExecuteOn
Identifies the expected behavior from the framework if any of the clustered invocation failed.
ifFailure() - Element in annotation interface org.glassfish.api.admin.Supplemental
Indicates to the framework what type of action should be taken if the execution of this command was to return a failure exit code.
IfFailure - Annotation Interface in org.glassfish.api.admin
Annotation used to indicate what type of failure action should be performed if the annotated method was to return a failure error code or throw an exception.
ifNeverStarted() - Element in annotation interface org.glassfish.api.admin.ExecuteOn
Identifies the expected behavior from the framework if any of the clustered invocation could not be invoked because the remote server has never been started.
ifOffline() - Element in annotation interface org.glassfish.api.admin.ExecuteOn
Identifies the expected behaviour from the framework if any of the clustered invocation could not be invoked because the remote server was offline.
Ignore - Enum constant in enum class org.glassfish.api.admin.FailurePolicy
Ignore the failure, do not report to the user.
IIOP_ENDPOINTS_PROPERTY - Static variable in interface org.glassfish.api.naming.NamingClusterInfo
 
IIOP_URL - Static variable in interface org.glassfish.api.naming.NamingClusterInfo
 
IIOP_URL_PROPERTY - Static variable in interface org.glassfish.api.naming.NamingClusterInfo
 
ILLEGALSTATE - Enum constant in enum class org.glassfish.api.admin.AdminCommandLock.SuspendStatus
 
inbound(Payload.Inbound) - Method in interface org.glassfish.api.admin.CommandRunner.CommandInvocation
Sets the data carried with the request (could be an attachment)
inception() - Method in class org.glassfish.api.event.EventListener.Event
 
init(ServiceLocator, AdminCommand, AdminCommandContext, Job) - Static method in class org.glassfish.api.admin.CommandSupport
Execute aspects when command is just completely initialized, i..e injected with parameters.
init(T, AdminCommand, AdminCommandContext, Job) - Method in class org.glassfish.api.admin.CommandAspectBase
Execute when command is just completely initialized, i..e injected with parameters.
init(T, AdminCommand, AdminCommandContext, Job) - Method in interface org.glassfish.api.admin.CommandAspectImpl
Execute when command is just completely initialized, i..e injected with parameters.
INIT_EVENT - Static variable in class com.sun.appserv.server.LifecycleEvent
Server is initializing subsystems and setting up the runtime environment.
initCompositeMetaData(DeploymentContext) - Method in interface org.glassfish.api.deployment.archive.CompositeHandler
 
initGroupInfoService(Hashtable<?, ?>, String, String, ORB, ServiceLocator) - Method in interface org.glassfish.api.naming.NamingClusterInfo
 
initialize(Hashtable) - Method in interface org.glassfish.api.BytecodePreprocessor
Initialize the profiler instance.
initializeRemoteNamingSupport(ORB) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Initialize RMI-IIOP naming services
insert(String, String) - Method in class org.glassfish.api.admin.ParameterMap
Fluent API for adding parameters to the map.
instance - Variable in class org.glassfish.api.invocation.ComponentInvocation
 
INSTANCE - Enum constant in enum class org.glassfish.api.admin.RuntimeType
a single instance or a clustered instance ?need to dissambiguate?
InstanceCommand - Interface in org.glassfish.api.admin
 
InstanceCommandResult - Class in org.glassfish.api.admin
 
InstanceCommandResult() - Constructor for class org.glassfish.api.admin.InstanceCommandResult
 
InstanceState - Class in org.glassfish.api.admin
This holds the late status of the instance, the commands that are Queued up while the instance was starting etc.
InstanceState(InstanceState.StateType) - Constructor for class org.glassfish.api.admin.InstanceState
 
InstanceState.StateType - Enum Class in org.glassfish.api.admin
 
InstrumentableClassLoader - Interface in org.glassfish.api.deployment
Providers of class loaders for GlassFish applications can optionally implements this interface to indicate their class loader is capable of byte code enhancement.
invalidatesClassLoader() - Method in class org.glassfish.api.deployment.MetaData
Returns whether or not the class loader is invalidated by the Deployer's propare phase.
InvalidCommandException - Exception in org.glassfish.api.admin
 
InvalidCommandException() - Constructor for exception org.glassfish.api.admin.InvalidCommandException
Creates new InvalidCommandException without detail message.
InvalidCommandException(String) - Constructor for exception org.glassfish.api.admin.InvalidCommandException
Constructs an InvalidCommandException with the specified detail message.
InvalidCommandException(String, Throwable) - Constructor for exception org.glassfish.api.admin.InvalidCommandException
Constructs a new InvalidCommandException exception with the specified detailed message and cause.
InvalidCommandException(Throwable) - Constructor for exception org.glassfish.api.admin.InvalidCommandException
Constructs a new InvalidCommandException exception with the specified cause.
InvocationException - Exception in org.glassfish.api.invocation
 
InvocationException() - Constructor for exception org.glassfish.api.invocation.InvocationException
 
InvocationException(Exception) - Constructor for exception org.glassfish.api.invocation.InvocationException
 
InvocationException(String) - Constructor for exception org.glassfish.api.invocation.InvocationException
 
InvocationException(String, Throwable) - Constructor for exception org.glassfish.api.invocation.InvocationException
 
InvocationManager - Interface in org.glassfish.api.invocation
InvocationManager provides interface to keep track of component context on a per-thread basis
InvocationManagerImpl - Class in org.glassfish.api.invocation
 
InvocationManagerImpl() - Constructor for class org.glassfish.api.invocation.InvocationManagerImpl
 
is(EventTypes) - Method in class org.glassfish.api.event.EventListener.Event
 
isArtifactsPresent() - Method in enum class org.glassfish.api.deployment.OpsParams.Origin
 
isAsyncReplication() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isAvailabilityEnabled() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isBroadcast() - Method in enum class org.glassfish.api.admin.RuntimeType
 
isClientJarRequested() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isCluster() - Method in interface org.glassfish.api.admin.config.ReferenceContainer
 
isComplete() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
 
isComplete() - Method in interface org.glassfish.api.admin.ProgressStatus
Returns true if the ProgressStatus has been marked as complete via the complete() method.
isCompleted() - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
 
isConnectionValid(Connection) - Method in interface org.glassfish.api.jdbc.ConnectionValidation
Check for validity of java.sql.Connection
isCreateAppRef() - Method in enum class org.glassfish.api.deployment.OpsParams.Origin
 
isDas() - Method in interface org.glassfish.api.admin.config.ReferenceContainer
 
isDas() - Method in enum class org.glassfish.api.admin.RuntimeType
 
isDas() - Method in interface org.glassfish.api.admin.ServerEnvironment
 
isDeploy() - Method in enum class org.glassfish.api.deployment.OpsParams.Origin
 
isDirectory(String) - Method in interface org.glassfish.api.deployment.archive.Archive
Returns true if the entry is a directory or a plain file
isDirectory(String) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
 
isDirty() - Method in interface org.glassfish.api.admin.Payload.Outbound
Indicates whether Payload was modified since dirty flag was reset.
isDTraceInstrumented() - Method in interface org.glassfish.api.monitoring.ProbeProviderInfo
 
isEmbedded() - Method in enum class org.glassfish.api.admin.ProcessEnvironment.ProcessType
 
isEmbedded() - Method in enum class org.glassfish.api.admin.RuntimeType
 
isEmpty() - Method in interface org.glassfish.api.admin.PasswordAliasStore
Reports whether the alias store is empty.
isEmpty() - Method in class org.glassfish.api.naming.SimpleJndiName
 
isEnabled() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isFailureFinal() - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
Returns whether a failure of this access check would automatically trigger a failure of the entire authorization operation of which it is a part.
isForce() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isGenerateRMIStubs() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isInstance() - Method in interface org.glassfish.api.admin.config.ReferenceContainer
 
isInstance() - Method in enum class org.glassfish.api.admin.RuntimeType
 
isInstance() - Method in interface org.glassfish.api.admin.ServerEnvironment
 
isInvocationStackEmpty() - Method in interface org.glassfish.api.invocation.InvocationManager
return true iff no invocations on the stack for this thread
isInvocationStackEmpty() - Method in class org.glassfish.api.invocation.InvocationManagerImpl
return true iff no invocations on the stack for this thread
isJakartaEE() - Method in interface org.glassfish.api.container.Sniffer
 
isJavaApp() - Method in class org.glassfish.api.naming.SimpleJndiName
 
isJavaComponent() - Method in class org.glassfish.api.naming.SimpleJndiName
 
isJavaGlobal() - Method in class org.glassfish.api.naming.SimpleJndiName
 
isJavaModule() - Method in class org.glassfish.api.naming.SimpleJndiName
 
isKeepFailedStubs() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isKeepReposDir() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isLoad() - Method in enum class org.glassfish.api.deployment.OpsParams.Origin
 
isLogReportedErrors() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isManagedJob() - Method in class org.glassfish.api.admin.CommandModel
This command is managed job.
isNodeAgent() - Method in enum class org.glassfish.api.admin.RuntimeType
 
isOutboundPayloadEmpty() - Method in interface org.glassfish.api.admin.AdminCommandState
Are there data in outbound payload or not.
isPaasEnabled() - Method in interface org.glassfish.api.virtualization.VirtualizationEnv
Returns true if the PAAS deployment is enabled.
isParamId(String) - Method in class org.glassfish.api.admin.CommandModel.ParamModel
 
isPrecompileJsp() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isPreInvokeDone() - Method in class org.glassfish.api.invocation.ComponentInvocation
 
isPrimary() - Element in annotation interface org.glassfish.api.admin.NamedResource
can appear as a top-level resource (if singleton) or in an implied top-level collection (if not a singleton)
isRecursive() - Method in interface org.glassfish.api.admin.Payload.Part
Indicates if the Part represents a recursive action or not.
isredeploy - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
isredeploy - Variable in class org.glassfish.api.deployment.UndeployCommandParameters
 
isRedeploy() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isRedeploy() - Method in class org.glassfish.api.deployment.UndeployCommandParameters
 
isRegistered() - Method in interface org.glassfish.api.container.Adapter
Checks whether this adapter has been registered as a network endpoint.
isServer() - Method in interface org.glassfish.api.admin.config.ReferenceContainer
 
isServer() - Method in enum class org.glassfish.api.admin.ProcessEnvironment.ProcessType
 
isSingleInstance() - Method in enum class org.glassfish.api.admin.RuntimeType
 
isSpinner() - Method in class org.glassfish.api.admin.progress.ProgressStatusEventProgress
 
isSpinnerActive() - Method in interface org.glassfish.api.admin.CommandProgress
 
isStandaloneServer() - Method in enum class org.glassfish.api.admin.ProcessEnvironment.ProcessType
 
isSuccessful() - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
Returns whether the access check succeeded.
isSupported() - Method in interface org.glassfish.api.monitoring.DTraceContract
 
isSuspended() - Method in class org.glassfish.api.admin.AdminCommandLock
Indicates if commands are currently suspended.
isTransactionCompleting() - Method in class org.glassfish.api.invocation.ComponentInvocation
 
isUndeploy() - Method in enum class org.glassfish.api.deployment.OpsParams.Origin
 
isUnload() - Method in enum class org.glassfish.api.deployment.OpsParams.Origin
 
isUserVisible() - Method in interface org.glassfish.api.container.Sniffer
 
isValidJndiName(String) - Static method in class org.glassfish.api.naming.SimpleJndiName
Returns true if the parameter is not null and doesn't start with the "java:", or if it does, it must contain just one colon character.
isVerify() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
isWorse(ActionReport.ExitCode) - Method in enum class org.glassfish.api.ActionReport.ExitCode
 

J

JNDI_CTX_CORBA - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA_APP - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA_APP_ENV - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA_APP_NS_ID - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA_COMPONENT - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA_COMPONENT_ENV - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA_COMPONENT_NS_ID - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA_GLOBAL - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA_GLOBAL_NS_ID - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA_MODULE - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA_MODULE_ENV - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDI_CTX_JAVA_MODULE_NS_ID - Static variable in class org.glassfish.api.naming.SimpleJndiName
 
JNDIBinding - Interface in org.glassfish.api.naming
A contract that describes a binding in the component namespace
jndiEnvironment - Variable in class org.glassfish.api.invocation.ComponentInvocation
 
Job - Interface in org.glassfish.api.admin
Represents running (or finished) command instance.
JobCreator - Interface in org.glassfish.api.admin
This is the contract responsible for creating Job
jobFile - Variable in class org.glassfish.api.admin.progress.JobInfo
 
jobId - Variable in class org.glassfish.api.admin.progress.JobInfo
 
JobInfo - Class in org.glassfish.api.admin.progress
This class contains information related to a job which will be persisted to jobs.xml
JobInfo() - Constructor for class org.glassfish.api.admin.progress.JobInfo
 
JobInfo(String, String, long, String, String, String, File, String, long) - Constructor for class org.glassfish.api.admin.progress.JobInfo
 
JobInfos - Class in org.glassfish.api.admin.progress
This class contains information of all the jobs which will be persisted to jobs.xml
JobInfos() - Constructor for class org.glassfish.api.admin.progress.JobInfos
 
JobLocator - Interface in org.glassfish.api.admin
This is a contract which is used to locate all the jobs.xml files on server startup
JobManager - Interface in org.glassfish.api.admin
This is the contract for the JobManagerService The JobManager will be responsible for 1.
JobManager.Checkpoint - Class in org.glassfish.api.admin
Container for checkpoint related objects
jobName - Variable in class org.glassfish.api.admin.progress.JobInfo
 
JobPersistence - Interface in org.glassfish.api.admin.progress
A contract to persist jobs related information to files

K

kCompileJspDirName - Static variable in interface org.glassfish.api.admin.ServerEnvironment
folder where the compiled JSP pages reside
keepfailedstubs - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
keepreposdir - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
keepreposdir - Variable in class org.glassfish.api.deployment.UndeployCommandParameters
 
keepstate - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
keepstate - Variable in class org.glassfish.api.deployment.UndeployCommandParameters
 
keys() - Method in interface org.glassfish.api.admin.PasswordAliasStore
Returns an Iterator over aliases present in the alias store.

L

lbenabled - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
LegacyConfigurationUpgrade - Interface in org.glassfish.api.admin.config
Contract for upgrading legacy configuration values to their new location or simply removing them if they are no longer supported.
LEVEL_HIGH - Static variable in interface org.glassfish.api.monitoring.ContainerMonitoring
 
LEVEL_LOW - Static variable in interface org.glassfish.api.monitoring.ContainerMonitoring
 
LEVEL_OFF - Static variable in interface org.glassfish.api.monitoring.ContainerMonitoring
 
libraries - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
libraries() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
libraries() - Method in class org.glassfish.api.deployment.OpsParams
 
libraries() - Method in class org.glassfish.api.deployment.StateCommandParameters
 
libraries() - Method in class org.glassfish.api.deployment.UndeployCommandParameters
 
LIBRARIES - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
 
LifecycleEvent - Class in com.sun.appserv.server
This class defines the types of events that get fired by the application server.
LifecycleEvent(Object, int, Object, LifecycleEventContext) - Constructor for class com.sun.appserv.server.LifecycleEvent
Construct new lifecycle event
LifecycleEventContext - Interface in com.sun.appserv.server
LifecycleEventContext interface exposes the server-wide runtime environment that is created by ApplicationServer.
LifecycleListener - Interface in com.sun.appserv.server
lifecycle modules implement com.sun.appserv.server.LifecycleListener interface.
list() - Method in interface org.glassfish.api.admin.CommandProgressRegistry
 
listener(String, AdminCommandEventBroker.AdminCommandListener) - Method in interface org.glassfish.api.admin.CommandRunner.CommandInvocation
Register new event listener.
listening(String) - Method in interface org.glassfish.api.admin.AdminCommandEventBroker
Returns true if exist exists registered listener for given eventName
listSuplementalCommands(String) - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor
 
load - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Origin
 
load(DeploymentContext) - Method in interface org.glassfish.api.deployment.ApplicationMetaDataProvider
Load the metadata associated with the deployment event
load(T, DeploymentContext) - Method in interface org.glassfish.api.deployment.Deployer
Loads a previously prepared application in its execution environment and return a ContractProvider instance that will identify this environment in future communications with the application's container runtime.
LOAD_BALANCING_PROPERTY - Static variable in interface org.glassfish.api.naming.NamingClusterInfo
 
loadAMXMBeans() - Method in interface org.glassfish.api.amx.AMXLoader
Loader a hierarchy of AMX MBeans, returning the ObjectName of the root of the hierarchy.
loadCheckpointData(String) - Method in interface org.glassfish.api.admin.JobManager
Load checkpoint related data.
LOADER_PREFIX - Static variable in interface org.glassfish.api.amx.AMXLoader
property prefix used by AMXLoader MBeans, name to be suffixed to it
loadMetaData(Class<V>, DeploymentContext) - Method in interface org.glassfish.api.deployment.Deployer
Loads the meta date associated with the application.
LOCAL_EVENT_PREFIX - Static variable in interface org.glassfish.api.admin.AdminCommandEventBroker
Local events are not transfered to remote listener using SSE
locateJobXmlFiles() - Method in interface org.glassfish.api.admin.JobLocator
This method checks if there any any persisted and completed jobs
LOCATION - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
 
log(String) - Method in interface com.sun.appserv.server.LifecycleEventContext
Writes the specified message to a server log file.
log(String, Throwable) - Method in interface com.sun.appserv.server.LifecycleEventContext
Writes an explanatory message and a stack trace for a given Throwable exception to the server log file.
log(Logger, Level, String, Throwable, Object...) - Static method in class org.glassfish.api.logging.LogHelper
Logs a message with the given level, message, parameters and Throwable.
LogHelper - Class in org.glassfish.api.logging
Class providing helper APIs for logging purposes.
LogHelper() - Constructor for class org.glassfish.api.logging.LogHelper
 
LOGICAL_NAME - Static variable in interface org.glassfish.api.naming.GlassfishNamingManager
 
LogLevel - Class in org.glassfish.api.logging
 
LogLevel(String, int) - Constructor for class org.glassfish.api.logging.LogLevel
Constructor to initialize a custom Level instance
logReportedErrors - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
lookup(String, SimpleJndiName) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Lookup a naming entry for a particular componentId
lookup(SimpleJndiName) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Lookup a naming entry
lookupFromAppNamespace(String, SimpleJndiName, Hashtable<?, ?>) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Lookup a naming entry in a particular application's namespace
lookupFromModuleNamespace(String, String, SimpleJndiName, Hashtable<?, ?>) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Lookup a naming entry in a particular application's module's namespace

M

makeStateType(String) - Static method in enum class org.glassfish.api.admin.InstanceState.StateType
 
managedJob() - Method in interface org.glassfish.api.admin.CommandRunner.CommandInvocation
Set the AdminCommand to be a managed job
ManagedJob - Annotation Interface in org.glassfish.api.admin
This annotation will be added for commands which need to be managed by Job Manager
ManifestConstants - Class in org.glassfish.api
Authorized manifest entries to hook up to the module management subsystem.
ManifestConstants() - Constructor for class org.glassfish.api.ManifestConstants
 
markConnectionAsBad(Connection) - Method in interface com.sun.appserv.jdbc.DataSource
API to mark a connection as bad.
message - Variable in class org.glassfish.api.admin.progress.JobInfo
 
MessagePart() - Constructor for class org.glassfish.api.ActionReport.MessagePart
 
MetaData - Class in org.glassfish.api.deployment
MetaData associated with a Deployer.
MetaData(boolean, Class<?>[], Class<?>[]) - Constructor for class org.glassfish.api.deployment.MetaData
Constructor for the Deployer's metadata
ModelBinding - Annotation Interface in org.glassfish.api.admin.config
Defines a binding to a model class, used to retrieve metadata about this model.
moduleName - Variable in class org.glassfish.api.invocation.ComponentInvocation
 
MonitoringItem - Interface in org.glassfish.api.monitoring
Tag interface for any non default monitoring configuration.
monitors(File, FileMonitoring.FileChangeListener) - Method in interface org.glassfish.api.admin.FileMonitoring
Registers a FileChangeListener for a particular file
mt_provision - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Origin
 
mt_unprovision - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Origin
 
multiple() - Element in annotation interface org.glassfish.api.Param
Returns true if multiple instances of the parameter are allowed.

N

name - Variable in class org.glassfish.api.admin.progress.ProgressStatusBase
 
name - Variable in class org.glassfish.api.admin.progress.ProgressStatusDTO
 
name - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
name - Variable in class org.glassfish.api.deployment.UndeployCommandParameters
 
name() - Element in annotation interface org.glassfish.api.admin.config.PropertyDesc
name of the property
name() - Element in annotation interface org.glassfish.api.admin.Progress
Optional: Context of the progress.
name() - Element in annotation interface org.glassfish.api.admin.RestParam
 
name() - Method in class org.glassfish.api.deployment.DeployCommandParameters
 
name() - Method in class org.glassfish.api.deployment.OpsParams
 
name() - Method in class org.glassfish.api.deployment.StateCommandParameters
 
name() - Method in class org.glassfish.api.deployment.UndeployCommandParameters
 
name() - Method in class org.glassfish.api.event.EventListener.Event
 
name() - Element in annotation interface org.glassfish.api.Param
Returns the name of the parameter as it has be specified by the client when invoking the command.
NAME_APP_REGEX - Static variable in interface org.glassfish.api.admin.config.ApplicationName
 
Named - Interface in org.glassfish.api.admin.config
A configured element which is named.
NamedInjector - Class in org.glassfish.api.admin.config
 
NamedInjector() - Constructor for class org.glassfish.api.admin.config.NamedInjector
 
NamedNamingObjectProxy - Interface in org.glassfish.api.naming
 
NamedResource - Annotation Interface in org.glassfish.api.admin
Marks a POJO class, a field, or a method as a named resource.
NamedResource.Key - Annotation Interface in org.glassfish.api.admin
 
NAMESPACE_METADATA_KEY - Static variable in interface org.glassfish.api.naming.GlassfishNamingManager
 
NamespacePrefixes - Annotation Interface in org.glassfish.api.naming
Goes with Service annotation on a NamedNamingObjectProxy.
NamingClusterInfo - Interface in org.glassfish.api.naming
A contract that manages naming load-balancing.
NamingObjectProxy - Interface in org.glassfish.api.naming
A proxy object that can be bound to GlassfishNamingManager.
NamingObjectProxy.InitializationNamingObjectProxy - Interface in org.glassfish.api.naming
Special Naming Object proxy whose first create() call replaces itself in naming service.
NamingObjectsProvider - Interface in org.glassfish.api.naming
Implementors of this contract wish to be called when the NamingManager is instanciated so they have an opportunity to register named objects to the naming manager.
needsCleanArtifacts() - Method in enum class org.glassfish.api.deployment.OpsParams.Origin
 
NEVER_STARTED - Enum constant in enum class org.glassfish.api.admin.InstanceState.StateType
 
NO_RESPONSE - Enum constant in enum class org.glassfish.api.admin.InstanceState.StateType
 
NODE_AGENT - Enum constant in enum class org.glassfish.api.admin.RuntimeType
the node agent process
NoMapper() - Constructor for class org.glassfish.api.admin.ParameterBridge.NoMapper
 
NONE - Enum constant in enum class org.glassfish.api.admin.CommandLock.LockType
 
NOT_RUNNING - Enum constant in enum class org.glassfish.api.admin.InstanceState.StateType
 
note() - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
Returns the note associated with the access check.

O

obsolete() - Element in annotation interface org.glassfish.api.Param
Returns true if this parameter is obsolete.
of(String) - Static method in class org.glassfish.api.naming.SimpleJndiName
 
of(Name) - Static method in class org.glassfish.api.naming.SimpleJndiName
 
oldSecurityContext - Variable in class org.glassfish.api.invocation.ComponentInvocation
 
on() - Element in annotation interface org.glassfish.api.admin.Supplemental
Supplemental commands can be run before or after the supplemented command.
onAdminCommandEvent(String, T) - Method in interface org.glassfish.api.admin.AdminCommandEventBroker.AdminCommandListener
 
onFailure() - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
 
onLevelChange(String) - Method in interface org.glassfish.api.monitoring.TelemetryProvider
The requested monitoring level has changed.
open(URI) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
Open an abstract archive
open(URI) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
 
open(URI, DeployCommandParameters) - Method in interface org.glassfish.api.deployment.archive.ReadableArchiveFactory
Gives a ReadableArchive.
OpsParams - Class in org.glassfish.api.deployment
Support class for all types of deployment operation parameters.
OpsParams() - Constructor for class org.glassfish.api.deployment.OpsParams
 
OpsParams.Command - Enum Class in org.glassfish.api.deployment
There can be cases where the container code wants to find out the command associated with the operation when the Origin information is not sufficient
OpsParams.Origin - Enum Class in org.glassfish.api.deployment
There can be so far 6 types of events that can trigger deployment activities.
optional() - Element in annotation interface org.glassfish.api.Param
Returns true if the parameter is optional to the successful invocation of the command
opType() - Element in annotation interface org.glassfish.api.admin.RestEndpoint
Rest operation type that should trigger a redirect to an actual asadmin command invocation.
opType() - Element in annotation interface org.glassfish.api.admin.RestRedirect
Rest operation type that should trigger a redirect to an actual asadmin command invocation
org.glassfish.api - package org.glassfish.api
 
org.glassfish.api.admin - package org.glassfish.api.admin
Admin commands in GlassFish
org.glassfish.api.admin.config - package org.glassfish.api.admin.config
 
org.glassfish.api.admin.progress - package org.glassfish.api.admin.progress
 
org.glassfish.api.admingui - package org.glassfish.api.admingui
 
org.glassfish.api.amx - package org.glassfish.api.amx
 
org.glassfish.api.container - package org.glassfish.api.container
 
org.glassfish.api.content - package org.glassfish.api.content
 
org.glassfish.api.deployment - package org.glassfish.api.deployment
 
org.glassfish.api.deployment.archive - package org.glassfish.api.deployment.archive
 
org.glassfish.api.event - package org.glassfish.api.event
 
org.glassfish.api.invocation - package org.glassfish.api.invocation
 
org.glassfish.api.jdbc - package org.glassfish.api.jdbc
 
org.glassfish.api.logging - package org.glassfish.api.logging
 
org.glassfish.api.monitoring - package org.glassfish.api.monitoring
 
org.glassfish.api.naming - package org.glassfish.api.naming
 
org.glassfish.api.virtualization - package org.glassfish.api.virtualization
 
org.glassfish.api.web - package org.glassfish.api.web
 
origin - Variable in class org.glassfish.api.deployment.OpsParams
Type of deployment operation, by default it's deployment
Other - Enum constant in enum class org.glassfish.api.admin.ProcessEnvironment.ProcessType
 
outbound(Payload.Outbound) - Method in interface org.glassfish.api.admin.CommandRunner.CommandInvocation
Sets the data carried with the response

P

Param - Annotation Interface 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
 
params() - Element in annotation interface org.glassfish.api.admin.RestEndpoint
A list of one or more @RestParam annotations representing the parameters to be used in the AdminCommand call
parent - Variable in class org.glassfish.api.admin.progress.ProgressStatusBase
 
parent() - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
Returns the parent config bean to which a child was to be added.
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.
password() - Element in annotation interface org.glassfish.api.Param
Returns true if the parameter is a password
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
 
path() - Element in annotation interface org.glassfish.api.admin.RestEndpoint
This is the value of the last segment in the generated URL.
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_HEADER_NAME - Static variable in interface org.glassfish.api.admin.Payload
 
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.
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 Jakarta EE specification is finished being called.
popAppEnvironment() - Method in class org.glassfish.api.invocation.InvocationManagerImpl
 
POST - Enum constant in enum class org.glassfish.api.admin.RestEndpoint.OpType
 
POST - Enum constant in enum class org.glassfish.api.admin.RestRedirect.OpType
 
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
 
PREPARED - Enum constant in enum class org.glassfish.api.admin.AdminCommandState.State
 
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
 
primary() - Element in annotation interface org.glassfish.api.Param
Returns true if this is the primary parameter for the command which mean that the client does not have to pass the parameter name but just the value to the command.
priority() - Element in annotation interface org.glassfish.api.Async
 
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 Class 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(int) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
 
progress(int) - Method in interface org.glassfish.api.admin.ProgressStatus
Indicate progress occurred.
progress(int, 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) - Method in interface org.glassfish.api.admin.ProgressStatus
Indicates progress occurred.
progress(int, String, boolean) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
 
progress(int, String, boolean) - Method in interface org.glassfish.api.admin.ProgressStatus
Indicates progress occurred.
progress(String) - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
 
progress(String) - Method in interface org.glassfish.api.admin.ProgressStatus
Indicate progress occurred.
Progress - Annotation Interface in org.glassfish.api.admin
ProgressStatus of a command.
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(String, int, ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusBase
Construct named ProgressStatus with defined expected count of steps.
ProgressStatusBase(String, ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusBase
Construct named ProgressStatus.
ProgressStatusBase(ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusBase
Construct unnamed ProgressStatus
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) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventComplete
 
ProgressStatusEventComplete(String, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventComplete
 
ProgressStatusEventCreateChild - Class in org.glassfish.api.admin.progress
Progress method was called.
ProgressStatusEventCreateChild(String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
 
ProgressStatusEventCreateChild(String, String, String, int, int) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
 
ProgressStatusEventProgress - Class in org.glassfish.api.admin.progress
Progress method was called.
ProgressStatusEventProgress(String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventProgress
 
ProgressStatusEventProgress(String, int, String, boolean) - 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) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusEventSet
 
ProgressStatusEventSet(String, Integer, Integer) - 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(String, int, ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusImpl
Construct named ProgressStatusImpl with defined expected count of steps.
ProgressStatusImpl(String, ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusImpl
Construct named ProgressStatusImpl.
ProgressStatusImpl(ProgressStatusBase, String) - Constructor for class org.glassfish.api.admin.progress.ProgressStatusImpl
Construct unnamed ProgressStatusImpl
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 Interface in org.glassfish.api.admin.config
Annotation that holds an array of PropertyDesc for properties eg Property.
property - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
PropertyDesc - Annotation Interface in org.glassfish.api.admin.config
Describes properties or system properties that might exist as sub-elements.
props() - Element in annotation interface org.glassfish.api.admin.config.PropertiesDesc
name of the property
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(SimpleJndiName, Object, boolean) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Publish a Remote or Object object.
publishObject(Name, Object, boolean) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Publish an object in the naming service.
publishObject(SimpleJndiName, 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 Jakarta 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.
PUT - Enum constant in enum class org.glassfish.api.admin.RestEndpoint.OpType
 
PUT - Enum constant in enum class org.glassfish.api.admin.RestRedirect.OpType
 
putAll(Map<String, char[]>) - Method in interface org.glassfish.api.admin.PasswordAliasStore
Adds a group of alias/password pairs in a single operation.
putAll(PasswordAliasStore) - Method in interface org.glassfish.api.admin.PasswordAliasStore
Adds all alias/password pairs from the specified store to this store.
putNextEntry(String) - Method in interface org.glassfish.api.deployment.archive.WritableArchive
Create a new entry in the archive

R

rank() - Method in interface org.glassfish.api.deployment.archive.ArchiveDetector
Since archive detection logic is typically executed at a very early stage of deployment, it is mainly heuristic.
RAR_ARCHIVE - Static variable in class org.glassfish.api.deployment.archive.RarArchiveType
 
RarArchiveType - Class in org.glassfish.api.deployment.archive
Resource Connector Archive Type
RarArchiveType() - Constructor for class org.glassfish.api.deployment.archive.RarArchiveType
 
ReadableArchive - Interface in org.glassfish.api.deployment.archive
Interface for implementing read access to an underlying archive on a unspecified medium
ReadableArchiveAdapter - Class in org.glassfish.api.deployment.archive
A lot of methods need to be written in order to implement ReadableArchive.
ReadableArchiveAdapter() - Constructor for class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
 
ReadableArchiveFactory - Interface in org.glassfish.api.deployment.archive
 
READY_EVENT - Static variable in class com.sun.appserv.server.LifecycleEvent
Server is ready to service requests
RECORDED - Enum constant in enum class org.glassfish.api.admin.AdminCommandState.State
 
ReferenceContainer - Interface in org.glassfish.api.admin.config
A configured object that can reference another configured object
register() - Method in interface org.glassfish.api.invocation.RegisteredComponentInvocationHandler
 
register(EventListener) - Method in interface org.glassfish.api.event.Events
Registers a new listener for global events
registerComponentInvocationHandler(ComponentInvocation.ComponentInvocationType, RegisteredComponentInvocationHandler) - Method in interface org.glassfish.api.invocation.InvocationManager
 
registerComponentInvocationHandler(ComponentInvocation.ComponentInvocationType, RegisteredComponentInvocationHandler) - Method in class org.glassfish.api.invocation.InvocationManagerImpl
 
RegisteredComponentInvocationHandler - Interface in org.glassfish.api.invocation
This class is an alternative to ComponentInvocationHandler.
registerEndpoint(String, InetAddress, int, Collection<String>, HttpHandler, ApplicationContainer) - Method in interface org.glassfish.api.container.RequestDispatcher
Registers a new endpoint for the given context root at the given port number.
registerEndpoint(String, Collection<String>, HttpHandler, ApplicationContainer) - Method in interface org.glassfish.api.container.RequestDispatcher
Registers a new endpoint (proxy implementation) for a particular context-root.
registerEndpoint(String, HttpHandler, ApplicationContainer) - Method in interface org.glassfish.api.container.RequestDispatcher
Registers a new endpoint (proxy implementation) for a particular context-root.
registerEndpoint(String, HttpHandler, ApplicationContainer, String) - Method in interface org.glassfish.api.container.RequestDispatcher
Registers a new endpoint (proxy implementation) for a particular context-root.
registerJob(Job) - Method in interface org.glassfish.api.admin.JobManager
This method will register the job in the job registry
registerListener(String, AdminCommandEventBroker.AdminCommandListener<T>) - Method in interface org.glassfish.api.admin.AdminCommandEventBroker
Register Listener for admin command events.
registr(CommandProgress) - Method in interface org.glassfish.api.admin.CommandProgressRegistry
 
relatedObject() - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
 
relatedObjects(Collection<AccessRequired.AccessCheck<U>>) - Static method in class org.glassfish.api.admin.AccessRequired.AccessCheck
Returns an immutable collection of the related objects associated with all of the specified access checks provided that the associated access check was successful.
relatedObjects(Collection<AccessRequired.AccessCheck<U>>, boolean) - Static method in class org.glassfish.api.admin.AccessRequired.AccessCheck
Returns an immutable collection of the related objects associated with all of the specified access checks, regardless of whether the access was granted for each.
remove(String) - Method in interface org.glassfish.api.admin.PasswordAliasStore
Removes the specified alias (and the associated password) from the password alias store.
removeArchiveMetaData(String) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
 
removeArchiveMetaData(String) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
 
removeExtraData(Class<U>) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
 
removeExtraData(Class<U>) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
 
removeFailedCommands() - Method in class org.glassfish.api.admin.InstanceState
 
removePrefix() - Method in class org.glassfish.api.naming.SimpleJndiName
Returns the JNDI name without the prefix.
removePrefix(String) - Method in class org.glassfish.api.naming.SimpleJndiName
 
removeSuffix(String) - Method in class org.glassfish.api.naming.SimpleJndiName
 
renameTo(String) - Method in interface org.glassfish.api.deployment.archive.ReadableArchive
rename the archive
renameTo(String) - Method in class org.glassfish.api.deployment.archive.ReadableArchiveAdapter
 
report() - Method in interface org.glassfish.api.admin.CommandRunner.CommandInvocation
Current report.
RequestDispatcher - Interface in org.glassfish.api.container
RequestDispatcher is responsible for dispatching incoming requests.
requestFileRemoval(URI, String, Properties) - Method in interface org.glassfish.api.admin.Payload.Outbound
Adds a part to the payload that represents a request to remove the specified file, presumably previously transferred in a payload during an earlier request.
requestFileRemoval(URI, String, Properties, boolean) - Method in interface org.glassfish.api.admin.Payload.Outbound
Adds a part to the payload that represents a request to remove the specified file, presumably previously transferred in a payload during an earlier request.
requestFileReplacement(String, URI, String, Properties, File, boolean) - Method in interface org.glassfish.api.admin.Payload.Outbound
Adds a part to the payload to request that the specified file be replaced.
requires() - Method in class org.glassfish.api.deployment.MetaData
Returns the list of types of metadata this deployer will require to run successfully the prepare method.
requiresAnnotationScanning(ReadableArchive) - Method in interface org.glassfish.api.deployment.archive.ArchiveHandler
Returns whether this archive requires annotation scanning.
resetDirty() - Method in interface org.glassfish.api.admin.Payload.Outbound
Resets Payload dirty flag, indicating whether Payload was modified.
resolvePassword(String) - Method in interface org.glassfish.api.admin.PasswordAliasResolver
Returns the password from the argument, processing (if present) an expression of the form ${ALIAS=aliasName} using a PasswordAliasStore.
resource() - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
Returns the config bean to be acted upon
resource() - Element in annotation interface org.glassfish.api.admin.AccessRequired
Name(s) of the resource(s) to which access should be checked.
ResourceHandler - Interface in org.glassfish.api.invocation
ResourceHandler provides interface to access resources handled by a component.
resourceName() - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
Returns the resource name, if any was set when the access check was created.
resourceNameFromConfigBeanProxy(ConfigBeanProxy) - Static method in class org.glassfish.api.admin.AccessRequired.Util
 
resourceNameFromConfigBeanType(ConfigBeanProxy, String, Class<? extends ConfigBeanProxy>) - Static method in class org.glassfish.api.admin.AccessRequired.Util
 
resourceNameFromConfigBeanType(Dom, String, Class<? extends ConfigBeanProxy>) - Static method in class org.glassfish.api.admin.AccessRequired.Util
 
resourceNameFromDom(Dom) - Static method in class org.glassfish.api.admin.AccessRequired.Util
 
RESTART_REQUIRED - Enum constant in enum class org.glassfish.api.admin.InstanceState.StateType
 
RestEndpoint - Annotation Interface in org.glassfish.api.admin
 
RestEndpoint.OpType - Enum Class in org.glassfish.api.admin
 
RestEndpoints - Annotation Interface in org.glassfish.api.admin
 
restoreJavaCompEnvContext(SimpleJndiName) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Recreate a context for java:comp/env or one of its sub-contexts given the context name.
RestParam - Annotation Interface in org.glassfish.api.admin
 
RestRedirect - Annotation Interface in org.glassfish.api.admin
annotation to redirect a rest request from CRUD operations on the configuration tree to a command invocation (like deploy, undeploy).
RestRedirect.OpType - Enum Class in org.glassfish.api.admin
 
RestRedirects - Annotation Interface in org.glassfish.api.admin
List of @RestRedirect
RestrictTo - Annotation Interface in org.glassfish.api.event
Sometimes listeners are not interested in receiving all event types, forcing them in checking the event type before doing any type of processing.
resume() - Method in interface org.glassfish.api.deployment.ApplicationContainer
Resumes this application container.
resumeCommands() - Method in class org.glassfish.api.admin.AdminCommandLock
Release the lock allowing the DAS to accept commands.
retrieve - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
revert() - Method in interface org.glassfish.api.admin.Job
Change state to reverting.
REVERTED - Enum constant in enum class org.glassfish.api.admin.AdminCommandState.State
 
REVERTING - Enum constant in enum class org.glassfish.api.admin.AdminCommandState.State
 
run() - Method in interface org.glassfish.api.logging.Task
 
RUNNING - Enum constant in enum class org.glassfish.api.admin.AdminCommandState.State
 
RUNNING - Enum constant in enum class org.glassfish.api.admin.InstanceState.StateType
 
RUNNING_RETRYABLE - Enum constant in enum class org.glassfish.api.admin.AdminCommandState.State
 
RUNTIME_ALT_DD - Static variable in class org.glassfish.api.deployment.DeployCommandParameters.ParameterNames
 
runtimealtdd - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
RuntimeType - Enum Class in org.glassfish.api.admin
Defines a server process type.
runWithSuspendedLock(Runnable) - Static method in class org.glassfish.api.admin.AdminCommandLock
Use this method to temporarily suspend the command lock during which other operations may be performed.

S

SCATTERED_WAR_ARCHIVE - Static variable in class org.glassfish.api.deployment.archive.ScatteredWarArchiveType
 
ScatteredWarArchiveType - Class in org.glassfish.api.deployment.archive
Scattered Web Archive Type
ScatteredWarArchiveType() - Constructor for class org.glassfish.api.deployment.archive.ScatteredWarArchiveType
 
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
 
separator() - Element in annotation interface org.glassfish.api.Param
Returns the character used to separate items in a list.
Server - Enum constant in enum class org.glassfish.api.admin.ProcessEnvironment.ProcessType
 
SERVER - Enum constant in enum class org.glassfish.api.Startup.Lifecycle
Deprecated.
 
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 Class 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(String, Throwable) - Constructor for exception com.sun.appserv.server.ServerLifecycleException
Construct a new LifecycleException for the specified message and throwable.
ServerLifecycleException(Throwable) - Constructor for exception com.sun.appserv.server.ServerLifecycleException
Construct a new LifecycleException for the specified throwable.
SERVICE_STARTUP - Enum constant in enum class org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
 
SERVLET_INVOCATION - Enum constant in enum class org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
 
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(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.
setCurrentStepCount(Integer) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventSet
 
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(InputStream) - Method in class org.glassfish.api.ActionReport
 
setMessage(String) - Method in class org.glassfish.api.ActionReport.MessagePart
 
setMessage(String) - 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(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.
setTotalStepCount(Integer) - Method in class org.glassfish.api.admin.progress.ProgressStatusEventSet
 
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.
SHARED - Enum constant in enum class org.glassfish.api.admin.CommandLock.LockType
 
shortName() - Element in annotation interface org.glassfish.api.Param
Returns the short name associated with the parameter so that the user can specify -p as well as -password when invoking the command.
SHUTDOWN_EVENT - Static variable in class com.sun.appserv.server.LifecycleEvent
Server is shutting down applications
shutdown_server - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Command
 
SimpleJndiName - Class in org.glassfish.api.naming
Value object for JNDI names used in GlassFish.
SimpleJndiName(String) - Constructor for class org.glassfish.api.naming.SimpleJndiName
Does simple validation and creates the instance.
SINGLE_INSTANCE - Enum constant in enum class org.glassfish.api.admin.RuntimeType
The local single instance on which the command will run
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(String, Throwable) - Constructor for exception org.glassfish.api.admin.SSHCommandExecutionException
Constructs a new SSHCommandExecutionException exception with the specified detailed message and cause.
SSHCommandExecutionException(Throwable) - Constructor for exception org.glassfish.api.admin.SSHCommandExecutionException
Constructs a new SSHCommandExecutionException exception with the specified cause.
start(ApplicationContext) - Method in interface org.glassfish.api.deployment.ApplicationContainer
Starts an application container.
START - Enum constant in enum class org.glassfish.api.Startup.Lifecycle
Deprecated.
 
started - Enum constant in enum class org.glassfish.api.admin.ServerEnvironment.Status
 
starting - Enum constant in enum class org.glassfish.api.admin.ServerEnvironment.Status
 
STARTING - Enum constant in enum class org.glassfish.api.admin.InstanceState.StateType
 
Startup - Interface in org.glassfish.api
Deprecated.
Use the RunLevel annotation on the Service instead of implementing this interface.
STARTUP_EVENT - Static variable in class com.sun.appserv.server.LifecycleEvent
Server is starting up applications
startup_server - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Command
 
Startup.Lifecycle - Enum Class 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.
StartupRunLevel - Annotation Interface 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
stopped - Enum constant in enum class org.glassfish.api.admin.ServerEnvironment.Status
 
stopping - Enum constant in enum class org.glassfish.api.admin.ServerEnvironment.Status
 
subpath() - Element in annotation interface org.glassfish.api.admin.NamedResource
overides the default collection name for named resources of this type
SUCCESS - Enum constant in enum class org.glassfish.api.ActionReport.ExitCode
 
SUCCESS - Enum constant in enum class org.glassfish.api.admin.AdminCommandLock.SuspendStatus
 
Supplemental - Annotation Interface 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 Class 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.
systemProperties() - Element in annotation interface org.glassfish.api.admin.config.PropertiesDesc
returns true if these describe <system-property>

T

target - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
target - Variable in class org.glassfish.api.deployment.StateCommandParameters
 
target - Variable in class org.glassfish.api.deployment.UndeployCommandParameters
 
TargetBasedExecutor - Class in org.glassfish.api.admin
Convenience implementation that delegate to a provided system executor.
TargetBasedExecutor() - Constructor for class org.glassfish.api.admin.TargetBasedExecutor
 
Task<T> - Interface in org.glassfish.api.logging
Created by IntelliJ IDEA.
tearDown() - Method in interface org.glassfish.api.container.Sniffer
Tears down a container, remove all imported libraries from the module subsystem.
TelemetryProvider - Interface in org.glassfish.api.monitoring
A TelemetryProvider provides monitoring data using the flashlight framework.
TERMINATION_EVENT - Static variable in class com.sun.appserv.server.LifecycleEvent
Server is terminating the subsystems and the runtime environment.
TIMEOUT - Enum constant in enum class org.glassfish.api.admin.AdminCommandLock.SuspendStatus
 
TldProvider - Interface in org.glassfish.api.web
The TldProvider provides an interface to get jar URL with tlds and corresponding tld entries.
toBeExecutedAfter() - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
 
toBeExecutedAfterReplication() - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
 
toBeExecutedBefore() - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
 
toName() - Method in class org.glassfish.api.naming.SimpleJndiName
 
toString() - Method in class org.glassfish.api.ActionReport.MessagePart
 
toString() - Method in class org.glassfish.api.admin.AccessRequired.AccessCheck
Formats the access check as a human-friendly string.
toString() - Method in class org.glassfish.api.admin.ProcessEnvironment
 
toString() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase.ChildProgressStatus
 
toString() - Method in class org.glassfish.api.admin.progress.ProgressStatusBase
 
toString() - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO.ChildProgressStatusDTO
 
toString() - Method in class org.glassfish.api.admin.progress.ProgressStatusDTO
 
toString() - Method in class org.glassfish.api.deployment.archive.ArchiveType
 
toString() - Method in class org.glassfish.api.jdbc.SQLTraceRecord
 
toString() - Method in class org.glassfish.api.naming.SimpleJndiName
Returns the JNDI name.
toString(int) - Method in class org.glassfish.api.ActionReport.MessagePart
 
totalStepCount - Variable in class org.glassfish.api.admin.progress.ProgressStatusBase
 
totalStepCount - Variable in class org.glassfish.api.admin.progress.ProgressStatusDTO
 
totalStepCount() - Element in annotation interface org.glassfish.api.admin.Progress
Number of steps necessary to complete the operation.
transaction - Variable in class org.glassfish.api.invocation.ComponentInvocation
 
type - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
type() - Element in annotation interface org.glassfish.api.admin.AccessRequired.NewChild
Type of the new ConfigBean to be created.
type() - Element in annotation interface org.glassfish.api.admin.config.ModelBinding
returns the model the annotated type is bound to
type() - Method in class org.glassfish.api.event.EventListener.Event
 
type() - Method in class org.glassfish.api.event.EventTypes
 

U

UN_INITIALIZED - Enum constant in enum class org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
 
unbindAppObject(String, SimpleJndiName) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Remove an object from the application's namespace.
unbindAppObjects(String) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Unbind app and module level bindings for the given app name.
unbindComponentObjects(String) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Unbind component-level bindings
unbindModuleObject(String, String, SimpleJndiName) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Remove an object from the module name-space of an application
Typically, to get access to application's module namespace, invocation context must be set to appropriate application's context.
This API is useful in cases where containers within GlassFish need to unbind the objects in application's module name-space and do not have application's invocation context
undeploy - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Command
 
undeploy - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Origin
 
UndeployCommandParameters - Class in org.glassfish.api.deployment
Parameters passed to a deployment command.
UndeployCommandParameters() - Constructor for class org.glassfish.api.deployment.UndeployCommandParameters
 
UndeployCommandParameters(String) - Constructor for class org.glassfish.api.deployment.UndeployCommandParameters
 
uniquetablenames - Variable in class org.glassfish.api.deployment.DeployCommandParameters
 
unknownOptionsAreOperands() - Method in class org.glassfish.api.admin.CommandModel
Should an unknown option be considered an operand by asadmin?
UnknownOptionsAreOperands - Annotation Interface in org.glassfish.api
If this annotation is applied to a command class, the asadmin client will treat any unknown option on the command line as the start of the operands.
unload - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Origin
 
unload(U, DeploymentContext) - Method in interface org.glassfish.api.deployment.Deployer
Unload or stop a previously running application identified with the ContractProvider instance.
unloadAMXMBeans() - Method in interface org.glassfish.api.amx.AMXLoader
Unload (unregister) AMX MBeans.
unpublishCosNamingObject(SimpleJndiName) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Remove a Remote or Object instance from the naming service and global naming service.
unpublishObject(Name) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Remove an object from the naming service.
unpublishObject(SimpleJndiName) - Method in interface org.glassfish.api.naming.GlassfishNamingManager
Remove an object from the naming service.
unregister(EventListener) - Method in interface org.glassfish.api.event.Events
Unregisteres a listener
unregisterEndpoint(String) - Method in interface org.glassfish.api.container.RequestDispatcher
Removes the context root from our list of endpoints.
unregisterEndpoint(String, ApplicationContainer) - Method in interface org.glassfish.api.container.RequestDispatcher
Removes the context root from our list of endpoints.
unregisterListener(AdminCommandEventBroker.AdminCommandListener) - Method in interface org.glassfish.api.admin.AdminCommandEventBroker
Remove registered listener.
urlPattern() - Element in annotation interface org.glassfish.api.content.WebRequestHandler
Returns the URL pattern for URL request this class is capable of handling.
useForAuthorization() - Element in annotation interface org.glassfish.api.admin.RestEndpoint
Whether this RestEndpoint should be used for command authorization decisions automatically.
user - Variable in class org.glassfish.api.admin.progress.JobInfo
 
USER_MESSAGE_NAME - Static variable in interface org.glassfish.api.admin.AdminCommandEventBroker.EventBrokerUtils
 
Util() - Constructor for class org.glassfish.api.admin.AccessRequired.Util
 
Util() - Constructor for class org.glassfish.api.naming.DefaultResourceProxy.Util
 
Utils() - Constructor for class org.glassfish.api.admin.ProgressProvider.Utils
 

V

VAL - Static variable in annotation interface 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
value() - Element in annotation interface org.glassfish.api.admin.AccessRequired.Delegate
 
value() - Element in annotation interface org.glassfish.api.admin.AccessRequired.List
 
value() - Element in annotation interface org.glassfish.api.admin.AccessRequired.NewChild.List
 
value() - Element in annotation interface org.glassfish.api.admin.AccessRequired.To
Action(s) to be authorized on the ConfigBean
value() - Element in annotation interface org.glassfish.api.admin.CommandAspect
 
value() - Element in annotation interface org.glassfish.api.admin.CommandLock
Returns the type of lock to acquire.
value() - Element in annotation interface org.glassfish.api.admin.ExecuteOn
Returns an array of process types on which the annotated action should run
value() - Element in annotation interface org.glassfish.api.admin.IfFailure
Returns the intent action to perform if the annotated method does not execute successfully (expressed by a faulty error code or an exception thrown).
value() - Element in annotation interface org.glassfish.api.admin.RestEndpoints
 
value() - Element in annotation interface org.glassfish.api.admin.RestParam
 
value() - Element in annotation interface org.glassfish.api.admin.RestRedirects
 
value() - Element in annotation interface org.glassfish.api.admin.Supplemental
Name of the supplemented command as it can be looked up in the habitat.
value() - Element in annotation interface org.glassfish.api.event.RestrictTo
 
value() - Element in annotation interface org.glassfish.api.I18n
Returns the string identify the i18n resource from the resource bundle associated with the class containing the annotation.
value() - Element in annotation interface org.glassfish.api.naming.NamespacePrefixes
 
valueOf(String) - Static method in enum class org.glassfish.api.ActionReport.ExitCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.admin.AdminCommandLock.SuspendStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.admin.AdminCommandState.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.admin.CommandLock.LockType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.admin.FailurePolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.admin.InstanceState.StateType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.admin.ProcessEnvironment.ProcessType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.admin.RestEndpoint.OpType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.admin.RestRedirect.OpType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.admin.RuntimeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.admin.ServerEnvironment.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.admin.Supplemental.Timing
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.deployment.OpsParams.Command
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.deployment.OpsParams.Origin
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.glassfish.api.Startup.Lifecycle
Deprecated.
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.glassfish.api.ActionReport.ExitCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.admin.AdminCommandLock.SuspendStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.admin.AdminCommandState.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.admin.CommandLock.LockType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Element in annotation interface org.glassfish.api.admin.config.PropertyDesc
Possible values, might not be a complete list and/or there could be other alternatives such as specific numbers, variables, etc.
values() - Static method in enum class org.glassfish.api.admin.FailurePolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.admin.InstanceState.StateType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.admin.ProcessEnvironment.ProcessType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.admin.RestEndpoint.OpType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.admin.RestRedirect.OpType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.admin.RuntimeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.admin.ServerEnvironment.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.admin.Supplemental.Timing
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.deployment.OpsParams.Command
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.deployment.OpsParams.Origin
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.glassfish.api.Startup.Lifecycle
Deprecated.
Returns an array containing the constants of this enum class, 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
 

W

WAR_ARCHIVE - Static variable in class org.glassfish.api.deployment.archive.WarArchiveType
 
WarArchiveType - Class in org.glassfish.api.deployment.archive
Web Archive Type
WarArchiveType() - Constructor for class org.glassfish.api.deployment.archive.WarArchiveType
 
Warn - Enum constant in enum class org.glassfish.api.admin.FailurePolicy
Warn the user of the failure, does not change the overall exit code of the command execution.
WARNING - Enum constant in enum class org.glassfish.api.ActionReport.ExitCode
 
WebRequestHandler - Annotation Interface in org.glassfish.api.content
Annotation that denote a class capable of handling particular URL patterns.
whereToRun() - Method in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
 
WrappedAdminCommand - Class in org.glassfish.api.admin
Represents command wrapped with CommandWrapperImpl.
WrappedAdminCommand(AdminCommand) - Constructor for class org.glassfish.api.admin.WrappedAdminCommand
Default constructor.
WritableArchive - Interface in org.glassfish.api.deployment.archive
Interface for implementing write access to an underlying archive on a unspecified medium
writeReport(OutputStream) - Method in class org.glassfish.api.ActionReport
 
writeTo(OutputStream) - Method in interface org.glassfish.api.admin.Payload.Outbound
Writes the parts already added to the payload to the specified OutputStream.

_

_classicstyle - Variable in class org.glassfish.api.deployment.OpsParams
 
_deploy - Enum constant in enum class org.glassfish.api.deployment.OpsParams.Command
 
_ignoreCascade - Variable in class org.glassfish.api.deployment.UndeployCommandParameters
 
_type - Variable in class org.glassfish.api.deployment.UndeployCommandParameters
 
A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form