Serialized Form
-
Package com.sun.appserv.server
-
Class com.sun.appserv.server.LifecycleEvent
class LifecycleEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventData
Object eventData
-
eventType
int eventType
-
-
Exception Class com.sun.appserv.server.ServerLifecycleException
class ServerLifecycleException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.glassfish.api
-
Class org.glassfish.api.ActionReport
class ActionReport extends Object implements Serializable- serialVersionUID:
- -238144192513668688L
-
Serialized Fields
-
extraProperties
Properties extraProperties
-
resultTypes
Map resultTypes
-
-
Class org.glassfish.api.ActionReport.MessagePart
class MessagePart extends Object implements Serializable- serialVersionUID:
- -8708934987452414280L
-
Serialized Fields
-
children
List<ActionReport.MessagePart> children
-
childrenType
String childrenType
-
message
StringBuilder message
-
props
Properties props
-
-
-
Package org.glassfish.api.admin
-
Class org.glassfish.api.admin.AdminCommandContextForInstance
class AdminCommandContextForInstance extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
progressStatus
ProgressStatus progressStatus
-
wrapped
AdminCommandContext wrapped
-
-
Class org.glassfish.api.admin.AdminCommandContextImpl
class AdminCommandContextImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
jobId
String jobId
-
progressStatus
ProgressStatus progressStatus
-
report
ActionReport report
-
-
Exception Class org.glassfish.api.admin.AdminCommandLockException
class AdminCommandLockException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.glassfish.api.admin.AdminCommandLockTimeoutException
class AdminCommandLockTimeoutException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.glassfish.api.admin.AuthenticationException
class AuthenticationException extends CommandException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.glassfish.api.admin.CommandException
class CommandException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.glassfish.api.admin.CommandValidationException
class CommandValidationException extends CommandException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.glassfish.api.admin.InvalidCommandException
class InvalidCommandException extends CommandException implements Serializable- serialVersionUID:
- 1L
-
Class org.glassfish.api.admin.JobManager.Checkpoint
class Checkpoint extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
command
AdminCommand command
-
context
AdminCommandContext context
-
job
Job job
-
-
Class org.glassfish.api.admin.ParameterMap
class ParameterMap extends org.jvnet.hk2.component.MultiMap<String,String> implements Serializable - serialVersionUID:
- 1L
-
Exception Class org.glassfish.api.admin.SSHCommandExecutionException
class SSHCommandExecutionException extends CommandException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.glassfish.api.admin.progress
-
Class org.glassfish.api.admin.progress.ProgressStatusBase
class ProgressStatusBase extends Object implements Serializable- serialVersionUID:
- -2501719606059507140L
-
Serialized Fields
-
children
Set<ProgressStatusBase.ChildProgressStatus> children
-
completed
boolean completed
-
currentStepCount
int currentStepCount
-
id
String id
-
name
String name
-
parent
ProgressStatusBase parent
-
totalStepCount
int totalStepCount
-
-
Class org.glassfish.api.admin.progress.ProgressStatusBase.ChildProgressStatus
class ChildProgressStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
allocatedSteps
int allocatedSteps
-
progressStatus
ProgressStatusBase progressStatus
-
-
Class org.glassfish.api.admin.progress.ProgressStatusImpl
class ProgressStatusImpl extends ProgressStatusBase implements Serializable- serialVersionUID:
- 1L
-
Class org.glassfish.api.admin.progress.ProgressStatusMirroringImpl
class ProgressStatusMirroringImpl extends ProgressStatusBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.glassfish.api.container
-
Exception Class org.glassfish.api.container.EndpointRegistrationException
class EndpointRegistrationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.glassfish.api.invocation
-
Exception Class org.glassfish.api.invocation.InvocationException
class InvocationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ex
Exception ex
-
-
-
Package org.glassfish.api.jdbc
-
Class org.glassfish.api.jdbc.SQLTraceRecord
class SQLTraceRecord extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
applicationName
String applicationName
Application Name which executed the SQL statement -
callingApplicationMethod
StackWalker.StackFrame callingApplicationMethod
Info about the method in the application that triggered the SQL query -
className
String className
Type of SQL query. Could be PreparedStatement, CallableStatement or other object types. -
methodName
String methodName
Method that executed the query. -
moduleName
String moduleName
Module Name which executed the SQL statement -
params
Object[] params
Parameters of the method that executed the SQL query. Includes information like SQL query, arguments and so on. -
poolName
String poolName
Pool Name in which the SQL statement is executed. -
sqlQuery
String sqlQuery
The SQL query -
threadID
long threadID
Thread ID from which SQL statement originated. -
threadName
String threadName
Thread Name from which SQL statement originated. -
timeStamp
long timeStamp
Time of execution of query.
-
-
-
Package org.glassfish.api.logging
-
Class org.glassfish.api.logging.LogLevel
class LogLevel extends Level implements Serializable- serialVersionUID:
- 204716607972038217L
-
-
Package org.glassfish.api.naming
-
Class org.glassfish.api.naming.SimpleJndiName
class SimpleJndiName extends Object implements Serializable- serialVersionUID:
- -6969478638009057579L
-
Serialized Fields
-
jndiName
String jndiName
-
-