User: juha
Date: 00/08/20 13:48:07
Modified: src/main/org/jboss/verifier/strategy
VerificationStrategy.java VerificationContext.java
EJBVerifier20.java
Log:
Changes to the listener interface.
Revision Changes Path
1.5 +3 -3
jboss/src/main/org/jboss/verifier/strategy/VerificationStrategy.java
Index: VerificationStrategy.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/strategy/VerificationStrategy.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- VerificationStrategy.java 2000/08/12 00:42:13 1.4
+++ VerificationStrategy.java 2000/08/20 20:48:07 1.5
@@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* This package and its source code is available at www.jboss.org
- * $Id: VerificationStrategy.java,v 1.4 2000/08/12 00:42:13 salborini Exp $
+ * $Id: VerificationStrategy.java,v 1.5 2000/08/20 20:48:07 juha Exp $
*/
@@ -44,7 +44,7 @@
* @see << OTHER RELATED CLASSES >>
*
* @author Juha Lindfors ([EMAIL PROTECTED])
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
* @since JDK 1.3
*/
public interface VerificationStrategy extends Strategy {
@@ -62,7 +62,7 @@
/*
* Checks the message driven beans (EJB 2.0 only).
*/
- abstract void checkMessageDriven(BeanMetaData session);
+ abstract void checkMessageBean(BeanMetaData session);
}
1.4 +4 -5
jboss/src/main/org/jboss/verifier/strategy/VerificationContext.java
Index: VerificationContext.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/strategy/VerificationContext.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- VerificationContext.java 2000/08/12 00:42:13 1.3
+++ VerificationContext.java 2000/08/20 20:48:07 1.4
@@ -18,11 +18,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * This package and its source code is available at www.gjt.org
- * $Id: VerificationContext.java,v 1.3 2000/08/12 00:42:13 salborini Exp $
+ * This package and its source code is available at www.jboss.org
+ * $Id: VerificationContext.java,v 1.4 2000/08/20 20:48:07 juha Exp $
*
- * You can reach the author by sending email to [EMAIL PROTECTED] or
- * directly to [EMAIL PROTECTED]
+ * You can reach the author by sending email to [EMAIL PROTECTED]
*/
@@ -48,7 +47,7 @@
* @see << OTHER RELATED CLASSES >>
*
* @author Juha Lindfors
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
* @since JDK 1.3
*/
public interface VerificationContext extends StrategyContext,
1.7 +3 -3 jboss/src/main/org/jboss/verifier/strategy/EJBVerifier20.java
Index: EJBVerifier20.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/strategy/EJBVerifier20.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- EJBVerifier20.java 2000/08/12 00:42:13 1.6
+++ EJBVerifier20.java 2000/08/20 20:48:07 1.7
@@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* This package and its source code is available at www.jboss.org
- * $Id: EJBVerifier20.java,v 1.6 2000/08/12 00:42:13 salborini Exp $
+ * $Id: EJBVerifier20.java,v 1.7 2000/08/20 20:48:07 juha Exp $
*/
@@ -51,7 +51,7 @@
* @see << OTHER RELATED CLASSES >>
*
* @author Juha Lindfors ([EMAIL PROTECTED])
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
* @since JDK 1.3
*/
public class EJBVerifier20 extends AbstractVerifier {
@@ -89,7 +89,7 @@
// NOT IMPLEMENTED YET
}
- public void checkMessageDriven(BeanMetaData bean) {
+ public void checkMessageBean(BeanMetaData bean) {
// NOT IMPLEMENTED YET
}