| java.lang.Object org.netbeans.modules.visualweb.ejb.datamodel.EjbGroup
EjbGroup | public class EjbGroup implements java.lang.Cloneable(Code) | | This class is to encapsulates the information Rave needs to know abount an EJB Group.
An EJB group is a group of EJBs deployed on the same server. They must shared the
following information:
- Application server vendor name, for example, SunAppLicationServer, WebLogic, WebSphere
- Server host name
- RMI-IIOP port number
- Client Jar file
An EJB group also contains
- All the session Beans in the group
- All the entity Beans in the group
- All the message Driven beans in the group
author: cao |
EjbGroup | public EjbGroup()(Code) | | |
addClientJarFile | public void addClientJarFile(String jarFile)(Code) | | |
getClientJarFilesAsOneStr | public String getClientJarFilesAsOneStr()(Code) | | |
getClientWrapperBeanJar | public String getClientWrapperBeanJar()(Code) | | |
getEjbInfo | public EjbInfo getEjbInfo(String remote)(Code) | | Find the ejb with the given remote interface
|
getIIOPPort | public int getIIOPPort()(Code) | | |
hasAnyConfigurableMethod | public boolean hasAnyConfigurableMethod()(Code) | | |
hasAnyMethodWithColletionReturn | public boolean hasAnyMethodWithColletionReturn()(Code) | | |
isSunAppServer | public boolean isSunAppServer()(Code) | | |
isWebLogicAppServer | public boolean isWebLogicAppServer()(Code) | | |
isWebsphereAppServer | public boolean isWebsphereAppServer()(Code) | | |
setAllClazz | public void setAllClazz(Set allClazz)(Code) | | |
setAppServerVendor | public void setAppServerVendor(String vendor)(Code) | | |
setClientWrapperBeanJar | public void setClientWrapperBeanJar(String jar)(Code) | | |
setDDLocationFile | public void setDDLocationFile(String fileName)(Code) | | |
setDesignInfoJar | public void setDesignInfoJar(String jar)(Code) | | |
setIIOPPort | public void setIIOPPort(int port)(Code) | | |
|
|