com.ibm.wsspi.anno.info
Interface InfoStoreFactory
- public interface InfoStoreFactory
Method Summary
Modifier and Type | Method and Description |
---|---|
createInfoStore(ClassSource_Aggregate classSource)
|
|
|
getHashText()
|
getUtilFactory()
|
|
newInfoStoreException(TraceComponent logger,java.lang.String message)
|
|
wrapIntoInfoStoreException(TraceComponent logger,java.lang.String callingClassName,java.lang.String callingMethodName,java.lang.String message,java.lang.Throwable th)
|
Method Detail
getHashText
- java.lang.String getHashText()
getUtilFactory
- Util_Factory getUtilFactory()
newInfoStoreException
- InfoStoreException newInfoStoreException( TraceComponent logger,
- java.lang.String message)
wrapIntoInfoStoreException
- InfoStoreException wrapIntoInfoStoreException( TraceComponent logger,
- java.lang.String callingClassName,
- java.lang.String callingMethodName,
- java.lang.String message,
- java.lang.Throwable th)
createInfoStore
- InfoStore createInfoStore(ClassSource_Aggregate classSource)
- throws InfoStoreException
Throws: