Package org.myorg.encconfig.ejb
Interface AuditorRemote
-
- All Known Implementing Classes:
ENCAuditorEJB
,JNDIAuditorEJB
,LookupAuditorEJB
,XMLInjectAuditorEJB
public interface AuditorRemote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
audit(String message)
boolean
haveConnectionFactory()
boolean
havePersistenceContext()
boolean
haveTopic()
boolean
isPublishJMS()
-
-
-
Method Detail
-
isPublishJMS
boolean isPublishJMS()
-
havePersistenceContext
boolean havePersistenceContext()
-
haveTopic
boolean haveTopic()
-
haveConnectionFactory
boolean haveConnectionFactory()
-
audit
int audit(String message)
-
-