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

AbstractLogger - Class in com.sun.jdo.spi.persistence.utility.logging
This class provides a default implementation of the com.sun.jdo.spi.persistence.utility.logging.Logger interface which implements most methods and/or delegates them to a few abstract methods which subclasses must override.
AbstractLogger(String, String, ClassLoader) - Constructor for class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Creates a new AbstractLogger.
AbstractLoggerFactory - Class in com.sun.jdo.spi.persistence.utility.logging
 
AbstractLoggerFactory() - Constructor for class com.sun.jdo.spi.persistence.utility.logging.AbstractLoggerFactory
 
acquire() - Method in class com.sun.jdo.spi.persistence.utility.NullSemaphore
Does nothing.
acquire() - Method in interface com.sun.jdo.spi.persistence.utility.Semaphore
Acquire a lock.
acquire() - Method in class com.sun.jdo.spi.persistence.utility.SemaphoreImpl
Acquire a lock.
add(Object) - Method in class com.sun.jdo.spi.persistence.utility.WeakHashSet
Adds the specified element to this set if it is not already present.
addClass(JavaClassWriter) - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter
Adds an inner class to this class.
addClass(JavaClassWriter) - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaFileWriter
Adds a class to this source file.
addClass(JavaClassWriter) - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaClassWriter
Adds an inner class to this class.
addClass(JavaClassWriter) - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaFileWriter
Adds a class to this source file.
addConstructor(String, int, String[], String[], String[], String[], String[]) - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter
Adds a constructor to this class.
addConstructor(String, int, String[], String[], String[], String[], String[]) - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaClassWriter
Adds a constructor to this class.
addField(String, int, String, String, String[]) - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter
Adds a field to the list of those declared by this class.
addField(String, int, String, String, String[]) - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaClassWriter
Adds a field to the list of those declared by this class.
addFields(String, int, JavaClassWriter) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Adds fields to a class parsing the multi-String property.
addGenericMethod(Method, String, String, String, JavaClassWriter) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Adds a method to a class parsing the multi-String property.
addGenericMethod(String, int, String[], JavaClassWriter) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Adds a private void no-args method to a class with this method body and modifiers.
addGenericMethod(String, int, String, String[], JavaClassWriter) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Adds a private void no-args method to a class with this method body, modifiers, and return type.
addGenericMethod(String, String[], JavaClassWriter) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Adds a private void no-args method to a class with this method body.
addGenericMethod(String, String, String[], JavaClassWriter) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Adds a private no-args method to a class with this method body and return type.
addImport(String, String[]) - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaFileWriter
Adds an import statement for this source file.
addImport(String, String[]) - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaFileWriter
Adds an import statement for this source file.
addInitializer(boolean, String[], String[]) - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter
Adds an initializer to this class.
addInitializer(boolean, String[], String[]) - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaClassWriter
Adds an initializer to this class.
addInterface(String) - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter
Adds an interface to the list of those implemented by this class.
addInterface(String) - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaClassWriter
Adds an interface to the list of those implemented by this class.
addMethod(String, int, String, String[], String[], String[], String[], String[]) - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter
Adds a method to this class.
addMethod(String, int, String, String[], String[], String[], String[], String[]) - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaClassWriter
Adds a method to this class.
addPrivateField(String, int, JavaClassWriter) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Adds private fields to a class parsing the multi-String property.
ALL - Static variable in interface com.sun.jdo.spi.persistence.utility.logging.Logger
ALL indicates that all messages should be logged.
ARRAY_BYTE_PRIMITIVE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
arrayToSeparatedList(List) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Convert an array of objects into a separated string using the default separator and the entire array.
arrayToSeparatedList(List, int, int) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Convert an array of objects into a separated string using the default separator.
arrayToSeparatedList(List, int, int, String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Convert an array of objects into a separated string.
arrayToSeparatedList(List, String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Convert an array of objects into a separated string using the specified separator and the entire array.

B

BIGDECIMAL - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
BIGINTEGER - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
BOOLEAN - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
boolean_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
BOOLEAN_PRIMITIVE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
brackets_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
BucketizedHashtable - Class in com.sun.jdo.spi.persistence.utility
This class implements bucketize hashtable, which subdivide the key collection stored into several hashtables (buckets) of smaller size.
BucketizedHashtable() - Constructor for class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
Constructs a new, empty BucketizedHashtable with the default bucket size 11, default initial capacity (11 * bucketSize) and default load factor 0.75.
BucketizedHashtable(int) - Constructor for class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
Constructs a new, empty BucketizedHashtable with the specified bucket size, default initial capacity (11 * bucketSize) and default load factor 0.75.
BucketizedHashtable(int, int) - Constructor for class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
Constructs a new, empty BucketizedHashtable with the specified bucket size, initial capacity and default load factor 0.75.
BucketizedHashtable(int, int, float) - Constructor for class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
Constructs a new, empty BucketizedHashtable with the specified bucket size, initial capacity and load factor.
BYTE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
byte_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
BYTE_PRIMITIVE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
byteArray_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 

C

CHARACTER - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
CHARACTER_PRIMITIVE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
Class_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
clear() - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
Clears this BucketizedHashtable so that it contains no key.
clone() - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
Creates and returns a shallow copy of this object.
Collection_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
com.sun.jdo.spi.persistence.utility - package com.sun.jdo.spi.persistence.utility
 
com.sun.jdo.spi.persistence.utility.generator - package com.sun.jdo.spi.persistence.utility.generator
 
com.sun.jdo.spi.persistence.utility.generator.io - package com.sun.jdo.spi.persistence.utility.generator.io
 
com.sun.jdo.spi.persistence.utility.logging - package com.sun.jdo.spi.persistence.utility.logging
 
config(String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a CONFIG message.
config(String) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a CONFIG message.
CONFIG - Static variable in interface com.sun.jdo.spi.persistence.utility.logging.Logger
CONFIG is a message level for static configuration messages.
configureFileHandler(LoggerJDK14) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerFactoryJDK14
This method throws SecurityException if a security manager exists and if the caller does not have LoggingPermission("control")) or the calling code is not placed in the doPrivileged() block.
contains(Object) - Method in class com.sun.jdo.spi.persistence.utility.WeakHashSet
Returns true if this set contains the specified element.
containsKey(Object) - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
 
containsKey(Object) - Method in class com.sun.jdo.spi.persistence.utility.WeakValueHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
 
containsValue(Object) - Method in class com.sun.jdo.spi.persistence.utility.WeakValueHashMap
Returns true if this map maps one or more keys to the specified value.
convertLevel(int) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Convert an int level used by jdo logger to the Level instance used by JDK 1.4 logger.
createLogger(String, String) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerFactoryJDK14
 
createLogger(String, String, ClassLoader) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLoggerFactory
Create a new Logger.
createLogger(String, String, ClassLoader) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerFactoryJDK13
Create a new Logger.
createLogger(String, String, ClassLoader) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerFactoryJDK14
Create a new Logger.

D

Date_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
delim_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
dot_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
DOUBLE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
DOUBLE_PRIMITIVE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
DoubleLinkedList - Class in com.sun.jdo.spi.persistence.utility
This class defines a thread-safe double linked-list.
DoubleLinkedList() - Constructor for class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Default constructor.

E

endLine_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
entering(String, String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a method entry.
entering(String, String) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a method entry.
entering(String, String, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a method entry, with one parameter.
entering(String, String, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a method entry, with one parameter.
entering(String, String, Object[]) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a method entry, with an array of parameters.
entering(String, String, Object[]) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a method entry, with an array of parameters.
entrySet() - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
The return set is backed by the map, so changes to the map are reflected in the set, and vice-versa.
entrySet() - Method in class com.sun.jdo.spi.persistence.utility.WeakValueHashMap
Returns a Set view of the mappings in this map.
equals(Object) - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
Compares the specified object with this map for equality.
escape(String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Escaping given string by " and \.
escapedEmptyString_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
exiting(String, String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a method return.
exiting(String, String) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a method return.
exiting(String, String, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a method return, with result object.
exiting(String, String, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a method return, with result object.

F

false_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
FieldTypeEnumeration - Interface in com.sun.jdo.spi.persistence.utility
 
fileName_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
findLogger(String) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerFactoryJDK14
 
fine(String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a message.
fine(String) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a message.
fine(String, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINE message.
fine(String, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINE message.
fine(String, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINE message.
fine(String, Object[]) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINE message.
fine(String, Object[]) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINE message.
fine(String, Object[]) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINE message.
fine(String, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINE message.
fine(String, Object, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINE message.
fine(String, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINE message.
fine(String, Object, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINE message.
fine(String, Object, Object, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINE message.
fine(String, Object, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINE message.
FINE - Static variable in interface com.sun.jdo.spi.persistence.utility.logging.Logger
FINE is a message level providing tracing information.
finer(String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINER message.
finer(String) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINER message.
finer(String, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINER message.
finer(String, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINER message.
finer(String, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINER message.
finer(String, Object[]) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINER message.
finer(String, Object[]) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINER message.
finer(String, Object[]) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINER message.
finer(String, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINER message.
finer(String, Object, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINER message.
finer(String, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINER message.
finer(String, Object, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINER message.
finer(String, Object, Object, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINER message.
finer(String, Object, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINER message.
FINER - Static variable in interface com.sun.jdo.spi.persistence.utility.logging.Logger
FINER indicates a fairly detailed tracing message.
finest(String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINEST message.
finest(String) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINEST message.
finest(String, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINEST message.
finest(String, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINEST message.
finest(String, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINEST message.
finest(String, Object[]) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINEST message.
finest(String, Object[]) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINEST message.
finest(String, Object[]) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINEST message.
finest(String, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINEST message.
finest(String, Object, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINEST message.
finest(String, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINEST message.
finest(String, Object, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a FINEST message.
finest(String, Object, Object, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a FINEST message.
finest(String, Object, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a FINEST message.
FINEST - Static variable in interface com.sun.jdo.spi.persistence.utility.logging.Logger
FINEST indicates a highly detailed tracing message
FLOAT - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
FLOAT_PRIMITIVE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 

G

get(Object) - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
 
get(Object) - Method in class com.sun.jdo.spi.persistence.utility.WeakValueHashMap
Gets the value for the given key.
get_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
getAbsoluteLoggerName(String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLoggerFactory
 
getAssociatedField() - Method in class com.sun.jdo.spi.persistence.utility.ParameterInfo
Returns the associated field.
getBodyAsStrings(String) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Converts method body into String array.
getBundle() - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Get the message bundle for the named instance of the logger.
getCapitalizedString(String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Gets a version of the specified string with the first letter capitalized.
getDomainRoot() - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLoggerFactory
 
getErrorLogger() - Static method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLoggerFactory
Get the error logger which is used to log things during creation of loggers.
getExceptionNames(Method) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Returns exception type names as String[].
getHead() - Method in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Return the object at the head of a linked list.
getIndex() - Method in class com.sun.jdo.spi.persistence.utility.ParameterInfo
Returns the parameter index.
getKeys() - Method in class com.sun.jdo.spi.persistence.utility.MergedBundle
 
getLevel() - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
 
getLogger() - Static method in class com.sun.jdo.spi.persistence.utility.LogHelperUtility
Return the logger for this component
getLogger(String, String, ClassLoader) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLoggerFactory
Get a Logger.
getLogger(String, String, ClassLoader) - Method in interface com.sun.jdo.spi.persistence.utility.logging.LoggerFactory
Get a Logger.
getLogger(String, String, ClassLoader) - Static method in class com.sun.jdo.spi.persistence.utility.logging.LogHelper
Get a Logger.
getMessage(String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
This method returns a string from the bundle file if possible, treating the message argument as the key.
getMessages() - Static method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaFileWriter
 
getMessages() - Static method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Get the message bundle for the AbstractLogger itself.
getMessages() - Static method in class com.sun.jdo.spi.persistence.utility.logging.LoggerFactoryJDK14
Get the message bundle for the AbstractLogger itself.
getMessageWithPrefix(int, String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
This method returns a string with a formatted prefix which depends on the level.
getName() - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Get the name for this logger.
getName() - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Get the name for this logger.
getNext() - Method in interface com.sun.jdo.spi.persistence.utility.Linkable
 
getPackageName(String) - Static method in class com.sun.jdo.spi.persistence.utility.JavaTypeHelper
Returns the package portion of the specified class
getParametersList(Method) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Returns list of method parameters in format param0[, param1[,...]]
getParametersListWithSeparator(Method, String) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Returns list of method parameters delimited by specified separator
getParameterTypesList(Method) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Returns list of method parameter types in format type0[,type1[,...]]
getPrevious() - Method in interface com.sun.jdo.spi.persistence.utility.Linkable
 
getPrimitiveClass(String) - Static method in class com.sun.jdo.spi.persistence.utility.JavaTypeHelper
Returns the primitive class associated with the supplied primitive type name.
getPrimitiveName(Class) - Static method in class com.sun.jdo.spi.persistence.utility.JavaTypeHelper
Returns the name of the primitive type associated with the supplied wrapper class.
getPrimitiveType(Class) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Returns name of the primitive type corresponding to the Object wrapper Class passed as a parameter.
getShortClassName(String) - Static method in class com.sun.jdo.spi.persistence.utility.JavaTypeHelper
Returns the name of a class without the package name.
getSize() - Method in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Return size of the linked list.
getTail() - Method in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Return the object at the tail of a linked list.
getType() - Method in class com.sun.jdo.spi.persistence.utility.ParameterInfo
Returns the parameter type.
getTypeRepr(Class) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Returns the String representation of the specified class instance.
getUnwrapMethodName(Class) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Returns the name of the method to access the value of the primitive type of the wrapper class.
getWrapperClass(Class) - Static method in class com.sun.jdo.spi.persistence.utility.JavaTypeHelper
Returns the wrapper class associated with the supplied primitive class.
getWrapperExpr(Class, String) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
A helper method which generates an expression to wrap a primitive datatype to its corresponding wrapper class.
getWrapperName(String) - Static method in class com.sun.jdo.spi.persistence.utility.JavaTypeHelper
Returns the name of the wrapper class associated with the supplied primitive type name.
getWrapperType(Class) - Static method in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
Returns java Object wrapper Class corresponding to the primitive Class if the passed class represents a primitive.

H

handleGetObject(String) - Method in class com.sun.jdo.spi.persistence.utility.MergedBundle
 
hashCode() - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
 
head - Variable in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Head of linked list.
Helper_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
home_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 

I

inferCaller() - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Method to infer the caller's class name and method name.
info(String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log an INFO message.
info(String) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log an INFO message.
INFO - Static variable in interface com.sun.jdo.spi.persistence.utility.logging.Logger
INFO is a message level for informational messages.
insertAtHead(Linkable) - Method in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Insert an object at the head of a linked list.
insertAtTail(Linkable) - Method in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Insert an object at the tail of a linked list.
insertIntoList(Linkable, Linkable) - Method in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Insert an object anywhere into the linked list.
int_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
intArrayToSeparatedList(int[], int, int, String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Convert an array of int values into a separated string.
intArrayToSeparatedList(int[], String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Convert an array of int values into a separated string.
INTEGER - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
INTEGER_PRIMITIVE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
IOJavaClassWriter - Class in com.sun.jdo.spi.persistence.utility.generator.io
This implementation of the JavaClassWriter interface is based on simple StringBuffer "println" type statements.
IOJavaClassWriter() - Constructor for class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter
Creates a new instance of IOJavaClassWriter which maintains the order of member input but groups them by category.
IOJavaClassWriter(boolean) - Constructor for class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter
Creates a new instance of IOJavaClassWriter in which the order of the generated code depends on the specified flag.
IOJavaFileWriter - Class in com.sun.jdo.spi.persistence.utility.generator.io
This implementation of the JavaFileWriter interface is based on File and simple StringBuffer "println" type statements.
IOJavaFileWriter(File) - Constructor for class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaFileWriter
Creates a new instance of IOJavaFileWriter.
isEmpty() - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
 
isEmpty() - Method in class com.sun.jdo.spi.persistence.utility.WeakValueHashMap
Returns true if this map contains no key-value mappings.
isEmpty(String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Checks if a string is null or empty.
isJDK14() - Static method in class com.sun.jdo.spi.persistence.utility.logging.LogHelper
Check to see if the JDK 1.4 logging environment is available.
isLoggable() - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Return whether logging is enabled at the FINE level.
isLoggable() - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Test if this logger is logging messages.
isLoggable() - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Return whether logging is enabled at the FINE level.
isLoggable(int) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Check if a message of the given level would actually be logged by this logger.
isLoggable(int) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Test if this logger is logging messages at the specific level.
isLoggable(int) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Check if a message of the given level would actually be logged by this logger.
isLoggerClass(String) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
This method is a helper method for inferCaller().
iterator() - Method in class com.sun.jdo.spi.persistence.utility.WeakHashSet
Returns an iterator over the elements in this set.

J

JavaClassWriter - Interface in com.sun.jdo.spi.persistence.utility.generator
This interface can be used to describe a java class -- either top level or inner.
JavaClassWriterHelper - Class in com.sun.jdo.spi.persistence.utility.generator
 
JavaClassWriterHelper() - Constructor for class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
javaExtension_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
JavaFileWriter - Interface in com.sun.jdo.spi.persistence.utility.generator
This interface can be used to describe a java source file.
JavaTypeHelper - Class in com.sun.jdo.spi.persistence.utility
This is a helper class which provides some basic java type convenience methods: extraction of a package from a fully qualified class name, extraction of a short (non-qualified) name from a fully qualified class name, and various wrapper and primitive type methods.
JavaTypeHelper() - Constructor for class com.sun.jdo.spi.persistence.utility.JavaTypeHelper
 
jdk14 - Static variable in class com.sun.jdo.spi.persistence.utility.logging.LogHelper
Flag to tell we are running in JDK 1.4 and can use java.util.logging.Logger implementation.

K

keySet() - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
The return set is backed by the map, so changes to the map are reflected in the set, and vice-versa.

L

Linkable - Interface in com.sun.jdo.spi.persistence.utility
This file defines a linkable interface.
log(int, String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a message.
log(int, String) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a message.
log(int, String) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a message.
log(int, String, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a message.
log(int, String, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a message.
log(int, String, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a message.
log(int, String, Object[]) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a message.
log(int, String, Object[]) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a message.
log(int, String, Object[]) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a message.
log(int, String, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a message.
log(int, String, Object, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a message.
log(int, String, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a message.
log(int, String, Object, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a message.
log(int, String, Object, Object, Object) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a message.
log(int, String, Object, Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a message.
log(int, String, Throwable) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a message.
log(int, String, Throwable) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a message.
log(int, String, Throwable) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK13
Log a message.
log(int, String, Throwable) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Log a message.
Logger - Interface in com.sun.jdo.spi.persistence.utility.logging
This interface provides an isolation layer between the JDO components that need logging services and the implementation of those services.
loggerFactory - Static variable in class com.sun.jdo.spi.persistence.utility.logging.LogHelper
LoggerFactory registered for creating new loggers.
LoggerFactory - Interface in com.sun.jdo.spi.persistence.utility.logging
This interface provides for isolation between the JDO components that need logging services and the implementation of the service.
LoggerFactoryJDK13 - Class in com.sun.jdo.spi.persistence.utility.logging
This is a factory which constructs Loggers suitable for JDK1.3.
LoggerFactoryJDK13() - Constructor for class com.sun.jdo.spi.persistence.utility.logging.LoggerFactoryJDK13
Creates new LoggerFactoryJDK13
LoggerFactoryJDK14 - Class in com.sun.jdo.spi.persistence.utility.logging
 
LoggerFactoryJDK14() - Constructor for class com.sun.jdo.spi.persistence.utility.logging.LoggerFactoryJDK14
Creates new LoggerFactory
LoggerJDK13 - Class in com.sun.jdo.spi.persistence.utility.logging
This class provides an implementation of the com.sun.jdo.spi.persistence.utility.Logger interface which subclasses the AbstractLogger and provides an implementation of its abstract methods which logs to a PrintStream (System.out).
LoggerJDK13(String, String, ClassLoader) - Constructor for class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK13
Creates a new LoggerJDK13.
LoggerJDK14 - Class in com.sun.jdo.spi.persistence.utility.logging
This class is used with JDK 1.4 (and higher) programs to log messages from jdo components.
LoggerJDK14(String, String) - Constructor for class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Creates new LoggerJDK14.
LogHelper - Class in com.sun.jdo.spi.persistence.utility.logging
This class manages the logging facility for JDO components.
LogHelper() - Constructor for class com.sun.jdo.spi.persistence.utility.logging.LogHelper
 
LogHelperUtility - Class in com.sun.jdo.spi.persistence.utility
LogHelper for utility package.
LogHelperUtility() - Constructor for class com.sun.jdo.spi.persistence.utility.LogHelperUtility
 
logInternal(int, String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
This method does the actual logging.
logInternal(int, String) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK13
This method does the actual logging.
LONG - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
LONG_PRIMITIVE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 

M

MergedBundle - Class in com.sun.jdo.spi.persistence.utility
Special resource bundle which delegates to two others.
MergedBundle(ResourceBundle, ResourceBundle) - Constructor for class com.sun.jdo.spi.persistence.utility.MergedBundle
 

N

new_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
none_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
NOT_ENUMERATED - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
null_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
NullSemaphore - Class in com.sun.jdo.spi.persistence.utility
Implements a simple semaphore that does not do any semaphore-ing.
NullSemaphore(String) - Constructor for class com.sun.jdo.spi.persistence.utility.NullSemaphore
 

O

Object_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
OFF - Static variable in interface com.sun.jdo.spi.persistence.utility.logging.Logger
OFF is a special level that can be used to turn off logging.
Oid_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 

P

param_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
param0_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
paramConcatenator_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
ParameterInfo - Class in com.sun.jdo.spi.persistence.utility
 
ParameterInfo(int, int) - Constructor for class com.sun.jdo.spi.persistence.utility.ParameterInfo
Constructor
ParameterInfo(int, int, String) - Constructor for class com.sun.jdo.spi.persistence.utility.ParameterInfo
Constructs a new ParameterInfo with the specified index, type and associatedField.
paramInitializer_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
paramList_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
paramSeparator_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
parenleft_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
parenright_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
parenthesis_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
PersistenceCapable_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
put(Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
Maps the specified key to the specified value in this hashtable.
put(Object, Object) - Method in class com.sun.jdo.spi.persistence.utility.WeakValueHashMap
Puts a new (key,value) into the map.
putAll(Map) - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
 

R

registerLoggerFactory(LoggerFactory) - Static method in class com.sun.jdo.spi.persistence.utility.logging.LogHelper
Register a LoggerFactory for use in managed environments or for special situations.
release() - Method in class com.sun.jdo.spi.persistence.utility.NullSemaphore
Does nothing.
release() - Method in interface com.sun.jdo.spi.persistence.utility.Semaphore
Release a lock.
release() - Method in class com.sun.jdo.spi.persistence.utility.SemaphoreImpl
Release a lock.
remove(Object) - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
Remove the key and its corresponding value.
remove(Object) - Method in class com.sun.jdo.spi.persistence.utility.WeakHashSet
Removes the given element from this set if it is present.
remove(Object) - Method in class com.sun.jdo.spi.persistence.utility.WeakValueHashMap
Removes key and value for the given key.
removeFromHead() - Method in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Remove and return an object from the head of a linked list.
removeFromList(Linkable) - Method in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Remove the specified object from anywhere in the linked list.
removeFromTail() - Method in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Remove and return an object from the tail of a linked list.
replace(String, String, String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Replaces all occurences of oldString in string with newString.
replaceFirst(String, String, String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Replaces the first occurence of oldString in string with newString.
returnNull_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
rtrim(String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Trims trailing spaces from input.

S

save() - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaFileWriter
Saves the file by writing out the source contents to whatever file (or alternate representation) was specified (usually by the constructor of the implementation class.
save() - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaFileWriter
Saves the file by writing out the source contents to whatever file (or alternate representation) was specified (usually by the constructor of the implementation class.
Semaphore - Interface in com.sun.jdo.spi.persistence.utility
The simplest of semaphore interfaces.
SemaphoreImpl - Class in com.sun.jdo.spi.persistence.utility
Implements a simple semaphore.
SemaphoreImpl(String) - Constructor for class com.sun.jdo.spi.persistence.utility.SemaphoreImpl
 
separatedListToArray(String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Convert a separated string to an array of strings using the default separator.
separatedListToArray(String, String) - Static method in class com.sun.jdo.spi.persistence.utility.StringHelper
Convert a separated string to an array of strings
set_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
Set_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
setClassDeclaration(int, String, String[]) - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter
Sets the information for the class declaration including modifiers, name, and comments.
setClassDeclaration(int, String, String[]) - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaClassWriter
Sets the information for the class declaration including modifiers, name, and comments.
setContextClassLoader(ClassLoader) - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerFactoryJDK14
This method throws SecurityException if a security manager exists and if the caller does not have LoggingPermission("control")) or the calling code is not placed in the doPrivileged() block.
setNext(Linkable) - Method in interface com.sun.jdo.spi.persistence.utility.Linkable
 
setPackage(String, String[]) - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaFileWriter
Sets the package for this file.
setPackage(String, String[]) - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaFileWriter
Sets the package for this file.
setPrevious(Linkable) - Method in interface com.sun.jdo.spi.persistence.utility.Linkable
 
setSuperclass(String) - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter
Sets the superclass of this class.
setSuperclass(String) - Method in interface com.sun.jdo.spi.persistence.utility.generator.JavaClassWriter
Sets the superclass of this class.
severe(String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a SEVERE message.
severe(String) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a SEVERE message.
SEVERE - Static variable in interface com.sun.jdo.spi.persistence.utility.logging.Logger
SEVERE is a message level indicating a serious failure.
SHORT - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
SHORT_PRIMITIVE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
size - Variable in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Size of linked list.
size() - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
 
size() - Method in class com.sun.jdo.spi.persistence.utility.WeakValueHashMap
Returns the number of key-value mappings in this map.
sourceClassName - Variable in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Class that issued logging call; set by inferCaller.
sourceMethodName - Variable in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Method that issued logging call; set by inferCaller.
space_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
SQL_DATE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
SQL_TIME - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
SQL_TIMESTAMP - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
SqlDate_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
SqlTime_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
SqlTimestamp_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
STRING - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 
String_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 
StringHelper - Class in com.sun.jdo.spi.persistence.utility
NOTE: These utilities have been moved from another (more specific package's) utility class so that more classes can have access to them.
StringHelper() - Constructor for class com.sun.jdo.spi.persistence.utility.StringHelper
 
super_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 

T

tail - Variable in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Tail of linked list.
throwing(String, String, Throwable) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log throwing an exception.
throwing(String, String, Throwable) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log throwing an exception.
toString() - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
 
toString() - Method in class com.sun.jdo.spi.persistence.utility.DoubleLinkedList
Return a string representation of this DoubleLinkedList object.
toString() - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaClassWriter
Returns a string representation of this object.
toString() - Method in class com.sun.jdo.spi.persistence.utility.generator.io.IOJavaFileWriter
Returns a string representation of this object.
toString() - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Prepare a printable version of this instance.
toString() - Method in class com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
Prepare a printable version of this instance.
toString(int) - Static method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Return the string name of a level given its int value.
true_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 

U

UTIL_DATE - Static variable in interface com.sun.jdo.spi.persistence.utility.FieldTypeEnumeration
 

V

valueOf(boolean) - Static method in class com.sun.jdo.spi.persistence.utility.JavaTypeHelper
Returns the Boolean wrapper object for true or false corresponding to the supplied argument.
values() - Method in class com.sun.jdo.spi.persistence.utility.BucketizedHashtable
The return collection is backed by the map, so changes to the map are reflected in the collection, and vice-versa.
values() - Method in class com.sun.jdo.spi.persistence.utility.WeakValueHashMap
Returns a Collection view of the values contained in this map.
void_ - Static variable in class com.sun.jdo.spi.persistence.utility.generator.JavaClassWriterHelper
 

W

warning(String) - Method in class com.sun.jdo.spi.persistence.utility.logging.AbstractLogger
Log a WARNING message.
warning(String) - Method in interface com.sun.jdo.spi.persistence.utility.logging.Logger
Log a WARNING message.
WARNING - Static variable in interface com.sun.jdo.spi.persistence.utility.logging.Logger
WARNING is a message level indicating a potential problem.
WeakHashSet - Class in com.sun.jdo.spi.persistence.utility
A weak HashSet.
WeakHashSet() - Constructor for class com.sun.jdo.spi.persistence.utility.WeakHashSet
 
WeakValueHashMap - Class in com.sun.jdo.spi.persistence.utility
A WeakValueHashMap is implemented as a HashMap that maps keys to WeakValues.
WeakValueHashMap() - Constructor for class com.sun.jdo.spi.persistence.utility.WeakValueHashMap
 
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