Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
M
N
O
P
R
S
T
V
A
addBeanType(Class<? extends Object>)
- Method in class org.addsimplicity.anicetus.io.
JsonEncoder
Add a class to be treated as a bean during encoding.
addChild(GlobalInfo)
- Method in class org.addsimplicity.anicetus.entity.
ExecInfo
Add a child to this container.
addChild(GlobalInfo)
- Method in interface org.addsimplicity.anicetus.entity.
TelemetryContainer
Add a child to this container.
addDefaultBeanType(Class<? extends Object>)
- Static method in class org.addsimplicity.anicetus.io.
JsonEncoder
Add a default bean type.
addDefaultPackage(String)
- Static method in class org.addsimplicity.anicetus.io.
JsonDecoder
Add a default package to the search list that will be used for decoding JSON.
afterPropertiesSet()
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Called by Spring once all properties have been set.
afterPropertiesSet()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Called after the Spring framework sets all properties.
ANICETUS_TYPE
- Static variable in class org.addsimplicity.anicetus.io.
JsonConstants
The key used identify the type of the telemetry.
B
beginTransaction(String)
- Method in class org.addsimplicity.anicetus.
TelemetryContext
The beginTransaction method starts a new transaction as a child of the current session or transaction.
C
clear()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Clear all entries in the map.
close()
- Method in class org.addsimplicity.anicetus.io.
FileDeliveryAdapter
Close the current file stream, if it was opened by the delivery adapter.
complete()
- Method in class org.addsimplicity.anicetus.entity.
ExecInfo
Complete the current execution container.
CompletionStatus
- Enum in
org.addsimplicity.anicetus.entity
The completion status defines the outcome of a session or transaction.
containsKey(Object)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
containsValue(Object)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
createSession()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
D
decode(char[])
- Method in class org.addsimplicity.anicetus.io.
JsonDecoder
Convert a character array that represents a JSON encoded object.
decode(char[])
- Method in interface org.addsimplicity.anicetus.io.
TelemetryDecoder
Decode the buffer into a telemetry artifact.
DeliveryAdapter
- Interface in
org.addsimplicity.anicetus.io
The delivery adapter interface is used to send telemetry events to the telemetry bus.
destroy()
- Method in class org.addsimplicity.anicetus.io.
FileDeliveryAdapter
The destroy method is called by the Spring framework when this bean is being disposed.
destroy()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
The destroy method is called by the Spring framework when the context is being disposed.
E
encode(GlobalInfo)
- Method in class org.addsimplicity.anicetus.io.
JsonEncoder
Encode the telemetry graph as JSON.
encode(GlobalInfo)
- Method in interface org.addsimplicity.anicetus.io.
TelemetryEncoder
Translate a telemetry artifact into a character array.
endSession()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
The current session is ended.
endTransaction()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
The current transaction is closed.
entrySet()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
equals(Object)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Equality is defined as entityId equivalence.
EventFields
- Enum in
org.addsimplicity.anicetus.entity
The EventFields define the telemetry properties that are added by the TelemetryEvent.
exceptionCaught(Throwable)
- Method in interface org.addsimplicity.anicetus.io.
ExceptionHandler
The exceptionCaught method will be invoked if an exception occurs during telemetry publication.
exceptionCaught(Throwable)
- Method in class org.addsimplicity.anicetus.io.
SystemErrorExceptionHandler
Dump the exception to System.err.
ExceptionHandler
- Interface in
org.addsimplicity.anicetus.io
The exception handler interface provides a notification mechanism for applications to handle exceptions that occur during the publishing of telemetry to the bus.
ExecInfo
- Class in
org.addsimplicity.anicetus.entity
ExecInfo provides an execution container for telemetry that has a duration and potentially child telemetry.
ExecInfo()
- Constructor for class org.addsimplicity.anicetus.entity.
ExecInfo
Create an ExecInfo without a parent.
ExecInfo(GlobalInfo)
- Constructor for class org.addsimplicity.anicetus.entity.
ExecInfo
Create an ExecInfo with the specified telemetry as the parent.
ExecInfoFields
- Enum in
org.addsimplicity.anicetus.entity
The ExecInfoFields defines the properties that are added by ExecInfo
F
FileDeliveryAdapter
- Class in
org.addsimplicity.anicetus.io
The file delivery adapater will publish events to a file or stream.
FileDeliveryAdapter()
- Constructor for class org.addsimplicity.anicetus.io.
FileDeliveryAdapter
fromAbbreviation(char)
- Static method in enum org.addsimplicity.anicetus.entity.
CompletionStatus
Translate the single letter status abbreviation to the enumeration instance.
fromMessage(Message)
- Method in class org.addsimplicity.anicetus.io.jms.
JsonMessageConverter
Convert a JMS text message with a JSON payload to a telemetry artifact.
G
get(Object)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
getAbbreviation()
- Method in enum org.addsimplicity.anicetus.entity.
CompletionStatus
Get the abbreviation from the enumeration.
getBeanTypes()
- Method in class org.addsimplicity.anicetus.io.
JsonEncoder
Return the current list of bean types in use by the encoder.
getChildren()
- Method in class org.addsimplicity.anicetus.entity.
ExecInfo
Return the children of the execution container.
getChildren()
- Method in interface org.addsimplicity.anicetus.entity.
TelemetryContainer
Get an immutable collection of the children of this container.
getConnectionFactory()
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Get the current connection factory used to connect to the JMS broker.
getDecoder()
- Method in class org.addsimplicity.anicetus.io.jms.
JsonMessageConverter
Get the current decoder.
getDeliveryAdapter()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Return the currently set delivery adapter.
getDestination()
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Get the current destination.
getDiscardOverrun()
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Get the current policy for queue overruns.
getDuration()
- Method in class org.addsimplicity.anicetus.entity.
ExecInfo
Get the duration of the execution of the container.
getEncoder()
- Method in class org.addsimplicity.anicetus.io.jms.
JsonMessageConverter
Get the current encoder.
getEntityId()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Return the entity identifier for this artifact.
getExceptionHandler()
- Method in class org.addsimplicity.anicetus.io.
FileDeliveryAdapter
Get the current exception handler that is in effect.
getExceptionHandler()
- Method in class org.addsimplicity.anicetus.io.
JsonDecoder
Return the exception handler in effect for the decoder.
getExceptionHandler()
- Method in class org.addsimplicity.anicetus.io.
JsonEncoder
Return the exception handler currently in effect.
getExecutionContext()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Return the execution context.
getMaxDeliveryQueue()
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Get the maximum size of the delivery queue.
getMaxDeliveryThreads()
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Get the maximum number of delivery threads.
getMessage()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Return the message associated with the artifact.
getMessageConverter()
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Get the current message converter.
getOperation()
- Method in class org.addsimplicity.anicetus.entity.
TelemetryTransaction
The operation is the action being performed by this transaction.
getOperationName()
- Method in class org.addsimplicity.anicetus.entity.
TelemetrySession
Get the operation name.
getOperationName()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Return the operation name.
getParameters()
- Method in class org.addsimplicity.anicetus.entity.
TelemetryTransaction
Parameters may be optional specified and associated with the operation.
getParentId()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Return the entity id of the parent of this artifact.
getProcessIdentifier()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Return the processor identifier.
getReportingNode()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Return the node where this artifact was created.
getReportingNode()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Return the reporting node.
getResourceId()
- Method in class org.addsimplicity.anicetus.entity.
TelemetryTransaction
Get the identifier of the primary resource being manipulated by this transaction.
getSession()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Return the current active session.
getStatus()
- Method in class org.addsimplicity.anicetus.entity.
ExecInfo
Return the completion status of the operation.
getTimeStamp()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Return the time stamp when this artifact was created.
getTranslator()
- Method in class org.addsimplicity.anicetus.io.
FileDeliveryAdapter
Get the current session translator that is in effect.
getType()
- Method in class org.addsimplicity.anicetus.entity.
TelemetryEvent
The type of the event is an arbitrary name specified by the application.
getWriter()
- Method in class org.addsimplicity.anicetus.io.
FileDeliveryAdapter
Get the current stream where telemetry is being written.
GlobalInfo
- Class in
org.addsimplicity.anicetus.entity
GlobalInfo serves as the base object for all telemetry artifacts.
GlobalInfo()
- Constructor for class org.addsimplicity.anicetus.entity.
GlobalInfo
Construct a telemetry artifact without a parent.
GlobalInfo(GlobalInfo)
- Constructor for class org.addsimplicity.anicetus.entity.
GlobalInfo
Construct a telemetry object as a child of the specified parent.
GlobalInfoFields
- Enum in
org.addsimplicity.anicetus.entity
The GlobalInfoFields provides the distinguished names for the properties provided by GlobalInfo.
H
hashCode()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
The hash code is implemented as the entity identifier hash code.
I
isEmpty()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
J
JMSDeliveryAdapter
- Class in
org.addsimplicity.anicetus.io.jms
The JMS delivery adapter publishes telemetry to a JMS topic or queue.
JMSDeliveryAdapter()
- Constructor for class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
JsonConstants
- Class in
org.addsimplicity.anicetus.io
JsonConstants define the strings that are shared between the encoding and decoding of telemetry.
JsonConstants()
- Constructor for class org.addsimplicity.anicetus.io.
JsonConstants
JsonDecoder
- Class in
org.addsimplicity.anicetus.io
The decoder translates a JSON encoded telemetry into a Java object.
JsonDecoder()
- Constructor for class org.addsimplicity.anicetus.io.
JsonDecoder
JsonEncoder
- Class in
org.addsimplicity.anicetus.io
The encoder translates telemetry into a JSON string.
JsonEncoder()
- Constructor for class org.addsimplicity.anicetus.io.
JsonEncoder
JsonMessageConverter
- Class in
org.addsimplicity.anicetus.io.jms
The JSON message converter translates a telemetry artifact to a JMS text message with the payload formatted as a JSON string.
JsonMessageConverter()
- Constructor for class org.addsimplicity.anicetus.io.jms.
JsonMessageConverter
K
keySet()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
M
MissingPropertyException
- Exception in
org.addsimplicity.anicetus.io
The missing property exception occurs when a json string maps to a java object and a property in the json string is not settable on the object.
MissingPropertyException()
- Constructor for exception org.addsimplicity.anicetus.io.
MissingPropertyException
Construct an empty exception.
MissingPropertyException(String)
- Constructor for exception org.addsimplicity.anicetus.io.
MissingPropertyException
Construct a message with the specified string.
MissingPropertyException(String, Object)
- Constructor for exception org.addsimplicity.anicetus.io.
MissingPropertyException
Construct an exception given the missing property name and the type.
MissingPropertyException(String, Throwable)
- Constructor for exception org.addsimplicity.anicetus.io.
MissingPropertyException
Construct an exception with the specified message and cause exception.
MissingPropertyException(Throwable)
- Constructor for exception org.addsimplicity.anicetus.io.
MissingPropertyException
Construct a message with the specified cause.
N
newEvent(String)
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Create an event, child of the current context (session or transaction).
newState()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Create a state, child of the current context (session or transaction).
O
org.addsimplicity.anicetus
- package org.addsimplicity.anicetus
org.addsimplicity.anicetus.entity
- package org.addsimplicity.anicetus.entity
org.addsimplicity.anicetus.io
- package org.addsimplicity.anicetus.io
org.addsimplicity.anicetus.io.jms
- package org.addsimplicity.anicetus.io.jms
P
peekTransaction()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Return the current execution context (session or transaction).
popTransaction()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Pop the current transaction off the top of the stack.
pushTransaction(ExecInfo)
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Push a transaction to the top of the execution context.
put(String, Object)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
putAll(Map<? extends String, ? extends Object>)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
R
remove(Object)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
S
sendBeacon(GlobalInfo)
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Send a telemetry beacon that is independent of the current execution context.
sendTelemetry(GlobalInfo)
- Method in interface org.addsimplicity.anicetus.io.
DeliveryAdapter
Send the specified telemtry to the bus.
sendTelemetry(GlobalInfo)
- Method in class org.addsimplicity.anicetus.io.
FileDeliveryAdapter
Send the telemetry to the file.
sendTelemetry(GlobalInfo)
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Send the telemetry to the JMS topic.
SessionFields
- Enum in
org.addsimplicity.anicetus.entity
The SessionFields enumeration provides the names for the properties added by the session artifact.
setBeanTypes(Set<Class<? extends Object>>)
- Method in class org.addsimplicity.anicetus.io.
JsonEncoder
Set the bean types that will be used during JSON encoding.
setConnectionFactory(ConnectionFactory)
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Set the JMS connection factory that will be used to connect to the broker.
setDecoder(TelemetryDecoder)
- Method in class org.addsimplicity.anicetus.io.jms.
JsonMessageConverter
Set the decoder.
setDeliveryAdapter(DeliveryAdapter)
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Set the delivery adpater that will be used to publish events on the telemetry bus.
setDestination(Destination)
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Set the destination topic or queue for delivering telemetry.
setDiscardOverrun(boolean)
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Setting discard to true will cause telemetry to be dropped if the delivery queue is full.
setDuration(long)
- Method in class org.addsimplicity.anicetus.entity.
ExecInfo
Set the execution time in nanoseconds.
setEncoder(TelemetryEncoder)
- Method in class org.addsimplicity.anicetus.io.jms.
JsonMessageConverter
Set the telmetry encoder.
setEntityId(UUID)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Set the entity identifier for this artifact.
setExceptionAsMessage(Throwable)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Set the message to the formatted exception.
setExceptionHandler(ExceptionHandler)
- Method in interface org.addsimplicity.anicetus.io.
DeliveryAdapter
Set the exception handler that will be called if the sendTelemetry method fails for any reason.
setExceptionHandler(ExceptionHandler)
- Method in class org.addsimplicity.anicetus.io.
FileDeliveryAdapter
Set the exception handler that will receive exceptions that occur.
setExceptionHandler(ExceptionHandler)
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
The exception handler that will be invoked if a delivery error occurs.
setExceptionHandler(ExceptionHandler)
- Method in class org.addsimplicity.anicetus.io.
JsonDecoder
Set the exception handler that will receive any exception that occurs during decoding.
setExceptionHandler(ExceptionHandler)
- Method in class org.addsimplicity.anicetus.io.
JsonEncoder
Set the exception handler that will receive exceptions encountered during encoding.
setExecutionContext(String)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Set the execution context for this artifact.
setFile(String)
- Method in class org.addsimplicity.anicetus.io.
FileDeliveryAdapter
Set the file where events are written.
setMaxDeliveryQueue(int)
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
The delivery queue holds telemetry to be delivered.
setMaxDeliveryThreads(int)
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
Delivery threads publish events to the JMS topic.
setMessage(String)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Set a message on this artifact.
setMessageConverter(MessageConverter)
- Method in class org.addsimplicity.anicetus.io.jms.
JMSDeliveryAdapter
The message converter is responsible for translating the telemetry artifact to the JMS message structure.
setOperation(String)
- Method in class org.addsimplicity.anicetus.entity.
TelemetryTransaction
Set the operation or action performed by this transaction.
setOperationName(String)
- Method in class org.addsimplicity.anicetus.entity.
TelemetrySession
Set the operation name.
setOperationName(String)
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Set the operation name for this context.
setParameters(Object[])
- Method in class org.addsimplicity.anicetus.entity.
TelemetryTransaction
Set optional parameters associated with the operation.
setParentId(UUID)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Set the GUID of the parent of this artifact.
setProcessIdentifier(int)
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Set the process identifier for this context.
setReportingNode(String)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Set the reporting node where this artifact is created.
setReportingNode(String)
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Set the node identifier for this context.
setResourceId(String)
- Method in class org.addsimplicity.anicetus.entity.
TelemetryTransaction
Set a resource identifier of the primary resource acted upon by this transaction.
setSearchPackages(String[])
- Method in class org.addsimplicity.anicetus.io.
JsonDecoder
Add packages to the package search list.
setStatus(CompletionStatus)
- Method in class org.addsimplicity.anicetus.entity.
ExecInfo
Set the completion status of the execution.
setTimeStamp(long)
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
Set the time stamp when this artifact was created.
setTranslator(TelemetryEncoder)
- Method in class org.addsimplicity.anicetus.io.
FileDeliveryAdapter
Set the translator that will be used for this session.
setType(String)
- Method in class org.addsimplicity.anicetus.entity.
TelemetryEvent
The type of the event is an arbitrary name specified by the application.
setWriter(Writer)
- Method in class org.addsimplicity.anicetus.io.
FileDeliveryAdapter
Set the stream to use for writing telemetry.
size()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
startSession()
- Method in class org.addsimplicity.anicetus.
TelemetryContext
Start a new session.
startTimer()
- Method in class org.addsimplicity.anicetus.entity.
ExecInfo
Reset the start time of the operation.
SystemErrorExceptionHandler
- Class in
org.addsimplicity.anicetus.io
The default exception handler.
SystemErrorExceptionHandler()
- Constructor for class org.addsimplicity.anicetus.io.
SystemErrorExceptionHandler
T
TelemetryContainer
- Interface in
org.addsimplicity.anicetus.entity
TelemetryContainer defines an artifact as being capable of having children directly embedded within them.
TelemetryContext
- Class in
org.addsimplicity.anicetus
The TelemetryContext establishes the execution container for all telemetry.
TelemetryContext()
- Constructor for class org.addsimplicity.anicetus.
TelemetryContext
TelemetryDecoder
- Interface in
org.addsimplicity.anicetus.io
The decoder interface is used to translate an encoded buffer into a telemetry artifact.
TelemetryEncoder
- Interface in
org.addsimplicity.anicetus.io
The encoder interface provides the semantics for turning a telemetry artifact into a character array that can be used on transport streams.
TelemetryEvent
- Class in
org.addsimplicity.anicetus.entity
An event is something that occurs of significance during the execution of the application.
TelemetryEvent()
- Constructor for class org.addsimplicity.anicetus.entity.
TelemetryEvent
Construct an event without a parent.
TelemetryEvent(GlobalInfo)
- Constructor for class org.addsimplicity.anicetus.entity.
TelemetryEvent
Construct an event with the specified artifact as the parent.
TelemetrySession
- Class in
org.addsimplicity.anicetus.entity
A session defines the execution of something meaningful by the application.
TelemetrySession()
- Constructor for class org.addsimplicity.anicetus.entity.
TelemetrySession
Create a session without a parent.
TelemetryState
- Class in
org.addsimplicity.anicetus.entity
A state telemetry is a statement of a fact.
TelemetryState()
- Constructor for class org.addsimplicity.anicetus.entity.
TelemetryState
Construct a state without a parent.
TelemetryState(GlobalInfo)
- Constructor for class org.addsimplicity.anicetus.entity.
TelemetryState
Construct a state with the specified artifact as the parent.
TelemetryTransaction
- Class in
org.addsimplicity.anicetus.entity
A transaction captures the details of an interaction with a component of the application.
TelemetryTransaction()
- Constructor for class org.addsimplicity.anicetus.entity.
TelemetryTransaction
Construct a transaction without a parent.
TelemetryTransaction(GlobalInfo)
- Constructor for class org.addsimplicity.anicetus.entity.
TelemetryTransaction
Construct a transaction with the specified artifact as the parent.
toMessage(Object, Session)
- Method in class org.addsimplicity.anicetus.io.jms.
JsonMessageConverter
Translate the telemetry to a JMS message.
TransactionFields
- Enum in
org.addsimplicity.anicetus.entity
TransactionFields provides the names for the distinguished properties added by the transaction telemetry artifact.
V
valueOf(String)
- Static method in enum org.addsimplicity.anicetus.entity.
CompletionStatus
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.addsimplicity.anicetus.entity.
EventFields
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.addsimplicity.anicetus.entity.
ExecInfoFields
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.addsimplicity.anicetus.entity.
GlobalInfoFields
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.addsimplicity.anicetus.entity.
SessionFields
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.addsimplicity.anicetus.entity.
TransactionFields
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.addsimplicity.anicetus.entity.
CompletionStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.addsimplicity.anicetus.entity.
EventFields
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.addsimplicity.anicetus.entity.
ExecInfoFields
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Method in class org.addsimplicity.anicetus.entity.
GlobalInfo
values()
- Static method in enum org.addsimplicity.anicetus.entity.
GlobalInfoFields
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.addsimplicity.anicetus.entity.
SessionFields
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.addsimplicity.anicetus.entity.
TransactionFields
Returns an array containing the constants of this enum type, in the order they're declared.
A
B
C
D
E
F
G
H
I
J
K
M
N
O
P
R
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009 Add Simplicity. All Rights Reserved.