|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jfw.status.UtilAdministration
public final class UtilAdministration
Various utils methods.
All methods are static and thread safe.
Field Summary | |
---|---|
static byte[] |
endMessage
The suffix that indicate the end of log trasmission. |
static java.lang.String |
POOL_TYPE
The string indcating a connection pool in jfw.properties. |
Constructor Summary | |
---|---|
UtilAdministration()
|
Method Summary | |
---|---|
static int |
getConnectionPoolNames(java.util.HashMap outputData)
Get the connection pools names from jfw.properties. |
static java.lang.String |
getPoolName(javax.servlet.http.HttpServletRequest request)
Get the pool name request from the browser to be show. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String POOL_TYPE
public static final byte[] endMessage
Constructor Detail |
---|
public UtilAdministration()
Method Detail |
---|
public static int getConnectionPoolNames(java.util.HashMap outputData)
outputData
- the output HashMap container.
public static java.lang.String getPoolName(javax.servlet.http.HttpServletRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |