Class JmsConnectionInfo
java.lang.Object
com.almis.awe.model.entities.queues.JmsConnectionInfo
- All Implemented Interfaces:
AweTrackable
JmsConnectionInfo Class
Bean class with message queue connection info
- Author:
- Pablo GARCIA - 03/Aug/2017
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
On destroyvoid
update
(AweTracker observable, Object value) Checks if connection must be closed
-
Constructor Details
-
JmsConnectionInfo
public JmsConnectionInfo()
-
-
Method Details
-
update
Checks if connection must be closed- Specified by:
update
in interfaceAweTrackable
- Parameters:
observable
- Observablevalue
- Observable value
-
destroy
public void destroy()On destroy
-