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 |
StaticRmiStubGenerator(org.jvnet.hk2.component.Habitat h)
This class is only instantiated internally. |
|
Method Summary |
void |
ejbc(DeploymentContext deploymentCtx)
Generates and compiles the necessary impl classes, stubs and skels. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticRmiStubGenerator
public StaticRmiStubGenerator(org.jvnet.hk2.component.Habitat h)
- This class is only instantiated internally.
ejbc
public void ejbc(DeploymentContext deploymentCtx)
throws Exception
- Generates 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
Copyright © 2012 GlassFish Community. All Rights Reserved.