Package org.jboss.util

Examples of org.jboss.util.NotImplementedException


      {
         unit.addAttachment(ArchiveInfo.class, new ArchiveInfo(classLoader, EjbDiscoveryUtils.getVisibleEJbNames(unit)));
      }
      else
         // FIXME
         throw new NotImplementedException();
   }
View Full Code Here


   /* (non-Javadoc)
    * @see org.jboss.injection.InjectionContainer#getEjbJndiName(java.lang.String, java.lang.Class)
    */
   public String getEjbJndiName(String link, Class<?> businessInterface)
   {
      throw new NotImplementedException();
      //return "java:comp/env/" + link + "/remote";
      //return applicationClientName + "/" + link + "/remote";
      //return null;
   }
View Full Code Here

      return null;
   }
  
   public VirtualFile getRootFile()
   {
      throw new NotImplementedException();
   }
View Full Code Here

      return -1;
   }

   public int getTransactionTimeout() throws SystemException
   {
      throw new NotImplementedException("NYI: getTransactionTimeout()");
   }
View Full Code Here

      throw new org.jboss.util.NotImplementedException("getAttribute");
   }

   public AttributeList getAttributes(String[] attributes)
   {
      throw new NotImplementedException("getAttributes");
   }
View Full Code Here

      throw new NotImplementedException("getAttributes");
   }

   public Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException
   {
      throw new NotImplementedException("invoke");
   }
View Full Code Here

      throw new NotImplementedException("invoke");
   }

   public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
   {
      throw new NotImplementedException("setAttribute");
   }
View Full Code Here

      throw new NotImplementedException("setAttribute");
   }

   public AttributeList setAttributes(AttributeList attributes)
   {
      throw new NotImplementedException("setAttributes");
   }
View Full Code Here

      throw new org.jboss.util.NotImplementedException("getAttribute");
   }

   public AttributeList getAttributes(String[] attributes)
   {
      throw new NotImplementedException("getAttributes");
   }
View Full Code Here

      throw new NotImplementedException("getAttributes");
   }

   public Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException
   {
      throw new NotImplementedException("invoke");
   }
View Full Code Here

TOP

Related Classes of org.jboss.util.NotImplementedException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.