com.sun.ejb.codegen
Class StaticRmiStubGenerator

java.lang.Object
  extended by com.sun.ejb.codegen.StaticRmiStubGenerator

public class StaticRmiStubGenerator
extends java.lang.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
 

Constructor Detail

StaticRmiStubGenerator

public StaticRmiStubGenerator(org.jvnet.hk2.component.Habitat h)
This class is only instantiated internally.

Method Detail

ejbc

public void ejbc(DeploymentContext deploymentCtx)
          throws java.lang.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:
java.lang.Exception


Copyright © 2012 GlassFish Community. All Rights Reserved.