|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotNull | |
|---|---|
| com.sun.istack | istack-commons runtime utilities. |
| com.sun.istack.logging | |
| Uses of NotNull in com.sun.istack |
|---|
| Methods in com.sun.istack with annotations of type NotNull | |
|---|---|
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. |
| Method parameters in com.sun.istack with annotations of type NotNull | |
|---|---|
void |
Pool.recycle(T t)
Returns an object back to the pool. |
| Uses of NotNull in com.sun.istack.logging |
|---|
| Methods in com.sun.istack.logging with annotations of type NotNull | |
|---|---|
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. |
| Method parameters in com.sun.istack.logging with annotations of type NotNull | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||