Uses of Class
org.glassfish.rmic.IndentingWriter
Packages that use IndentingWriter
-
Uses of IndentingWriter in org.glassfish.rmic.iiop
Fields in org.glassfish.rmic.iiop declared as IndentingWriterMethods in org.glassfish.rmic.iiop with parameters of type IndentingWriterModifier and TypeMethodDescription(package private) voidStubGenerator.allocateResult(IndentingWriter p, Type returnType) voidStubGenerator.catchObjectNotActive(IndentingWriter p) voidStubGenerator.catchServantNotActive(IndentingWriter p) voidStubGenerator.catchWrongPolicy(IndentingWriter p) voidClassType.print(IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) Print this type.voidInterfaceType.print(IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) Print this type.voidType.print(IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) Print this type.voidType.print(IndentingWriter writer, int typeCodeFilter, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) Print all types referenced directly or indirectly by this type which match the filter.static voidType.print(IndentingWriter writer, Type[] theTypes, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) Print an array of types.protected booleanCompoundType.printExtends(IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) protected voidCompoundType.printImplements(IndentingWriter writer, String prefix, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) voidType.println(IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) Print this type, followed by a newline.protected voidCompoundType.printMembers(IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) protected voidCompoundType.printMethod(CompoundType.Method it, IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) protected voidCompoundType.printMethods(IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) protected voidType.printPackageClose(IndentingWriter writer, boolean useIDLNames) Print the "closing" of the package or module of this type.protected voidType.printPackageOpen(IndentingWriter writer, boolean useIDLNames) Print the "opening" of the package or module of this type.voidType.printTypeName(IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) Print the name of this type.voidStubGenerator.write_tie__ids_method(IndentingWriter p) voidStubGenerator.write_tie_deactivate_method(IndentingWriter p) voidStubGenerator.write_tie_orb_method(IndentingWriter p) voidStubGenerator.write_tie_thisObject_method(IndentingWriter p, Identifier idCorbaObject) protected voidIDLGenerator.writeAttribute(CompoundType.Method attr, IndentingWriter p) Write an IDL Attributeprotected voidIDLGenerator.writeBanner(Type t, int dim, boolean isException, IndentingWriter p) Write IDL banner into the output stream for a given Typeprotected voidIDLGenerator.writeBoxedIDL(CompoundType t, IndentingWriter p) Write valuetype for a boxed IDLEntity.protected voidIDLGenerator.writeBoxedRMIIncludes(Hashtable<String, ArrayType> arrHash, IndentingWriter p) Write includes for boxedRMI valuetypes for IDL sequences.(package private) voidStubGenerator.writeCastArray(IndentingWriter p) protected voidIDLGenerator.writeConstant(CompoundType.Member constant, IndentingWriter p) Write an IDL constant(package private) String[]StubGenerator.writeCopyArguments(CompoundType.Method method, IndentingWriter p) protected voidIDLGenerator.writeData(CompoundType.Member data, IndentingWriter p) Write an IDL data memberprotected voidIDLGenerator.writeEndif(IndentingWriter p) Write #endif bracket into the output streamprotected voidIDLGenerator.writeEpilog(CompoundType t, Hashtable<String, CompoundType> refHash, IndentingWriter p) Write IDL epilog for a CompoundType.protected voidIDLGenerator.writeException(ClassType t, IndentingWriter p) Write an exception.protected voidIDLGenerator.writeForwardReference(ArrayType at, int dim, IndentingWriter p) Write forward reference for boxed valuetype for single dimension of IDL sequence.protected voidIDLGenerator.writeForwardReference(Type t, IndentingWriter p) Write forward reference for given typeprotected voidIDLGenerator.writeForwardReferences(Hashtable<String, CompoundType> refHash, IndentingWriter p) Write forward references for referenced interfaces and valuetypes ...but not if the reference is to a boxed IDLEntity,protected voidIDLGenerator.writeIDLEntity(Type t, IndentingWriter p) Write a hard-coded IDL typedef definition for the special case org.omg.CORBA.portable.IDLEntityprotected voidIDLGenerator.writeIDLEntityIncludes(Hashtable<String, CompoundType> refHash, IndentingWriter p) Write #includes for boxed IDLEntity references.(package private) voidStubGenerator.writeIds(IndentingWriter p, CompoundType theType, boolean isTie) protected voidIDLGenerator.writeIfndef(Type t, int dim, boolean isException, boolean isForward, IndentingWriter p) Write #ifndef guard into the output stream for a given Typeprotected voidIDLGenerator.writeImplementation(ImplementationType t, IndentingWriter p) Write an IDL interface definition for a Java implementation classprotected voidIDLGenerator.writeInclude(Type t, int dim, boolean isThrown, IndentingWriter p) Write a #include.protected voidIDLGenerator.writeInclude(Type t, String[] modNames, String tName, IndentingWriter p) Write a #include doing user specified -idlFile translation (if any) for IDLEntities.protected voidIDLGenerator.writeIncludes(Hashtable<String, CompoundType> incHash, boolean isThrown, IndentingWriter p) Write #includesprotected voidIDLGenerator.writeIncOrb(IndentingWriter p) Write #include for orb.idlprotected voidIDLGenerator.writeInheritedIncludes(Hashtable<String, CompoundType> inhHash, IndentingWriter p) Write #includesprotected voidIDLGenerator.writeInherits(Hashtable<String, CompoundType> inhHash, boolean forValuetype, IndentingWriter p) Write inheritance for an IDL interface or valuetype.protected voidIDLGenerator.writeJavaIoExternalizable(Type t, IndentingWriter p) Write a hard-coded IDL typedef definition for the special case java.io.Externalizable.protected voidIDLGenerator.writeJavaIoSerializable(Type t, IndentingWriter p) Write a hard-coded IDL typedef definition for the special case java.io.Serializable.protected voidIDLGenerator.writeJavaLangObject(Type t, IndentingWriter p) Write a hard-coded IDL typedef definition for the special case java.lang.Object.protected voidIDLGenerator.writeJavaRmiRemote(Type t, IndentingWriter p) Write a hard-coded IDL typedef definition for the special case java.rmi.Remote.(package private) voidStubGenerator.writeLocalStubMethodBody(IndentingWriter p, CompoundType.Method method, CompoundType theType) (package private) voidStubGenerator.writeMarshalArgument(IndentingWriter p, String streamName, Type type, String name) Write a snippet of Java code to marshal a value named "name" of type "type" to the java.io.ObjectOutput stream named "stream".(package private) voidStubGenerator.writeMarshalArguments(IndentingWriter p, String streamName, Type[] types, String[] names) Write Java statements to marshal a series of values in order as named in the "names" array, with types as specified in the "types" array", to the java.io.ObjectOutput stream named "stream".protected voidIDLGenerator.writeMethod(CompoundType.Method method, IndentingWriter p) Write an IDL methodprotected voidIDLGenerator.writeModule1(Type t, IndentingWriter p) Write Module start bracketing for the given type into the output streamprotected voidIDLGenerator.writeModule2(Type t, IndentingWriter p) Write Module end bracketing for the given type into the output streamprotected voidIDLGenerator.writeNCType(CompoundType type, IndentingWriter stream) Write an IDL valuetype definition for 1) a nonconforming Java class 2) a nonconforming Java interface (that is not an AbstractType)(package private) voidStubGenerator.writeNonLocalStubMethodBody(IndentingWriter p, CompoundType.Method method, CompoundType theType) protected abstract voidGenerator.writeOutputFor(Generator.OutputType outputType, HashSet<Type> alreadyChecked, IndentingWriter writer) Write the output for the given OutputFileName into the output stream.protected voidIDLGenerator.writeOutputFor(Generator.OutputType ot, HashSet<Type> alreadyChecked, IndentingWriter p) Write the output for the given OutputFileName into the output stream.protected voidStubGenerator.writeOutputFor(Generator.OutputType outputType, HashSet alreadyChecked, IndentingWriter writer) Write the output for the given OutputFileName into the output stream.private voidStubGenerator.writePackageAndImports(IndentingWriter p) protected voidIDLGenerator.writeProlog(CompoundType t, Hashtable<String, CompoundType> refHash, Hashtable<String, CompoundType> spcHash, Hashtable<String, ArrayType> arrHash, Hashtable<String, CompoundType> excHash, Hashtable<String, CompoundType> inhHash, IndentingWriter p) Write IDL prolog for a CompoundType.protected voidIDLGenerator.writeRemote(RemoteType t, IndentingWriter p) Write an IDL interface definition for either: 1) a conforming Java remote interface (RemoteType)..or 2) a non-conforming Java interface whose methods all throw java.rmi.RemoteException (AbstractType)protected voidIDLGenerator.writeRepositoryID(Type t, IndentingWriter p) Write #pragma to identify the repository ID of the given typeprotected voidIDLGenerator.writeSequence(Generator.OutputType ot, IndentingWriter p) Write boxedRMI valuetype for a single dimension of an IDL sequence indicated by the given OutputType.protected voidIDLGenerator.writeSpecial(Type t, IndentingWriter p) Write special typedefprivate voidStubGenerator.writeStub(Generator.OutputType outputType, IndentingWriter p) Write a stub for the specified type.private voidStubGenerator.writeStubMethod(IndentingWriter p, CompoundType.Method method, CompoundType theType) protected voidStubGenerator.writeTie(Generator.OutputType outputType, IndentingWriter p) Write the Tie for the remote class to a stream.(package private) voidStubGenerator.writeTieMethod(IndentingWriter p, CompoundType type, CompoundType.Method method) (package private) voidStubGenerator.writeUnmarshalArgument(IndentingWriter p, String streamName, Type type, String name) Write a snippet of Java code to unmarshal a value of type "type" from the java.io.ObjectInput stream named "stream" into a variable named "name" (if "name" is null, the value in unmarshalled and discarded).protected voidIDLGenerator.writeValue(ValueType type, IndentingWriter outputStream) Write an IDL valuetype definition for a conforming Java class.