Source Code Cross Referenced for BaseTimeoutCallbackAccess.java in  » J2EE » ow2-easybeans » org » ow2 » easybeans » tests » common » ejbs » base » timer » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » ow2 easybeans » org.ow2.easybeans.tests.common.ejbs.base.timer 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /**
002:         * EasyBeans
003:         * Copyright (C) 2006 Bull S.A.S.
004:         * Contact: easybeans@ow2.org
005:         *
006:         * This library is free software; you can redistribute it and/or
007:         * modify it under the terms of the GNU Lesser General Public
008:         * License as published by the Free Software Foundation; either
009:         * version 2.1 of the License, or any later version.
010:         *
011:         * This library is distributed in the hope that it will be useful,
012:         * but WITHOUT ANY WARRANTY; without even the implied warranty of
013:         * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
014:         * Lesser General Public License for more details.
015:         *
016:         * You should have received a copy of the GNU Lesser General Public
017:         * License along with this library; if not, write to the Free Software
018:         * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
019:         * USA
020:         *
021:         * --------------------------------------------------------------------------
022:         * $Id: BaseTimeoutCallbackAccess.java 1970 2007-10-16 11:49:25Z benoitf $
023:         * --------------------------------------------------------------------------
024:         */package org.ow2.easybeans.tests.common.ejbs.base.timer;
025:
026:        import static org.ow2.easybeans.tests.common.ejbs.entity.callbacklogger.CallbackType.TIMEOUT;
027:        import static org.ow2.easybeans.tests.common.ejbs.entity.callbacklogger.OperationType.ENTERPRISE_BEAN;
028:        import static org.ow2.easybeans.tests.common.ejbs.entity.callbacklogger.OperationType.ENTITY_MANAGER;
029:        import static org.ow2.easybeans.tests.common.ejbs.entity.callbacklogger.OperationType.ENTITY_MANAGER_FACTORY;
030:        import static org.ow2.easybeans.tests.common.ejbs.entity.callbacklogger.OperationType.RESOURCE_MANAGER;
031:        import static org.ow2.easybeans.tests.common.ejbs.entity.callbacklogger.OperationType.TIMER;
032:        import static org.ow2.easybeans.tests.common.ejbs.entity.callbacklogger.OperationType.USER_TRANSACTION;
033:        import static org.ow2.easybeans.tests.common.ejbs.entity.callbacklogger.OperationType.isEqual;
034:        import static org.ow2.easybeans.tests.common.helper.ContextHelper.checkResource;
035:
036:        import java.io.Serializable;
037:
038:        import javax.annotation.Resource;
039:        import javax.ejb.EJB;
040:        import javax.ejb.EJBContext;
041:        import javax.ejb.Timeout;
042:        import javax.ejb.Timer;
043:        import javax.ejb.TimerService;
044:        import javax.jms.JMSException;
045:        import javax.jms.Message;
046:        import javax.persistence.EntityManager;
047:        import javax.persistence.EntityManagerFactory;
048:        import javax.persistence.PersistenceContext;
049:        import javax.persistence.PersistenceUnit;
050:        import javax.sql.DataSource;
051:        import javax.transaction.UserTransaction;
052:
053:        import org.ow2.easybeans.tests.common.ejbs.base.ItfOneMethod01;
054:        import org.ow2.easybeans.tests.common.ejbs.stateless.containermanaged.callbacklogger.BaseInsertOperation;
055:        import org.ow2.easybeans.tests.common.jms.MessageProperty;
056:        import org.ow2.easybeans.tests.common.resources.EMFactoryTester;
057:        import org.ow2.easybeans.tests.common.resources.EntityManagerTester;
058:        import org.ow2.util.log.Log;
059:        import org.ow2.util.log.LogFactory;
060:
061:        /**
062:         * Used as base of beans to test timeout callback.
063:         * @author Eduardo Studzinski Estima de Castro
064:         * @author Gisele Pinheiro Souza
065:         */
066:        @EJB(name="ejb/bean01",beanInterface=ItfOneMethod01.class,beanName="EJBInjectionBean")
067:        @Resource(name="jdbc/ds01",type=javax.sql.DataSource.class,mappedName="jdbc_1")
068:        @PersistenceUnit(name="persistence/pu01")
069:        @PersistenceContext(name="persistence/pctx01")
070:        public abstract class BaseTimeoutCallbackAccess extends
071:                BaseInsertOperation implements  ItfCreateTimer {
072:
073:            /**
074:             * Log helper.
075:             */
076:            private Log logger = LogFactory
077:                    .getLog(BaseTimeoutCallbackAccess.class);
078:
079:            /**
080:             * Gets the bean name.
081:             * @return name
082:             */
083:            public abstract String getName();
084:
085:            /**
086:             * Tests the UserTransaction.
087:             * @param utx instance
088:             * @return true if the instance is working properly, otherwise false.
089:             */
090:            public abstract boolean testUserTransaction(
091:                    final UserTransaction utx);
092:
093:            /**
094:             * TimerService.
095:             */
096:            @Resource
097:            private TimerService ts;
098:
099:            /**
100:             * Context.
101:             */
102:            @Resource
103:            private EJBContext ctx;
104:
105:            /**
106:             * UserTransaction must not be injected.
107:             */
108:            @Resource
109:            private UserTransaction utx;
110:
111:            /**
112:             * Starts a timer. The timeout will perform the operation specifed in the MessageProperty.OPERATION property.
113:             * @param message msg
114:             */
115:            public void onMessage(final Message message) {
116:                String op = null;
117:
118:                try {
119:                    op = message.getStringProperty(MessageProperty.OPERATION
120:                            .toString());
121:                    startTimer(DURATION, op);
122:                } catch (JMSException e) {
123:                    logger.debug("Error getting operation type: {0}", e);
124:                }
125:            }
126:
127:            /**
128:             * This timer performs the operation defined in the info.
129:             * @param timer timer with information.
130:             */
131:            @Timeout
132:            public void timeout(final Timer timer) {
133:                String op = "";
134:                Serializable info = timer.getInfo();
135:
136:                if (info != null) {
137:                    op = info.toString();
138:                }
139:
140:                if (isEqual(RESOURCE_MANAGER, op)) {
141:                    DataSource ds = (DataSource) ctx.lookup("jdbc/ds01");
142:                    checkResource(ds);
143:                    log(getName(), TIMEOUT, getName(), RESOURCE_MANAGER);
144:
145:                } else if (isEqual(ENTERPRISE_BEAN, op)) {
146:                    ItfOneMethod01 bean = (ItfOneMethod01) ctx
147:                            .lookup("ejb/bean01");
148:                    bean.getBool();
149:                    log(getName(), TIMEOUT, getName(), ENTERPRISE_BEAN);
150:
151:                } else if (isEqual(ENTITY_MANAGER_FACTORY, op)) {
152:                    EntityManagerFactory emf = (EntityManagerFactory) ctx
153:                            .lookup("persistence/pu01");
154:                    try {
155:                        EMFactoryTester.checkInstance(emf, "tmpTable"
156:                                + this .hashCode());
157:                        log(getName(), TIMEOUT, getName(),
158:                                ENTITY_MANAGER_FACTORY);
159:                    } catch (Exception e) {
160:                        logger.debug("Error in EntityManagerFactory use: {0}",
161:                                e);
162:                        e.printStackTrace();
163:                    }
164:
165:                } else if (isEqual(ENTITY_MANAGER, op)) {
166:                    EntityManager em = (EntityManager) ctx
167:                            .lookup("persistence/pctx01");
168:                    try {
169:                        EntityManagerTester.checkInstance(em, "tmpTable"
170:                                + this .hashCode());
171:                        log(getName(), TIMEOUT, getName(), ENTITY_MANAGER);
172:                    } catch (Exception e) {
173:                        logger.debug("Error in EntityManagerFactory use: {0}",
174:                                e);
175:                        e.printStackTrace();
176:                    }
177:
178:                } else if (isEqual(TIMER, op)) {
179:                    ts.createTimer(DURATION, "").cancel();
180:                    log(getName(), TIMEOUT, getName(), TIMER);
181:
182:                } else if (isEqual(USER_TRANSACTION, op)) {
183:                    if (testUserTransaction(utx)) {
184:                        log(getName(), TIMEOUT, getName(), USER_TRANSACTION);
185:                    }
186:                } else {
187:                    logger.debug("Invalid operation: {0}", op);
188:                }
189:            }
190:
191:            /**
192:             * Starts a timer.
193:             * @param duration timer duration
194:             * @param op operation that the timeout callback must perform
195:             */
196:            public void startTimer(final int duration, final Serializable op) {
197:                ts.createTimer(duration, op.toString());
198:            }
199:        }
w_ww__.___j_ava__2___s___.c__o__m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.