Package org.oa4mp.server.api.util
Class ClientDebugUtil
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.util.MetaDebugUtil
-
- org.oa4mp.server.api.util.ClientDebugUtil
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.util.DebugConstants,Serializable
public class ClientDebugUtil extends edu.uiuc.ncsa.security.core.util.MetaDebugUtilCreated by Jeff Gaynor
on 6/25/21 at 2:47 PM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.security.core.util.MetaDebugUtil
debugLevel, DEFAULT_TITLE, host, JSON_DELIMITER, JSON_ENABLED, JSON_HOST, JSON_LEVEL, JSON_TITLE, JSON_TS_ON
-
Fields inherited from interface edu.uiuc.ncsa.security.core.util.DebugConstants
DEBUG_LEVEL_ERROR, DEBUG_LEVEL_ERROR_LABEL, DEBUG_LEVEL_INFO, DEBUG_LEVEL_INFO_LABEL, DEBUG_LEVEL_OFF, DEBUG_LEVEL_OFF_LABEL, DEBUG_LEVEL_SEVERE, DEBUG_LEVEL_SEVERE_LABEL, DEBUG_LEVEL_TRACE, DEBUG_LEVEL_TRACE_LABEL, DEBUG_LEVEL_UNKNOWN, DEBUG_LEVEL_WARN, DEBUG_LEVEL_WARN_LABEL
-
-
Constructor Summary
Constructors Constructor Description ClientDebugUtil(org.oa4mp.delegation.common.storage.clients.BaseClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.oa4mp.delegation.common.storage.clients.BaseClientgetClient()ServiceTransactiongetTransaction()booleanhasTransaction()voidprintIt(int level, Class callingClass, String message)voidsetClient(org.oa4mp.delegation.common.storage.clients.BaseClient client)voidsetTransaction(ServiceTransaction transaction)-
Methods inherited from class edu.uiuc.ncsa.security.core.util.MetaDebugUtil
checkLevelAndLabel, error, error, error, error, error, error, error, error, fromJSON, getDebugLevel, getDelimiter, getHost, getTitle, hasHost, info, info, info, info, isEnabled, isPrintTS, printIt, printIt, printIt, printIt, setDebugLevel, setDebugLevel, setDelimiter, setHost, setIsEnabled, setPrintTS, setTitle, severe, severe, severe, severe, severe, severe, severe, severe, toJSON, toLabel, toLevel, toString, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn
-
-
-
-
Method Detail
-
printIt
public void printIt(int level, Class callingClass, String message)- Overrides:
printItin classedu.uiuc.ncsa.security.core.util.MetaDebugUtil
-
getTransaction
public ServiceTransaction getTransaction()
-
setTransaction
public void setTransaction(ServiceTransaction transaction)
-
hasTransaction
public boolean hasTransaction()
-
getClient
public org.oa4mp.delegation.common.storage.clients.BaseClient getClient()
-
setClient
public void setClient(org.oa4mp.delegation.common.storage.clients.BaseClient client)
-
-