|
|||||||||
| Home >> All >> mobile >> [ jmsapi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mobile.jmsapi
Class Id_class

java.lang.Objectmobile.jmsapi.Id_class
- All Implemented Interfaces:
- mobile.bearer.http.Protocol
- Direct Known Subclasses:
- Connection, Consumer, Destination, MesgPropTest, Message, MessageProperty, Producer, QueueConnectionFactory, Session, TopicConnectionFactory
- public abstract class Id_class
- extends java.lang.Object
- implements mobile.bearer.http.Protocol
- extends java.lang.Object
This is parent class for all classes in the jmsapi package.
| Field Summary | |
int |
id
|
private static java.util.Vector |
instances
Represents vector of created instances of this class |
| Constructor Summary | |
(package private) |
Id_class()
|
| Method Summary | |
static Id_class |
getObject(int _id)
Find an object of this class with a specified id. |
protected void |
log(java.lang.String s)
|
protected mobile.protocol.Reply |
request(int _code)
call a Library.getRequestManager().processRequest() method, with proper atributes |
protected mobile.protocol.Reply |
request(int _code,
java.lang.Object obj1)
call a Library.getRequestManager().processRequest() method, with proper atributes |
protected mobile.protocol.Reply |
request(int _code,
java.lang.Object obj1,
java.lang.Object obj2)
call a Library.getRequestManager().processRequest() method, with proper atributes |
protected mobile.protocol.Reply |
request(int _code,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3)
call a Library.getRequestManager().processRequest() method, with proper atributes |
protected mobile.protocol.Reply |
request(int _code,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4)
call a Library.getRequestManager().processRequest() method, with proper atributes |
protected mobile.protocol.Reply |
request(int _code,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4,
java.lang.Object obj5)
call a Library.getRequestManager().processRequest() method, with proper atributes |
protected mobile.protocol.Reply |
request(mobile.protocol.Request req)
call a Library.getRequestManager().processRequest() method, with proper atributes |
protected boolean |
strToBool(java.lang.String str)
|
protected long |
strToLong(java.lang.String str)
|
protected abstract int |
TYPE_MASK()
"subclass responsibility" method - should return QUEUE in QueueSession and TOPIC in TopicSession |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
instances
private static java.util.Vector instances
Represents vector of created instances of this class
id
public int id
| Constructor Detail |
Id_class
Id_class()
| Method Detail |
log
protected void log(java.lang.String s)
TYPE_MASK
protected abstract int TYPE_MASK()
"subclass responsibility" method - should return QUEUE in QueueSession and TOPIC in TopicSession
request
protected mobile.protocol.Reply request(int _code) throws java.lang.Throwable
call a Library.getRequestManager().processRequest() method, with proper atributes
request
protected mobile.protocol.Reply request(mobile.protocol.Request req) throws java.lang.Throwable
call a Library.getRequestManager().processRequest() method, with proper atributes
request
protected mobile.protocol.Reply request(int _code, java.lang.Object obj1) throws java.lang.Throwable
call a Library.getRequestManager().processRequest() method, with proper atributes
request
protected mobile.protocol.Reply request(int _code, java.lang.Object obj1, java.lang.Object obj2) throws java.lang.Throwable
call a Library.getRequestManager().processRequest() method, with proper atributes
request
protected mobile.protocol.Reply request(int _code, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3) throws java.lang.Throwable
call a Library.getRequestManager().processRequest() method, with proper atributes
request
protected mobile.protocol.Reply request(int _code, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4) throws java.lang.Throwable
call a Library.getRequestManager().processRequest() method, with proper atributes
request
protected mobile.protocol.Reply request(int _code, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4, java.lang.Object obj5) throws java.lang.Throwable
call a Library.getRequestManager().processRequest() method, with proper atributes
getObject
public static Id_class getObject(int _id)
Find an object of this class with a specified id. id atribute is unique among all instances of this class and it's subclasses
strToLong
protected long strToLong(java.lang.String str)
strToBool
protected boolean strToBool(java.lang.String str)
|
|||||||||
| Home >> All >> mobile >> [ jmsapi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
mobile.jmsapi.Id_class