Java Doc for Interface.java in  » Collaboration » JacORB » org » jacorb » idl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Collaboration » JacORB » org.jacorb.idl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jacorb.idl.runtime.symbol
      org.jacorb.idl.IdlSymbol
         org.jacorb.idl.Declaration
            org.jacorb.idl.TypeDeclaration
               org.jacorb.idl.Interface

All known Subclasses:   org.jacorb.idl.ReplyHandler,
Interface
public class Interface extends TypeDeclaration implements Scope(Code)


Field Summary
protected static  HashSetabstractInterfaces
     abstractInterfaces is to keep a record of those interfaces that are abstract so any inheriting interface know what to inherit from.
public  InterfaceBodybody
    
public  SymbolListinheritanceSpec
    

Constructor Summary
public  Interface(int num)
    

Method Summary
public  voidaccept(IDLTreeVisitor visitor)
    
public  booleanbasic()
    
public  Objectclone()
    
public  TypeDeclarationdeclaration()
    
 InterfaceBodygetBody()
    
public  ScopeDatagetScopeData()
    
public  StringgetTypeCodeExpression()
     getTypeCodeExpression produces a string for an expression of type TypeCode that describes this type.
public  StringgetTypeCodeExpression(Set knownTypes)
    
public  String[]get_ids()
    
protected  booleanhasAbstractBase()
     Returns true if this interface has at least one abstract base type.
public  StringhelperName()
    
public  StringholderName()
    
protected  PrintWriteropenOutput(String typeName)
     Open a PrintWriter to write to the .java file for typeName.
public  voidparse()
    
public  voidprint(PrintWriter _ps)
    
protected  voidprintElseNarrowFailed(PrintWriter ps)
     Prints the else clause of a narrow method that signals general failure.
public  voidprintExtractResult(PrintWriter ps, String resultname, String anyname, String resulttype)
    
protected  voidprintHelper()
    
protected  voidprintHolder()
     Print the holder class for the interface.
protected  voidprintIRHelper()
    
protected  voidprintImplSkeleton()
    
public  voidprintInsertIntoAny(PrintWriter ps, String anyname, String varname)
    
protected  voidprintInterface()
    
protected  voidprintLocalBase()
    
protected  voidprintLocalTie()
    
protected  voidprintNarrow(PrintWriter ps, boolean checked, boolean forCorbaObject)
     Generates a narrow method for the Helper class.
protected  voidprintOperations()
    
protected  voidprintPackage(PrintWriter ps)
    
public  StringprintReadExpression(String Streamname)
    
protected  voidprintStub()
    
protected  voidprintStubInterposition(PrintWriter ps)
     Generates the code for a narrow method with which a stub is inserted between an object implementation and the client.
protected  voidprintSuperclassImports(PrintWriter ps)
     If this interface inherits from classes in the unnamed package, generate explicit import statements for them.
protected  voidprintTieSkeleton()
    
public  StringprintWriteStatement(String var_name, String Streamname)
    
public  voidsetEnclosingSymbol(IdlSymbol s)
    
public  voidsetPackage(String s)
    
public  voidsetScopeData(ScopeData data)
    
public  voidset_abstract()
    
public  voidset_included(boolean i)
    
public  voidset_locality(boolean local)
     set by the parser after creating this object depending on the presence of the "local" modifier.
public  StringtoString()
    
public  StringtypeName()
    

Field Detail
abstractInterfaces
protected static HashSet abstractInterfaces(Code)
abstractInterfaces is to keep a record of those interfaces that are abstract so any inheriting interface know what to inherit from.



body
public InterfaceBody body(Code)



inheritanceSpec
public SymbolList inheritanceSpec(Code)




Constructor Detail
Interface
public Interface(int num)(Code)




Method Detail
accept
public void accept(IDLTreeVisitor visitor)(Code)



basic
public boolean basic()(Code)



clone
public Object clone()(Code)



declaration
public TypeDeclaration declaration()(Code)
override methods from superclass TypeDeclaration



getBody
InterfaceBody getBody()(Code)



getScopeData
public ScopeData getScopeData()(Code)



getTypeCodeExpression
public String getTypeCodeExpression()(Code)
getTypeCodeExpression produces a string for an expression of type TypeCode that describes this type. a string value.



getTypeCodeExpression
public String getTypeCodeExpression(Set knownTypes)(Code)



get_ids
public String[] get_ids()(Code)



hasAbstractBase
protected boolean hasAbstractBase()(Code)
Returns true if this interface has at least one abstract base type.



helperName
public String helperName()(Code)



holderName
public String holderName()(Code)



openOutput
protected PrintWriter openOutput(String typeName)(Code)
Open a PrintWriter to write to the .java file for typeName. null, if the output file already exists and is morerecent than the input IDL file.



parse
public void parse()(Code)



print
public void print(PrintWriter _ps)(Code)



printElseNarrowFailed
protected void printElseNarrowFailed(PrintWriter ps)(Code)
Prints the else clause of a narrow method that signals general failure.



printExtractResult
public void printExtractResult(PrintWriter ps, String resultname, String anyname, String resulttype)(Code)



printHelper
protected void printHelper()(Code)
Generate the helper class for an interface



printHolder
protected void printHolder()(Code)
Print the holder class for the interface.



printIRHelper
protected void printIRHelper()(Code)



printImplSkeleton
protected void printImplSkeleton()(Code)



printInsertIntoAny
public void printInsertIntoAny(PrintWriter ps, String anyname, String varname)(Code)



printInterface
protected void printInterface()(Code)
generate the signature interface



printLocalBase
protected void printLocalBase()(Code)



printLocalTie
protected void printLocalTie()(Code)



printNarrow
protected void printNarrow(PrintWriter ps, boolean checked, boolean forCorbaObject)(Code)
Generates a narrow method for the Helper class.
Parameters:
  ps - the PrintWriter to which the method will be written
Parameters:
  checked - determines whether an ordinary narrow() method or anunchecked_narrow() method should be generated
Parameters:
  forCorbaObject - determines whether the parameter type of thenarrow method is org.omg.CORBA.Object orjava.lang.Object



printOperations
protected void printOperations()(Code)
generate the operations Java interface (not for pseudo interfaces)



printPackage
protected void printPackage(PrintWriter ps)(Code)



printReadExpression
public String printReadExpression(String Streamname)(Code)



printStub
protected void printStub()(Code)
Generates a stub class for this Interface



printStubInterposition
protected void printStubInterposition(PrintWriter ps)(Code)
Generates the code for a narrow method with which a stub is inserted between an object implementation and the client.



printSuperclassImports
protected void printSuperclassImports(PrintWriter ps)(Code)
If this interface inherits from classes in the unnamed package, generate explicit import statements for them.



printTieSkeleton
protected void printTieSkeleton()(Code)
print the stream-based skeleton class



printWriteStatement
public String printWriteStatement(String var_name, String Streamname)(Code)



setEnclosingSymbol
public void setEnclosingSymbol(IdlSymbol s)(Code)



setPackage
public void setPackage(String s)(Code)



setScopeData
public void setScopeData(ScopeData data)(Code)



set_abstract
public void set_abstract()(Code)



set_included
public void set_included(boolean i)(Code)



set_locality
public void set_locality(boolean local)(Code)
set by the parser after creating this object depending on the presence of the "local" modifier.



toString
public String toString()(Code)



typeName
public String typeName()(Code)



Fields inherited from org.jacorb.idl.TypeDeclaration
public TypeDeclaration type_decl(Code)(Java Doc)
boolean typedefd(Code)(Java Doc)

Methods inherited from org.jacorb.idl.TypeDeclaration
public void accept(IDLTreeVisitor visitor)(Code)(Java Doc)
public boolean basic()(Code)(Java Doc)
public Object clone()(Code)(Java Doc)
public TypeDeclaration declaration()(Code)(Java Doc)
public String getIDLTypeName()(Code)(Java Doc)
public String getJavaTypeName()(Code)(Java Doc)
public String getRecursiveTypeCodeExpression()(Code)(Java Doc)
public String getTypeCodeExpression(Set knownTypes)(Code)(Java Doc)
public String getTypeCodeExpression()(Code)(Java Doc)
public String helperName() throws NoHelperException(Code)(Java Doc)
public String holderName()(Code)(Java Doc)
public void markTypeDefd(String alias)(Code)(Java Doc)
public void parse()(Code)(Java Doc)
public void print(PrintWriter ps)(Code)(Java Doc)
public void printExtractResult(PrintWriter ps, String resultname, String anyname, String resulttype)(Code)(Java Doc)
public void printInsertIntoAny(PrintWriter ps, String anyname, String varname)(Code)(Java Doc)
public String printReadExpression(String streamname)(Code)(Java Doc)
public String printReadStatement(String var_name, String streamname)(Code)(Java Doc)
public String printWriteStatement(String var_name, String streamname)(Code)(Java Doc)
public void setEnclosingSymbol(IdlSymbol s)(Code)(Java Doc)
public void setPackage(String s)(Code)(Java Doc)
public void set_included(boolean i)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public String typeName()(Code)(Java Doc)

Methods inherited from org.jacorb.idl.Declaration
public void accept(IDLTreeVisitor visitor)(Code)(Java Doc)

Fields inherited from org.jacorb.idl.IdlSymbol
protected String _id(Code)(Java Doc)
protected IdlSymbol enclosing_symbol(Code)(Java Doc)
final protected static char fileSeparator(Code)(Java Doc)
protected boolean included(Code)(Java Doc)
protected boolean inhibitionFlag(Code)(Java Doc)
protected boolean is_pseudo(Code)(Java Doc)
Logger logger(Code)(Java Doc)
PositionInfo myPosition(Code)(Java Doc)
String name(Code)(Java Doc)
protected String omg_package_prefix(Code)(Java Doc)
public String pack_name(Code)(Java Doc)
str_token token(Code)(Java Doc)
String typeName(Code)(Java Doc)

Methods inherited from org.jacorb.idl.IdlSymbol
public void accept(IDLTreeVisitor visitor)(Code)(Java Doc)
public void addImportedAlias(String alias)(Code)(Java Doc)
public void addImportedName(String name)(Code)(Java Doc)
public void addImportedName(String name, TypeSpec type)(Code)(Java Doc)
public void addImportedNameHolder(String name)(Code)(Java Doc)
public String deEscapeName()(Code)(Java Doc)
public void escapeName()(Code)(Java Doc)
String full_name()(Code)(Java Doc)
protected boolean generateIncluded()(Code)(Java Doc)
public IdlSymbol getEnclosingSymbol()(Code)(Java Doc)
protected String getFullName(String name)(Code)(Java Doc)
public str_token get_token()(Code)(Java Doc)
public String id()(Code)(Java Doc)
public boolean isEscaped()(Code)(Java Doc)
public boolean is_included()(Code)(Java Doc)
public boolean is_pseudo()(Code)(Java Doc)
String javaName()(Code)(Java Doc)
public String name()(Code)(Java Doc)
public static int new_num()(Code)(Java Doc)
public String omgPrefix()(Code)(Java Doc)
public void parse() throws ParseException(Code)(Java Doc)
public void print(PrintWriter ps)(Code)(Java Doc)
final protected void printClassComment(String type, String name, PrintWriter ps)(Code)(Java Doc)
public void printIdMethod(PrintWriter ps)(Code)(Java Doc)
public void printImport(PrintWriter ps)(Code)(Java Doc)
public void setEnclosingSymbol(IdlSymbol s)(Code)(Java Doc)
public void setPackage(String s)(Code)(Java Doc)
public void setPrintPhaseNames()(Code)(Java Doc)
void set_included(boolean i)(Code)(Java Doc)
public void set_name(String n)(Code)(Java Doc)
public void set_pseudo()(Code)(Java Doc)
public void set_token(str_token i)(Code)(Java Doc)

Fields inherited from org.jacorb.idl.runtime.symbol
public int parse_state(Code)(Java Doc)
public int sym(Code)(Java Doc)


Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.