it.imolinfo.jbi4ejb.runtime.ejbproxy
Class EJBClasses

java.lang.Object
  extended by it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBClasses

public class EJBClasses
extends java.lang.Object

Mantains all the classes information of the Stateless EJB.


Constructor Summary
EJBClasses(java.lang.String ejbClassesPath, java.lang.String remoteInterfaceClassName)
          Instantiates a new EJBClasses.
 
Method Summary
 java.lang.String getEjbClassesPath()
          Gets the ejb classes path.
 java.lang.String getRemoteInterfaceClassName()
          Gets the remote interface class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBClasses

public EJBClasses(java.lang.String ejbClassesPath,
                  java.lang.String remoteInterfaceClassName)
Instantiates a new EJBClasses.

Parameters:
ejbClassesPath - The file systempath to the ejb classes
remoteInterfaceClassName - The remote interface class name
Method Detail

getEjbClassesPath

public java.lang.String getEjbClassesPath()
Gets the ejb classes path.

Returns:
the ejb classes path

getRemoteInterfaceClassName

public java.lang.String getRemoteInterfaceClassName()
Gets the remote interface class name.

Returns:
the remote interface class name


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.