| Interstage Application Server/Interstage Web Server J2EE ユーザーズガイド | 
| 目次
			索引    | 
| 第6部 JMS編 | > 第24章 JMSアプリケーションの開発 | > 24.3 インタフェース | 
| インタフェース名/ | メソッド | サポート | 
|---|---|---|
| BytesMessage | getBodyLength() | ○(注1) | 
| readBoolean() | ○ | |
| readByte() | ○ | |
| readBytes(byte[] value) | ○ | |
| readBytes(byte[] value, int length) | ○ | |
| readChar() | ○ | |
| readDouble() | ○ | |
| readFloat() | ○ | |
| readInt() | ○ | |
| readLong() | ○ | |
| readShort() | ○ | |
| readUnsignedByte() | ○ | |
| readUnsignedShort() | ○ | |
| readUTF() | ○ | |
| reset() | ○ | |
| writeBoolean(boolean value) | ○ | |
| writeByte(byte value) | ○ | |
| writeBytes(byte[] value) | ○ | |
| writeBytes(byte[] value, int offset, int length) | ○ | |
| writeChar(char value) | ○ | |
| writeDouble(double value) | ○ | |
| writeFloat(float value) | ○ | |
| writeInt(int value) | ○ | |
| writeLong(long value) | ○ | |
| writeObject(java.lang.Object value) | ○ | |
| writeShort(short value) | ○ | |
| writeUTF(java.lang.String value) | ○ | |
| Connection | close() | ○ | 
| createConnectionConsumer( | ○(注1) | |
| createDurableConnectionConsumer( | ○(注1) | |
| createSession(boolean transacted, int acknowledgeMode) | ○(注1) | |
| getClientID() | ○ | |
| getExceptionListener() | ○ | |
| getMetaData() | ○ | |
| setClientID(java.lang.String clientID) | ○ | |
| setExceptionListener(ExceptionListener listener) | ○ | |
| start() | ○ | |
| stop() | ○ | |
| ConnectionConsumer | close() | ○ | 
| getServerSessionPool() | ○ | |
| ConnectionFactory | createConnection() | ○(注1) | 
| createConnection(java.lang.String userName, java.lang.String password) | ○(注1) | 
○:サポート ×:未サポート
注1)JMS1.1規約で追加されました。
| 目次
			索引    |