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 intaudit(String message)booleanhaveConnectionFactory()booleanhavePersistenceContext()booleanhaveTopic()booleanisPublishJMS()
-
-
-
Method Detail
-
isPublishJMS
boolean isPublishJMS()
-
havePersistenceContext
boolean havePersistenceContext()
-
haveTopic
boolean haveTopic()
-
haveConnectionFactory
boolean haveConnectionFactory()
-
audit
int audit(String message)
-
-