Package | Description |
---|---|
com.sun.istack |
istack-commons runtime utilities.
|
com.sun.istack.logging |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
Pool.Impl.create()
Creates a new instance of object.
|
T |
Pool.take()
Gets a new object from the pool.
|
T |
Pool.Impl.take()
Gets a new object from the pool.
|
Modifier and Type | Method and Description |
---|---|
void |
Pool.recycle(T t)
Returns an object back to the pool.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
Logger.getLogger(java.lang.Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class.
|
static Logger |
Logger.getLogger(java.lang.String customLoggerName,
java.lang.Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
Logger.getLogger(java.lang.Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class.
|
static Logger |
Logger.getLogger(java.lang.String customLoggerName,
java.lang.Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class.
|
static Logger |
Logger.getLogger(java.lang.String customLoggerName,
java.lang.Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class.
|
(package private) static java.lang.String |
Logger.getSystemLoggerName(java.lang.Class<?> componentClass)
Calculates the subsystem suffix based on the package of the component class
|