[jboss-cvs] JBossAS SVN: r73547 - branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 21 07:52:02 EDT 2008


Author: alex.loubyansky at jboss.com
Date: 2008-05-21 07:52:02 -0400 (Wed, 21 May 2008)
New Revision: 73547

Modified:
   branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/SingletonStatelessSessionInstancePool.java
Log:
JBAS-5528

Modified: branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/SingletonStatelessSessionInstancePool.java
===================================================================
--- branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/SingletonStatelessSessionInstancePool.java	2008-05-21 10:25:01 UTC (rev 73546)
+++ branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/SingletonStatelessSessionInstancePool.java	2008-05-21 11:52:02 UTC (rev 73547)
@@ -52,24 +52,6 @@
 
    // Public --------------------------------------------------------
 
-   public void create()
-      throws Exception
-   {
-   }
-
-   public void start()
-      throws Exception
-   {
-   }
-
-   public void stop()
-   {
-   }
-
-   public void destroy()
-   {
-   }
-
    /**
     *   Get the singleton instance
     *
@@ -159,6 +141,11 @@
       return 1;
    }
 
+   public long getAvailableCount()
+   {
+      return 1;
+   }
+
    // Z implementation ----------------------------------------------
 
     // XmlLoadable implementation




More information about the jboss-cvs-commits mailing list