A B C D E F G H I L M N O P Q R S T U V W X

A

accept(File, String) - Method in class org.plasma.common.io.FileNameFilter
 
AppException - Exception in org.plasma.common.app
 
AppException(String) - Constructor for exception org.plasma.common.app.AppException
 
AppException(Throwable) - Constructor for exception org.plasma.common.app.AppException
 
arg - Variable in exception org.plasma.common.app.InvalidCommandLineArgException
 
arg - Variable in exception org.plasma.common.app.InvalidCommandLineArgValueException
 
assertEquals(Object, Object) - Static method in class org.plasma.common.test.PlasmaTest
 

B

BindingValidationEventHandler - Interface in org.plasma.common.bind
 
BubbleSort - Class in org.plasma.common.sort
Bubble sort algorithm Time Complexity: O(n*n) Memory Complexity: O(1) Stable: yes
BubbleSort() - Constructor for class org.plasma.common.sort.BubbleSort
 
bubbleSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 
byteHash(byte[], byte[]) - Static method in class org.plasma.common.Hash
 

C

ConnectRetryTimeoutException - Exception in org.plasma.common.app
 
ConnectRetryTimeoutException(String) - Constructor for exception org.plasma.common.app.ConnectRetryTimeoutException
 
context - Variable in class org.plasma.common.bind.DataBindingSupport
 
copy(InputStream, OutputStream) - Static method in class org.plasma.common.io.StreamCopier
 

D

DataBinding - Interface in org.plasma.common.bind
 
DataBindingSupport - Class in org.plasma.common.bind
 
DataBindingSupport(JAXBContext) - Constructor for class org.plasma.common.bind.DataBindingSupport
 
DefaultValidationEventHandler - Class in org.plasma.common.bind
 
DefaultValidationEventHandler() - Constructor for class org.plasma.common.bind.DefaultValidationEventHandler
 
DefaultValidationEventHandler(boolean) - Constructor for class org.plasma.common.bind.DefaultValidationEventHandler
 

E

equals(Object) - Method in class org.plasma.common.Hash
 
error(SAXParseException) - Method in class org.plasma.common.bind.ValidatingUnmarshaler.Handler
 
ERROR_MESSAGE_CHANNEL_NOT_FOUND - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_INTERNAL - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_INVALID_DATE_FORMAT - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_INVALID_DATE_FORMAT2 - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_INVALID_NUMBER_FORMAT - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_INVALID_SNAPSHOT - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_MAX_RESULTS_EXCEEDED - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_MAX_WILDCARDS_EXCEEDED - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_NO_CRITERIA_ENTERED - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_NO_RESULTS_FOUND - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_PPSO_NOT_FOUND - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_RECORD_LOCKED - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_SESSION_TIMEOUT - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_USER_ROLE_NOT_FOUND - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_SEVERITY_FATAL - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_SEVERITY_INFO - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_SEVERITY_WARNING - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_TYPE_INTERNAL - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_TYPE_USER_CONCURRENCY - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_TYPE_USER_INPUT - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_TYPE_USER_SESSION - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ErrorConstants - Interface in org.plasma.common.exception
 

F

fatalError(SAXParseException) - Method in class org.plasma.common.bind.ValidatingUnmarshaler.Handler
 
FileNameFilter - Class in org.plasma.common.io
 
FileNameFilter(String) - Constructor for class org.plasma.common.io.FileNameFilter
 

G

getArg() - Method in exception org.plasma.common.app.InvalidCommandLineArgException
 
getArg() - Method in exception org.plasma.common.app.InvalidCommandLineArgValueException
 
getArg() - Method in exception org.plasma.common.app.MissingCommandLineArgException
 
getContent(InputStream) - Method in class org.plasma.common.test.PlasmaTest
 
getErrorCount() - Method in interface org.plasma.common.bind.BindingValidationEventHandler
 
getErrorCount() - Method in class org.plasma.common.bind.DefaultValidationEventHandler
 
getIndentationToken() - Method in interface org.plasma.common.io.StreamAssembler
 
getInitialContext(String) - Method in class org.plasma.common.test.PlasmaTest
Get the client's env context for a given name.
getInitialContext() - Method in class org.plasma.common.test.PlasmaTest
Get the client's env context
getMessageId() - Method in exception org.plasma.common.exception.UserException
 
getName() - Method in exception org.plasma.common.app.InvalidPropertyNameException
 
getParams() - Method in exception org.plasma.common.exception.UserException
 
getServer() - Method in class org.plasma.common.test.PlasmaTest
Get the MBeanServerConnection from JNDI
getServerHost() - Static method in class org.plasma.common.test.PlasmaTest
 
getSeverityId() - Method in exception org.plasma.common.exception.UserException
 
getTypeId() - Method in exception org.plasma.common.exception.UserException
 
getValidationEventHandler() - Method in interface org.plasma.common.bind.DataBinding
 
getValidationEventHandler() - Method in class org.plasma.common.bind.ValidatingUnmarshaler
 
getValue() - Method in exception org.plasma.common.app.InvalidCommandLineArgValueException
 

H

handleEvent(ValidationEvent) - Method in class org.plasma.common.bind.DefaultValidationEventHandler
 
Hash - Class in org.plasma.common
 
Hash(byte[]) - Constructor for class org.plasma.common.Hash
 
Hash(String) - Constructor for class org.plasma.common.Hash
 
hash(byte[]) - Method in class org.plasma.common.Hash
 
hash(String) - Method in class org.plasma.common.Hash
 
hashCode() - Method in class org.plasma.common.Hash
 
hasJDK15() - Method in class org.plasma.common.test.PlasmaTest
 
hasParams() - Method in exception org.plasma.common.exception.UserException
 

I

InsertionSort - Class in org.plasma.common.sort
Insertion sort algorithm Time Complexity: O(n*n) Memory Complexity: O(1) Stable: yes
InsertionSort() - Constructor for class org.plasma.common.sort.InsertionSort
 
insertionSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 
intHash(byte[], int) - Static method in class org.plasma.common.Hash
 
intHash(byte[]) - Static method in class org.plasma.common.Hash
 
intHash(byte[], byte[]) - Static method in class org.plasma.common.Hash
 
InvalidCommandLineArgException - Exception in org.plasma.common.app
 
InvalidCommandLineArgException(String) - Constructor for exception org.plasma.common.app.InvalidCommandLineArgException
 
InvalidCommandLineArgValueException - Exception in org.plasma.common.app
 
InvalidCommandLineArgValueException(String, String) - Constructor for exception org.plasma.common.app.InvalidCommandLineArgValueException
 
InvalidPropertyNameException - Exception in org.plasma.common.app
 
InvalidPropertyNameException(String) - Constructor for exception org.plasma.common.app.InvalidPropertyNameException
 
isIndent() - Method in interface org.plasma.common.io.StreamAssembler
 
isTargetJBoss() - Method in class org.plasma.common.test.PlasmaTest
True, if -Djbossws.integration.target=jboss??
isTargetTomcat() - Method in class org.plasma.common.test.PlasmaTest
True, if -Djbossws.integration.target=tomcat

L

log - Variable in class org.plasma.common.test.PlasmaTest
 
longHash(byte[], long) - Static method in class org.plasma.common.Hash
 
longHash(byte[]) - Static method in class org.plasma.common.Hash
 
longHash(byte[], byte[]) - Static method in class org.plasma.common.Hash
 
longHashCode() - Method in class org.plasma.common.Hash
 

M

main(String[]) - Static method in class org.plasma.common.Hash
 
main(String[]) - Static method in class org.plasma.common.xslt.XSLTUtils
 
marshal(Object) - Method in interface org.plasma.common.bind.DataBinding
 
marshal(Object) - Method in class org.plasma.common.bind.DataBindingSupport
 
marshal(Object, OutputStream) - Method in class org.plasma.common.bind.DataBindingSupport
 
marshal(Object, OutputStream, boolean) - Method in class org.plasma.common.bind.DataBindingSupport
 
MergeSort - Class in org.plasma.common.sort
Merge sort algorithm Average Time Complexity: O(n log n) Worst Time Complexity: O(n log n) Memory Complexity: O(n) Stable: yes
MergeSort() - Constructor for class org.plasma.common.sort.MergeSort
 
mergeSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 
messageId - Variable in exception org.plasma.common.exception.UserException
 
MissingCommandLineArgException - Exception in org.plasma.common.app
 
MissingCommandLineArgException(String) - Constructor for exception org.plasma.common.app.MissingCommandLineArgException
 

N

name - Variable in exception org.plasma.common.app.InvalidPropertyNameException
 
newTestSetup(Class) - Static method in class org.plasma.common.test.PlasmaTestSetup
 
NonValidatingUnmarshaler - Class in org.plasma.common.bind
 
NonValidatingUnmarshaler(JAXBContext) - Constructor for class org.plasma.common.bind.NonValidatingUnmarshaler
 

O

OArrays - Class in org.plasma.common.sort
 
OArrays() - Constructor for class org.plasma.common.sort.OArrays
 
org.plasma.common - package org.plasma.common
 
org.plasma.common.app - package org.plasma.common.app
 
org.plasma.common.bind - package org.plasma.common.bind
 
org.plasma.common.exception - package org.plasma.common.exception
 
org.plasma.common.io - package org.plasma.common.io
 
org.plasma.common.sort - package org.plasma.common.sort
 
org.plasma.common.test - package org.plasma.common.test
 
org.plasma.common.xslt - package org.plasma.common.xslt
 

P

params - Variable in exception org.plasma.common.exception.UserException
 
PlasmaCheckedException - Exception in org.plasma.common.exception
 
PlasmaCheckedException() - Constructor for exception org.plasma.common.exception.PlasmaCheckedException
 
PlasmaCheckedException(String, Throwable) - Constructor for exception org.plasma.common.exception.PlasmaCheckedException
 
PlasmaCheckedException(Throwable) - Constructor for exception org.plasma.common.exception.PlasmaCheckedException
 
PlasmaCheckedException(String) - Constructor for exception org.plasma.common.exception.PlasmaCheckedException
 
PlasmaRuntimeException - Exception in org.plasma.common.exception
 
PlasmaRuntimeException() - Constructor for exception org.plasma.common.exception.PlasmaRuntimeException
 
PlasmaRuntimeException(Throwable) - Constructor for exception org.plasma.common.exception.PlasmaRuntimeException
 
PlasmaRuntimeException(String) - Constructor for exception org.plasma.common.exception.PlasmaRuntimeException
 
PlasmaTest - Class in org.plasma.common.test
 
PlasmaTest() - Constructor for class org.plasma.common.test.PlasmaTest
 
PlasmaTest(String) - Constructor for class org.plasma.common.test.PlasmaTest
 
PlasmaTestSetup - Class in org.plasma.common.test
 
PlasmaTestSetup(Class) - Constructor for class org.plasma.common.test.PlasmaTestSetup
 

Q

QuickSort - Class in org.plasma.common.sort
Quicksort algorithm Average Time Complexity: O(n log n) Worst Time Complexity: O(n*n) Memory Complexity: O(log n) Stable: no
QuickSort() - Constructor for class org.plasma.common.sort.QuickSort
 
quickSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 

R

reset() - Method in class org.plasma.common.bind.DefaultValidationEventHandler
 
resolveResource(String, String, String, String, String) - Method in class org.plasma.common.bind.ValidatingUnmarshaler.Resolver
 

S

SelectionSort - Class in org.plasma.common.sort
Selection sort algorithm Time Complexity: O(n*n) Memory Complexity: O(1) Stable: yes Note: Other implementations of the selection sort algorithm might not be stable.
SelectionSort() - Constructor for class org.plasma.common.sort.SelectionSort
 
selectionSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 
setIndent(boolean) - Method in interface org.plasma.common.io.StreamAssembler
 
setIndentationToken(String) - Method in interface org.plasma.common.io.StreamAssembler
 
severityId - Variable in exception org.plasma.common.exception.UserException
 
ShellSort - Class in org.plasma.common.sort
Shell sort algorithm Time Complexity: O(n log2 n) Memory Complexity: O(1) Stable: no
ShellSort() - Constructor for class org.plasma.common.sort.ShellSort
 
shellSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 
sort(T[]) - Method in class org.plasma.common.sort.BubbleSort
 
sort(T[]) - Method in class org.plasma.common.sort.InsertionSort
 
sort(T[], Comparator<T>) - Method in class org.plasma.common.sort.InsertionSort
 
sort(T[]) - Method in class org.plasma.common.sort.MergeSort
 
sort(T[]) - Method in class org.plasma.common.sort.QuickSort
 
sort(T[]) - Method in class org.plasma.common.sort.SelectionSort
 
sort(T[]) - Method in class org.plasma.common.sort.ShellSort
 
Sort - Class in org.plasma.common.sort
These algorithms can be used to sort an array of any primitive datatype / Comparable Object.
Sort() - Constructor for class org.plasma.common.sort.Sort
 
sort(T[]) - Method in class org.plasma.common.sort.Sorter
 
Sorter - Class in org.plasma.common.sort
Information about each algorithm's time/memory complexity and stability is provided in their respective classes.
Sorter() - Constructor for class org.plasma.common.sort.Sorter
 
start() - Method in interface org.plasma.common.io.StreamAssembler
 
StreamAssembler - Interface in org.plasma.common.io
 
StreamCopier - Class in org.plasma.common.io
 
StreamCopier() - Constructor for class org.plasma.common.io.StreamCopier
Creates a new instance of StreamCopier
swap(Object[], int, int) - Method in class org.plasma.common.sort.Sorter
Swap the contents of a[i] and a[j]

T

toObjectArray(int[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(long[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(double[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(float[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(char[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(boolean[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(byte[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Integer[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Long[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Double[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Float[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Character[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Boolean[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Byte[]) - Static method in class org.plasma.common.sort.OArrays
 
toString(int) - Static method in class org.plasma.common.Hash
 
toString(long) - Static method in class org.plasma.common.Hash
 
toString() - Method in class org.plasma.common.Hash
 
transform(File, File, URL) - Method in class org.plasma.common.xslt.XSLTUtils
 
transform(File, File, URL, Properties) - Method in class org.plasma.common.xslt.XSLTUtils
 
transform(String, URL) - Method in class org.plasma.common.xslt.XSLTUtils
 
transform(String, URL, Properties) - Method in class org.plasma.common.xslt.XSLTUtils
 
typeId - Variable in exception org.plasma.common.exception.UserException
 

U

unmarshal(String) - Method in interface org.plasma.common.bind.DataBinding
 
unmarshal(InputStream) - Method in interface org.plasma.common.bind.DataBinding
 
unmarshal(String) - Method in class org.plasma.common.bind.DataBindingSupport
 
unmarshal(Reader) - Method in class org.plasma.common.bind.DataBindingSupport
 
unmarshal(Source) - Method in class org.plasma.common.bind.DataBindingSupport
 
unmarshal(InputStream) - Method in class org.plasma.common.bind.DataBindingSupport
 
unmarshal(String) - Method in class org.plasma.common.bind.NonValidatingUnmarshaler
 
unmarshal(InputStream) - Method in class org.plasma.common.bind.NonValidatingUnmarshaler
 
unmarshal(Reader) - Method in class org.plasma.common.bind.NonValidatingUnmarshaler
 
unmarshal(Source) - Method in class org.plasma.common.bind.NonValidatingUnmarshaler
 
UserException - Exception in org.plasma.common.exception
 
UserException(String, String, String) - Constructor for exception org.plasma.common.exception.UserException
 
UserException(String, String, String, String) - Constructor for exception org.plasma.common.exception.UserException
 
UserException(String, String, String, Object[]) - Constructor for exception org.plasma.common.exception.UserException
 
UserException(String, String, String, Object[], String) - Constructor for exception org.plasma.common.exception.UserException
 

V

validate(String) - Method in interface org.plasma.common.bind.DataBinding
 
validate(InputStream) - Method in interface org.plasma.common.bind.DataBinding
 
validate(String) - Method in class org.plasma.common.bind.ValidatingUnmarshaler
 
validate(InputStream) - Method in class org.plasma.common.bind.ValidatingUnmarshaler
 
validate(Reader) - Method in class org.plasma.common.bind.ValidatingUnmarshaler
 
validate(Source) - Method in class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler - Class in org.plasma.common.bind
 
ValidatingUnmarshaler(URL, JAXBContext, BindingValidationEventHandler) - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler(InputStream, JAXBContext, BindingValidationEventHandler) - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler(InputStream[], JAXBContext, BindingValidationEventHandler) - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler(URL, JAXBContext, ValidatingUnmarshaler.Handler, ValidatingUnmarshaler.Resolver) - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler(InputStream, JAXBContext, ValidatingUnmarshaler.Handler, ValidatingUnmarshaler.Resolver) - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler.Handler - Class in org.plasma.common.bind
 
ValidatingUnmarshaler.Handler() - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler.Handler
 
ValidatingUnmarshaler.Resolver - Class in org.plasma.common.bind
 
ValidatingUnmarshaler.Resolver() - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler.Resolver
 
value - Variable in exception org.plasma.common.app.InvalidCommandLineArgValueException
 

W

warning(SAXParseException) - Method in class org.plasma.common.bind.ValidatingUnmarshaler.Handler
 
WordWrap - Class in org.plasma.common
 
wordWrap(String, int, Locale) - Static method in class org.plasma.common.WordWrap
Reformats a string where lines that are longer than width are split apart at the earliest wordbreak or at maxLength, whichever is sooner.

X

XSLTUtils - Class in org.plasma.common.xslt
 
XSLTUtils() - Constructor for class org.plasma.common.xslt.XSLTUtils
 

A B C D E F G H I L M N O P Q R S T U V W X

Copyright © 2013. All rights reserved.