|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xmlBlaster.util.def.MethodName
This class holds all method names to access xmlBlaster.
| Field Summary | |
static MethodName |
CONNECT
|
static MethodName |
DISCONNECT
|
static MethodName |
DUMMY
|
static MethodName |
ERASE
|
static MethodName |
EXCEPTION
|
static MethodName |
GET
|
static MethodName |
PING
|
static MethodName |
PUBLISH
|
static MethodName |
PUBLISH_ARR
|
static MethodName |
PUBLISH_ONEWAY
|
static MethodName |
SUBSCRIBE
|
static MethodName |
UNKNOWN
|
static MethodName |
UNSUBSCRIBE
|
static MethodName |
UPDATE
|
static MethodName |
UPDATE_ONEWAY
|
| Method Summary | |
int |
compareTo(java.lang.Object other)
|
boolean |
equals(MethodName other)
When you compare two methodName with == and they are loaded by different Classloaders it will fail (return false even if they are the same method), using this equals() method is safe under such circumstances |
boolean |
equals(java.lang.String other)
When you compare two methodName with == and they are loaded by different Classloaders it will fail (return false even if they are the same method), using this equals() method is safe under such circumstances |
static MethodName[] |
getAll()
|
java.lang.String |
getMethodName()
Returns the methodName. |
byte[] |
getMethodNameBytes()
For better performance in SOCKET protocol. |
static void |
main(java.lang.String[] args)
java org.xmlBlaster.util.def.MethodName |
boolean |
returnsMsgArr()
|
boolean |
returnsString()
|
boolean |
returnsStringArr()
|
boolean |
returnsVoid()
|
static MethodName |
toMethodName(byte[] methodNameBytes)
|
static MethodName |
toMethodName(java.lang.String methodName)
Returns the MethodName object for the given String. |
java.lang.String |
toString()
Return the methodName. |
static java.lang.String |
toString(MethodName[] nameArr)
|
boolean |
wantsKeyQosArg()
|
boolean |
wantsMsgArrArg()
|
boolean |
wantsQosArg()
|
boolean |
wantsStrMsgArrArg()
|
java.lang.Object |
writeReplace()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final MethodName CONNECT
public static final MethodName DISCONNECT
public static final MethodName GET
public static final MethodName ERASE
public static final MethodName PUBLISH
public static final MethodName PUBLISH_ARR
public static final MethodName PUBLISH_ONEWAY
public static final MethodName SUBSCRIBE
public static final MethodName UNSUBSCRIBE
public static final MethodName UPDATE
public static final MethodName UPDATE_ONEWAY
public static final MethodName PING
public static final MethodName DUMMY
public static final MethodName UNKNOWN
public static final MethodName EXCEPTION
| Method Detail |
public static MethodName[] getAll()
public java.lang.String toString()
public static java.lang.String toString(MethodName[] nameArr)
public java.lang.String getMethodName()
public boolean equals(MethodName other)
public boolean equals(java.lang.String other)
public int compareTo(java.lang.Object other)
compareTo in interface java.lang.Comparablepublic byte[] getMethodNameBytes()
public boolean wantsQosArg()
public boolean wantsKeyQosArg()
public boolean wantsMsgArrArg()
public boolean wantsStrMsgArrArg()
public boolean returnsVoid()
public boolean returnsString()
public boolean returnsStringArr()
public boolean returnsMsgArr()
public static final MethodName toMethodName(java.lang.String methodName)
throws java.lang.IllegalArgumentException
methodName - The String code to lookup
java.lang.IllegalArgumentException - if the given methodName is invalid
public static final MethodName toMethodName(byte[] methodNameBytes)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic static void main(java.lang.String[] args)
java org.xmlBlaster.util.def.MethodName
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||