Package com.ibm.wsspi.anno.info
Interface InfoStoreFactory
public interface InfoStoreFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateInfoStore
(ClassSource_Aggregate classSource) newInfoStoreException
(com.ibm.websphere.ras.TraceComponent logger, String message) wrapIntoInfoStoreException
(com.ibm.websphere.ras.TraceComponent logger, String callingClassName, String callingMethodName, String message, Throwable th)
-
Method Details
-
getHashText
String getHashText() -
getUtilFactory
Util_Factory getUtilFactory() -
newInfoStoreException
InfoStoreException newInfoStoreException(com.ibm.websphere.ras.TraceComponent logger, String message) -
wrapIntoInfoStoreException
InfoStoreException wrapIntoInfoStoreException(com.ibm.websphere.ras.TraceComponent logger, String callingClassName, String callingMethodName, String message, Throwable th) -
createInfoStore
- Throws:
InfoStoreException
-