Java Doc for IiopReader.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » iiop » 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 » EJB Server resin 3.1.5 » resin » com.caucho.iiop 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.caucho.iiop.IiopReader

IiopReader
public class IiopReader extends org.omg.CORBA_2_3.portable.InputStream (Code)


Field Summary
final protected static  L10NL
    
final public static  intMSG_CANCEL_REQUEST
    
final public static  intMSG_CLOSE_CONNECTION
    
final public static  intMSG_ERROR
    
final public static  intMSG_FRAGMENT
    
final public static  intMSG_LOCATE_REPLY
    
final public static  intMSG_LOCATE_REQUEST
    
final public static  intMSG_REPLY
    
final public static  intMSG_REQUEST
    
final public static  intSERVICE_ACTIVITY_SERVICE
    
final public static  intSERVICE_BI_DIR_IIOP
    
final public static  intSERVICE_CHAIN_BYPASS_CHECK
    
final public static  intSERVICE_CHAIN_BYPASS_INFO
    
final public static  intSERVICE_CODE_SET
    
final public static  intSERVICE_EXCEPTION_DETAIL_MESSAGE
    
final public static  intSERVICE_FORWARDED_IDENTITY
    
final public static  intSERVICE_FT_GROUP_VERSION
    
final public static  intSERVICE_FT_REQUEST
    
final public static  intSERVICE_INVOCATION_POLICIES
    
final public static  intSERVICE_LOGICAL_THREAD_ID
    
final public static  intSERVICE_RMI_CUSTOM_MAX_STREAM_FORMAT
    
final public static  intSERVICE_RT_CORBA_PRIORITY
    
final public static  intSERVICE_RT_CORBA_PRIORITY_RANGE
    
final public static  intSERVICE_SECURITY_ATTRIBUTE_SERVICE
    
final public static  intSERVICE_SENDING_CONTEXT_RUN_TIME
    
final public static  intSERVICE_TRANSACTION
    
final public static  intSERVICE_UNKNOWN_EXCEPTION_INFO
    
final public static  intSTATUS_LOCATION_FORWARD
    
final public static  intSTATUS_NO_EXCEPTION
    
final public static  intSTATUS_SYSTEM_EXCEPTION
    
final public static  intSTATUS_USER_EXCEPTION
    
final protected static  Loggerlog
    

Constructor Summary
public  IiopReader()
    
public  IiopReader(ReadStream rs)
    
public  IiopReader(IiopSocketPool pool, ReadWritePair pair)
    

Method Summary
public  voidalignMethodArgs()
    
public  voidclose()
    
public  voidcompleteRead()
    
public  intgetMajorVersion()
    
public  intgetMinorVersion()
    
public  ByteBuffergetObjectKey()
    
public  intgetOffset()
    
public  CharBuffergetOperation()
    
public  intgetRequestId()
    
public  intgetRequestType()
    
public  ValueHandlergetValueHandler()
    
public  XidImplgetXid()
    
public  voidinit(ReadStream rs)
     Initialize the reader with a new underlying stream.
public  booleanisBigEndian()
    
public  booleanisResponseExpected()
    
public  intread()
     Reads the next byte.
public  byte[]readBytes()
    
public  IORreadIOR()
    
public  intreadInt()
     Reads a 32-bit integer from the input stream.
public  intreadInt(byte[] buffer, int offset)
     Reads a 32-bit integer from the input stream.
public  longreadLong()
     Reads a 64-bit integer from the input stream.
public  ObjectreadObject(Class cl)
    
public  voidreadOctetSequence(ByteBuffer bb)
    
public  booleanreadRequest()
    
public  StringreadString(int len)
     Reads a string from the input stream.
public  StringreadString()
    
public  voidreadString(CharBuffer cb)
    
public  StringreadWideString()
    
public  org.omg.CORBA.Objectread_Object(Class cl)
    
public  org.omg.CORBA.Objectread_Object()
     Reads a CORBA object from the input stream.
public  Principalread_Principal()
     Reads a CORBA object from the input stream.
public  org.omg.CORBA.TypeCoderead_TypeCode()
     Reads a CORBA object from the input stream.
public  Objectread_abstract_interface()
     Reads a CORBA object from the input stream.
public  org.omg.CORBA.Anyread_any()
     Reads a CORBA object from the input stream.
public  booleanread_boolean()
     Reads a boolean from the input stream.
public  voidread_boolean_array(boolean[] v, int offset, int length)
     Reads a boolean array from the input stream.
public  charread_char()
     Reads an 8-bit char from the input stream.
public  voidread_char_array(char[] v, int offset, int length)
     Reads a char array from the input stream.
public  doubleread_double()
     Reads a 64-bit double from the input stream.
public  voidread_double_array(double[] v, int offset, int length)
     Reads a double array from the input stream.
public  Objectread_fault()
    
public  floatread_float()
     Reads a 32-bit float from the input stream.
public  voidread_float_array(float[] v, int offset, int length)
     Reads a float array from the input stream.
public  intread_long()
     Reads a 32-bit integer from the input stream.
public  voidread_long_array(int[] v, int offset, int length)
     Reads an int array from the input stream.
public  longread_longlong()
     Reads a 64-bit integer from the input stream.
public  voidread_longlong_array(long[] v, int offset, int length)
     Reads a long array from the input stream.
public  byteread_octet()
     Reads an 8-bit byte from the input stream.
public  voidread_octet_array(byte[] v, int offset, int length)
     Reads a byte array from the input stream.
public  intread_sequence_length()
    
public  shortread_short()
     Reads an 16-bit short from the input stream.
public  voidread_short_array(short[] v, int offset, int length)
     Reads a short array from the input stream.
public  Stringread_string()
     Reads a string from the input stream.
public  intread_ulong()
     Reads a 32-bit integer from the input stream.
public  voidread_ulong_array(int[] v, int offset, int length)
     Reads an int array from the input stream.
public  longread_ulonglong()
     Reads a 64-bit integer from the input stream.
public  voidread_ulonglong_array(long[] v, int offset, int length)
     Reads a long array from the input stream.
public  shortread_ushort()
     Reads an 16-bit short from the input stream.
public  voidread_ushort_array(short[] v, int offset, int length)
     Reads a ushort array from the input stream.
public  Serializableread_value()
    
public  Serializableread_value(Class type)
    
public  charread_wchar()
     Reads an 16-bit char from the input stream.
public  voidread_wchar_array(char[] v, int offset, int length)
     Reads a wchar array from the input stream.
public  Stringread_wstring()
     Reads a string from the input stream.
public  Stringread_wstring(int len)
     Reads a string from the input stream.
public  voidsetOrb(ORBImpl orb)
    

Field Detail
L
final protected static L10N L(Code)



MSG_CANCEL_REQUEST
final public static int MSG_CANCEL_REQUEST(Code)



MSG_CLOSE_CONNECTION
final public static int MSG_CLOSE_CONNECTION(Code)



MSG_ERROR
final public static int MSG_ERROR(Code)



MSG_FRAGMENT
final public static int MSG_FRAGMENT(Code)



MSG_LOCATE_REPLY
final public static int MSG_LOCATE_REPLY(Code)



MSG_LOCATE_REQUEST
final public static int MSG_LOCATE_REQUEST(Code)



MSG_REPLY
final public static int MSG_REPLY(Code)



MSG_REQUEST
final public static int MSG_REQUEST(Code)



SERVICE_ACTIVITY_SERVICE
final public static int SERVICE_ACTIVITY_SERVICE(Code)



SERVICE_BI_DIR_IIOP
final public static int SERVICE_BI_DIR_IIOP(Code)



SERVICE_CHAIN_BYPASS_CHECK
final public static int SERVICE_CHAIN_BYPASS_CHECK(Code)



SERVICE_CHAIN_BYPASS_INFO
final public static int SERVICE_CHAIN_BYPASS_INFO(Code)



SERVICE_CODE_SET
final public static int SERVICE_CODE_SET(Code)



SERVICE_EXCEPTION_DETAIL_MESSAGE
final public static int SERVICE_EXCEPTION_DETAIL_MESSAGE(Code)



SERVICE_FORWARDED_IDENTITY
final public static int SERVICE_FORWARDED_IDENTITY(Code)



SERVICE_FT_GROUP_VERSION
final public static int SERVICE_FT_GROUP_VERSION(Code)



SERVICE_FT_REQUEST
final public static int SERVICE_FT_REQUEST(Code)



SERVICE_INVOCATION_POLICIES
final public static int SERVICE_INVOCATION_POLICIES(Code)



SERVICE_LOGICAL_THREAD_ID
final public static int SERVICE_LOGICAL_THREAD_ID(Code)



SERVICE_RMI_CUSTOM_MAX_STREAM_FORMAT
final public static int SERVICE_RMI_CUSTOM_MAX_STREAM_FORMAT(Code)



SERVICE_RT_CORBA_PRIORITY
final public static int SERVICE_RT_CORBA_PRIORITY(Code)



SERVICE_RT_CORBA_PRIORITY_RANGE
final public static int SERVICE_RT_CORBA_PRIORITY_RANGE(Code)



SERVICE_SECURITY_ATTRIBUTE_SERVICE
final public static int SERVICE_SECURITY_ATTRIBUTE_SERVICE(Code)



SERVICE_SENDING_CONTEXT_RUN_TIME
final public static int SERVICE_SENDING_CONTEXT_RUN_TIME(Code)



SERVICE_TRANSACTION
final public static int SERVICE_TRANSACTION(Code)



SERVICE_UNKNOWN_EXCEPTION_INFO
final public static int SERVICE_UNKNOWN_EXCEPTION_INFO(Code)



STATUS_LOCATION_FORWARD
final public static int STATUS_LOCATION_FORWARD(Code)



STATUS_NO_EXCEPTION
final public static int STATUS_NO_EXCEPTION(Code)



STATUS_SYSTEM_EXCEPTION
final public static int STATUS_SYSTEM_EXCEPTION(Code)



STATUS_USER_EXCEPTION
final public static int STATUS_USER_EXCEPTION(Code)



log
final protected static Logger log(Code)




Constructor Detail
IiopReader
public IiopReader()(Code)



IiopReader
public IiopReader(ReadStream rs)(Code)



IiopReader
public IiopReader(IiopSocketPool pool, ReadWritePair pair)(Code)




Method Detail
alignMethodArgs
public void alignMethodArgs()(Code)



close
public void close()(Code)



completeRead
public void completeRead() throws IOException(Code)



getMajorVersion
public int getMajorVersion()(Code)



getMinorVersion
public int getMinorVersion()(Code)



getObjectKey
public ByteBuffer getObjectKey()(Code)



getOffset
public int getOffset()(Code)



getOperation
public CharBuffer getOperation()(Code)



getRequestId
public int getRequestId()(Code)



getRequestType
public int getRequestType()(Code)



getValueHandler
public ValueHandler getValueHandler()(Code)



getXid
public XidImpl getXid()(Code)



init
public void init(ReadStream rs)(Code)
Initialize the reader with a new underlying stream.
Parameters:
  rs - the underlying input stream.



isBigEndian
public boolean isBigEndian()(Code)



isResponseExpected
public boolean isResponseExpected()(Code)



read
public int read()(Code)
Reads the next byte.



readBytes
public byte[] readBytes() throws IOException(Code)



readIOR
public IOR readIOR() throws IOException(Code)



readInt
public int readInt()(Code)
Reads a 32-bit integer from the input stream.



readInt
public int readInt(byte[] buffer, int offset)(Code)
Reads a 32-bit integer from the input stream.



readLong
public long readLong()(Code)
Reads a 64-bit integer from the input stream.



readObject
public Object readObject(Class cl) throws IOException(Code)



readOctetSequence
public void readOctetSequence(ByteBuffer bb) throws IOException(Code)



readRequest
public boolean readRequest() throws IOException(Code)



readString
public String readString(int len)(Code)
Reads a string from the input stream.



readString
public String readString()(Code)



readString
public void readString(CharBuffer cb) throws IOException(Code)



readWideString
public String readWideString() throws IOException(Code)



read_Object
public org.omg.CORBA.Object read_Object(Class cl)(Code)



read_Object
public org.omg.CORBA.Object read_Object()(Code)
Reads a CORBA object from the input stream.



read_Principal
public Principal read_Principal()(Code)
Reads a CORBA object from the input stream.



read_TypeCode
public org.omg.CORBA.TypeCode read_TypeCode()(Code)
Reads a CORBA object from the input stream.



read_abstract_interface
public Object read_abstract_interface()(Code)
Reads a CORBA object from the input stream.



read_any
public org.omg.CORBA.Any read_any()(Code)
Reads a CORBA object from the input stream.



read_boolean
public boolean read_boolean()(Code)
Reads a boolean from the input stream.



read_boolean_array
public void read_boolean_array(boolean[] v, int offset, int length)(Code)
Reads a boolean array from the input stream.



read_char
public char read_char()(Code)
Reads an 8-bit char from the input stream.



read_char_array
public void read_char_array(char[] v, int offset, int length)(Code)
Reads a char array from the input stream.



read_double
public double read_double()(Code)
Reads a 64-bit double from the input stream.



read_double_array
public void read_double_array(double[] v, int offset, int length)(Code)
Reads a double array from the input stream.



read_fault
public Object read_fault()(Code)



read_float
public float read_float()(Code)
Reads a 32-bit float from the input stream.



read_float_array
public void read_float_array(float[] v, int offset, int length)(Code)
Reads a float array from the input stream.



read_long
public int read_long()(Code)
Reads a 32-bit integer from the input stream.



read_long_array
public void read_long_array(int[] v, int offset, int length)(Code)
Reads an int array from the input stream.



read_longlong
public long read_longlong()(Code)
Reads a 64-bit integer from the input stream.



read_longlong_array
public void read_longlong_array(long[] v, int offset, int length)(Code)
Reads a long array from the input stream.



read_octet
public byte read_octet()(Code)
Reads an 8-bit byte from the input stream.



read_octet_array
public void read_octet_array(byte[] v, int offset, int length)(Code)
Reads a byte array from the input stream.



read_sequence_length
public int read_sequence_length()(Code)



read_short
public short read_short()(Code)
Reads an 16-bit short from the input stream.



read_short_array
public void read_short_array(short[] v, int offset, int length)(Code)
Reads a short array from the input stream.



read_string
public String read_string()(Code)
Reads a string from the input stream.



read_ulong
public int read_ulong()(Code)
Reads a 32-bit integer from the input stream.



read_ulong_array
public void read_ulong_array(int[] v, int offset, int length)(Code)
Reads an int array from the input stream.



read_ulonglong
public long read_ulonglong()(Code)
Reads a 64-bit integer from the input stream.



read_ulonglong_array
public void read_ulonglong_array(long[] v, int offset, int length)(Code)
Reads a long array from the input stream.



read_ushort
public short read_ushort()(Code)
Reads an 16-bit short from the input stream.



read_ushort_array
public void read_ushort_array(short[] v, int offset, int length)(Code)
Reads a ushort array from the input stream.



read_value
public Serializable read_value()(Code)



read_value
public Serializable read_value(Class type)(Code)



read_wchar
public char read_wchar()(Code)
Reads an 16-bit char from the input stream.



read_wchar_array
public void read_wchar_array(char[] v, int offset, int length)(Code)
Reads a wchar array from the input stream.



read_wstring
public String read_wstring()(Code)
Reads a string from the input stream.



read_wstring
public String read_wstring(int len)(Code)
Reads a string from the input stream.



setOrb
public void setOrb(ORBImpl orb)(Code)



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