A C D E F G I J L M N O P R S T U W

A

Assertions - Class in org.defne.utility
Some assertions.

C

callConstructor(Constructor<?>, Object[]) - Static method in class org.defne.utility.reflection.ReflectionUtils
 
callConstructor(Constructor<?>, Object[]) - Method in interface org.defne.utility.reflection.SecurityActions
 
checkForNull(Object, String) - Static method in class org.defne.utility.Assertions
Checks the given parameter for nullability.
checkForNullParameter(Object, String) - Static method in class org.defne.utility.Assertions
Checks the given parameter for nullability.
clearInstances(ClassLoader) - Static method in class org.defne.utility.factories.SingletonProvider
Clear all deployment instances when the application is undeployed.

D

debug(String) - Method in interface org.defne.utility.log.ILogger
 
debug(String, Throwable) - Method in interface org.defne.utility.log.ILogger
 
debug(Throwable) - Method in interface org.defne.utility.log.ILogger
 
debug(String) - Method in class org.defne.utility.log.JDKLogger
debug(String, Throwable) - Method in class org.defne.utility.log.JDKLogger
debug(Throwable) - Method in class org.defne.utility.log.JDKLogger
DEFAULT_EMF_PROVIDER_CLASS - Static variable in class org.defne.utility.factories.SingletonProvider
 
DefneException - Exception in org.defne.utility.exception
Main root exception for all general types of exceptions.
DefneException() - Constructor for exception org.defne.utility.exception.DefneException
Instantiates a new green exception.
DefneException(String) - Constructor for exception org.defne.utility.exception.DefneException
Instantiates a new green exception.
DefneException(Throwable) - Constructor for exception org.defne.utility.exception.DefneException
Instantiates a new green exception.
DefneException(String, Throwable) - Constructor for exception org.defne.utility.exception.DefneException
Instantiates a new green exception.

E

EMPTY - Static variable in class org.defne.utility.reflection.ReflectionUtils
Empty class array
error(String) - Method in interface org.defne.utility.log.ILogger
 
error(Throwable) - Method in interface org.defne.utility.log.ILogger
 
error(String, Throwable) - Method in interface org.defne.utility.log.ILogger
 
error(String) - Method in class org.defne.utility.log.JDKLogger
error(String, Throwable) - Method in class org.defne.utility.log.JDKLogger
error(Throwable) - Method in class org.defne.utility.log.JDKLogger

F

fatal(String) - Method in interface org.defne.utility.log.ILogger
 
fatal(String, Throwable) - Method in interface org.defne.utility.log.ILogger
 
fatal(Throwable) - Method in interface org.defne.utility.log.ILogger
 
fatal(String) - Method in class org.defne.utility.log.JDKLogger
fatal(String, Throwable) - Method in class org.defne.utility.log.JDKLogger
fatal(Throwable) - Method in class org.defne.utility.log.JDKLogger

G

getAndSetSystemProperty(String, String) - Method in interface org.defne.utility.reflection.SecurityActions
 
getAndSetSystemProperty(String, String) - Static method in class org.defne.utility.Utility
Gets system property value with the given name.
getClass(String) - Method in interface org.defne.utility.reflection.SecurityActions
 
getClassFromName(String) - Static method in class org.defne.utility.reflection.ReflectionUtils
Load class with the given name and returns it.
getConstructor(Class<T>, List<Class<?>>) - Static method in class org.defne.utility.reflection.ReflectionUtils
Gets class constructor with the given parameters..
getConstructor(Class<?>, List<Class<?>>) - Method in interface org.defne.utility.reflection.SecurityActions
 
getExceptionMessage(DefneException) - Static method in class org.defne.utility.Utility
Build chain of exception message.
getLogProvider(Class<?>) - Static method in class org.defne.utility.log.LoggerProvider
Gets the logger for the given class.
getMessage(String, Object[]) - Method in class org.defne.utility.messages.Localization
Gets formatted message.
getNewObject(Class<T>) - Static method in class org.defne.utility.reflection.ReflectionUtils
Gets class instance.
getSecurityActions() - Static method in class org.defne.utility.reflection.SecurityActions.UTIL
 
getSingletonInstance(String) - Static method in class org.defne.utility.factories.SingletonProvider
Gets signelton instance.
getSingletonInstance(String, ClassLoader) - Static method in class org.defne.utility.factories.SingletonProvider
Gets singleton instance for deployment.
getSystemClassLoader() - Static method in class org.defne.utility.reflection.ReflectionUtils
Gets system class loader.
getSystemProperty(String) - Method in interface org.defne.utility.reflection.SecurityActions
 
getSystemProperty(String, String) - Method in interface org.defne.utility.reflection.SecurityActions
 
getSystemProperty(String) - Static method in class org.defne.utility.Utility
Gets system property value with the given name.
getSystemProperty(String, String) - Static method in class org.defne.utility.Utility
Gets system property value with the given name.
getTargetException(Exception) - Static method in class org.defne.utility.Utility
Gets target exception if the given exception is InvocationTargetException.
getThreadClassLoader() - Static method in class org.defne.utility.reflection.ReflectionUtils
Gets current thread classloader.

I

ILogger - Interface in org.defne.utility.log
Generic contract for logging.
info(String) - Method in interface org.defne.utility.log.ILogger
 
info(String, Throwable) - Method in interface org.defne.utility.log.ILogger
 
info(Throwable) - Method in interface org.defne.utility.log.ILogger
 
info(String) - Method in class org.defne.utility.log.JDKLogger
info(String, Throwable) - Method in class org.defne.utility.log.JDKLogger
info(Throwable) - Method in class org.defne.utility.log.JDKLogger
invokeMethod(Object, Method, Object[]) - Static method in class org.defne.utility.reflection.ReflectionUtils
Calls the given object's method with supplied arguments.
isDebugEnabled() - Method in interface org.defne.utility.log.ILogger
 
isDebugEnabled() - Method in class org.defne.utility.log.JDKLogger
isErrorEnabled() - Method in interface org.defne.utility.log.ILogger
 
isErrorEnabled() - Method in class org.defne.utility.log.JDKLogger
isFatalEnabled() - Method in interface org.defne.utility.log.ILogger
 
isFatalEnabled() - Method in class org.defne.utility.log.JDKLogger
isInfoEnabled() - Method in interface org.defne.utility.log.ILogger
 
isInfoEnabled() - Method in class org.defne.utility.log.JDKLogger
isTraceEnabled() - Method in interface org.defne.utility.log.ILogger
 
isTraceEnabled() - Method in class org.defne.utility.log.JDKLogger
isWarnEnabled() - Method in interface org.defne.utility.log.ILogger
 
isWarnEnabled() - Method in class org.defne.utility.log.JDKLogger

J

JDKLogger - Class in org.defne.utility.log
Implementation of the ILogger using the platform JDK logging.
JDKLogger(Class<?>) - Constructor for class org.defne.utility.log.JDKLogger
Private Constructor.

L

Localization - Class in org.defne.utility.messages
Provides localized message.
Localization(String, Locale, ClassLoader) - Constructor for class org.defne.utility.messages.Localization
Creates a new instance.
LoggerProvider - Class in org.defne.utility.log
Provider class for the ILogger instances.
LOGGING_SYSTEM_PROPERTY - Static variable in interface org.defne.utility.log.ILogger
System property for logging usage.

M

main(String[]) - Static method in class org.defne.utility.reflection.ReflectionUtils
 

N

newInstance(Class<?>) - Method in interface org.defne.utility.reflection.SecurityActions
 
NON_PRIVILEGED - Static variable in interface org.defne.utility.reflection.SecurityActions
 

O

org.defne.utility - package org.defne.utility
 
org.defne.utility.exception - package org.defne.utility.exception
 
org.defne.utility.factories - package org.defne.utility.factories
 
org.defne.utility.log - package org.defne.utility.log
 
org.defne.utility.messages - package org.defne.utility.messages
 
org.defne.utility.reflection - package org.defne.utility.reflection
 

P

PRIVILEGED - Static variable in interface org.defne.utility.reflection.SecurityActions
 

R

ReflectionUtils - Class in org.defne.utility.reflection
Reflection related utility class.

S

SecurityActions - Interface in org.defne.utility.reflection
 
SecurityActions.UTIL - Class in org.defne.utility.reflection
 
SecurityActions.UTIL() - Constructor for class org.defne.utility.reflection.SecurityActions.UTIL
 
SERVICE_SCANNER_CLASS - Static variable in class org.defne.utility.factories.SingletonProvider
 
SingletonProvider - Class in org.defne.utility.factories
 

T

throwDefneExceptionFromPrivilege(PrivilegedActionException) - Static method in class org.defne.utility.reflection.ReflectionUtils
 
throwsDefneException(Exception) - Static method in class org.defne.utility.Utility
Check and throws defne exception.
trace(String) - Method in interface org.defne.utility.log.ILogger
 
trace(String, Throwable) - Method in interface org.defne.utility.log.ILogger
 
trace(Throwable) - Method in interface org.defne.utility.log.ILogger
 
trace(String) - Method in class org.defne.utility.log.JDKLogger
trace(String, Throwable) - Method in class org.defne.utility.log.JDKLogger
trace(Throwable) - Method in class org.defne.utility.log.JDKLogger

U

Utility - Class in org.defne.utility
Some utility methods for using all over the project.

W

warn(String) - Method in interface org.defne.utility.log.ILogger
 
warn(String, Throwable) - Method in interface org.defne.utility.log.ILogger
 
warn(Throwable) - Method in interface org.defne.utility.log.ILogger
 
warn(String) - Method in class org.defne.utility.log.JDKLogger
warn(String, Throwable) - Method in class org.defne.utility.log.JDKLogger
warn(Throwable) - Method in class org.defne.utility.log.JDKLogger

A C D E F G I J L M N O P R S T U W

Copyright © 2010 MechSoft Mechanical and Software Solutions. All Rights Reserved.