Package com.sun.ejb.codegen
Class StaticRmiStubGenerator
- java.lang.Object
-
- com.sun.ejb.codegen.StaticRmiStubGenerator
-
public class StaticRmiStubGenerator extends Object
This class is used to generate the RMI-IIOP version of a remote business interface.
-
-
Constructor Summary
Constructors Constructor Description StaticRmiStubGenerator(org.glassfish.hk2.api.ServiceLocator services)This class is only instantiated internally.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidejbc(org.glassfish.api.deployment.DeploymentContext deploymentCtx)Generates and compiles the necessary impl classes, stubs and skels.
-
-
-
Method Detail
-
ejbc
public void ejbc(org.glassfish.api.deployment.DeploymentContext deploymentCtx) throws ExceptionGenerates and compiles the necessary impl classes, stubs and skels.This method makes the following assumptions: - the deployment descriptor xmls are registered with Config - the class paths are registered with Config- Parameters:
deploymentCtx-- Throws:
Exception
-
-