Uses of Class
org.glassfish.rmic.BatchEnvironment
Packages that use BatchEnvironment
-
Uses of BatchEnvironment in org.glassfish.rmic
Methods in org.glassfish.rmic that return BatchEnvironmentMethods in org.glassfish.rmic with parameters of type BatchEnvironmentModifier and TypeMethodDescriptionvoidMain.compileAllClasses(BatchEnvironment env) booleanMain.compileClass(ClassDeclaration c, ByteArrayOutputStream buf, BatchEnvironment env) static RemoteClassRemoteClass.forClass(BatchEnvironment env, ClassDefinition implClassDef) Create a RemoteClass object representing the remote meta-information of the given class.voidGenerator.generate(BatchEnvironment env, File destDir, ClassDefinition cdef) Generate output.voidRMIGenerator.generate(BatchEnvironment env, File destDir, ClassDefinition cdef) Generate the source files for the stub and/or skeleton classes needed by RMI for the given remote implementation class. -
Uses of BatchEnvironment in org.glassfish.rmic.iiop
Subclasses of BatchEnvironment in org.glassfish.rmic.iiopModifier and TypeClassDescriptionclassBatchEnvironment for iiop extends rmic's version to add parse state.Methods in org.glassfish.rmic.iiop with parameters of type BatchEnvironmentModifier and TypeMethodDescriptionvoidGenerator.generate(BatchEnvironment env, File destDir, ClassDefinition cdef) Generate output.voidPrintGenerator.generate(BatchEnvironment env, File destDir, ClassDefinition cdef) Generate output.voidStubGenerator.generate(BatchEnvironment env, File destDir, ClassDefinition cdef) Overridden in order to set the standardPackage flag.