public abstract class AbstractAdminMessage extends Object implements Externalizable, Streamable
AbstractAdminMessage
is a message exchanged between a
Admin Joram client and its proxy.Modifier and Type | Field and Description |
---|---|
protected static int |
ABSTRACT_ADMIN_MESSAGE |
protected static int |
ADD_DESTINATION_CLUSTER |
protected static int |
ADD_DOMAIN_REQUEST |
protected static int |
ADD_REMOTE_DEST |
protected static int |
ADD_SERVER_REQUEST |
protected static int |
ADD_SERVICE_REQUEST |
protected static int |
ADMIN_REPLY |
protected static int |
ADMIN_REQUEST |
protected int |
classid |
protected static String[] |
classnames |
protected static int |
CLEAR_QUEUE |
protected static int |
CLEAR_SUBSCRIPTION |
protected static int |
CMD_ADMIN_REPLY |
protected static int |
CMD_ADMIN_REQUEST |
protected static int |
CREATE_DESTINATION_REPLY |
protected static int |
CREATE_DESTINATION_REQUEST |
protected static int |
CREATE_USER_REPLY |
protected static int |
CREATE_USER_REQUEST |
protected static int |
DEL_REMOTE_DEST |
protected static int |
DELETE_DESTINATION |
protected static int |
DELETE_QUEUE_MESSAGE |
protected static int |
DELETE_SUBSCRIPTION_MESSAGE |
protected static int |
DELETE_USER |
protected static int |
GET_CONFIG_REQUEST |
protected static int |
GET_DOMAIN_NAMES |
protected static int |
GET_DOMAIN_NAMES_REP |
protected static int |
GET_LOCAL_SERVER |
protected static int |
GET_LOCAL_SERVER_REP |
protected static int |
GET_QUEUE_MESSAGE |
protected static int |
GET_QUEUE_MESSAGE_IDS |
protected static int |
GET_QUEUE_MESSAGE_IDS_REP |
protected static int |
GET_QUEUE_MESSAGE_REP |
protected static int |
GET_RIGHTS_REPLY |
protected static int |
GET_RIGHTS_REQUEST |
protected static int |
GET_SUBSCRIBER_IDS |
protected static int |
GET_SUBSCRIBER_IDS_REP |
protected static int |
GET_SUBSCRIPTION |
protected static int |
GET_SUBSCRIPTION_MESSAGE |
protected static int |
GET_SUBSCRIPTION_MESSAGE_IDS |
protected static int |
GET_SUBSCRIPTION_MESSAGE_IDS_REP |
protected static int |
GET_SUBSCRIPTION_MESSAGE_REP |
protected static int |
GET_SUBSCRIPTION_REP |
protected static int |
GET_SUBSCRIPTIONS |
protected static int |
GET_SUBSCRIPTIONS_REP |
protected static int |
GET_USERS_REPLY |
protected static int |
GET_USERS_REQUEST |
protected static int |
LIST_CLUSTER_DEST |
protected static int |
LIST_CLUSTER_DEST_REP |
static org.objectweb.util.monolog.api.Logger |
logger |
protected static int |
MONITOR_GET_DELIVERED_MESSAGES |
protected static int |
MONITOR_GET_DESTINATIONS |
protected static int |
MONITOR_GET_DESTINATIONS_REP |
protected static int |
MONITOR_GET_DMQ_SETTINGS |
protected static int |
MONITOR_GET_DMQ_SETTINGS_REP |
protected static int |
MONITOR_GET_FATHER |
protected static int |
MONITOR_GET_FATHER_REP |
protected static int |
MONITOR_GET_JMX_ATTS |
protected static int |
MONITOR_GET_JMX_ATTS_REP |
protected static int |
MONITOR_GET_NB_MAX_MSG |
protected static int |
MONITOR_GET_NUMBER_REP |
protected static int |
MONITOR_GET_PENDING_MESSAGES |
protected static int |
MONITOR_GET_PENDING_REQUESTS |
protected static int |
MONITOR_GET_SERVERS_IDS |
protected static int |
MONITOR_GET_SERVERS_IDS_REP |
protected static int |
MONITOR_GET_STAT |
protected static int |
MONITOR_GET_STAT_REP |
protected static int |
MONITOR_GET_SUBSCRIPTIONS |
protected static int |
NULL_CLASS_ID |
protected static int |
REMOVE_DESTINATION_CLUSTER |
protected static int |
REMOVE_DOMAIN_REQUEST |
protected static int |
REMOVE_SERVER_REQUEST |
protected static int |
REMOVE_SERVICE_REQUEST |
protected static int |
SCALE_REQUEST |
protected static int |
SET_DMQ |
protected static int |
SET_FATHER |
protected static int |
SET_NB_MAX_MSG |
protected static int |
SET_READER |
protected static int |
SET_RIGHT |
protected static int |
SET_SYNC_EXCEPTION_ON_FULL_DEST |
protected static int |
SET_THRESHOLD |
protected static int |
SET_WRITER |
protected static int |
SND_DEST_WEIGHTS |
protected static int |
STOP_SERVER_REQUEST |
protected static int |
SUBSCRIPTION_ADMIN_REQUEST |
protected static int |
UNSET_READER |
protected static int |
UNSET_WRITER |
protected static int |
UPDATE_USER |
protected static int |
USER_ADMIN_REQUEST |
protected static int |
XXX_MONITOR_GET_CLUSTER |
protected static int |
XXX_MONITOR_GET_NB_MAX_MSG_REP |
protected static int |
XXX_MONITOR_GET_READERS |
protected static int |
XXX_MONITOR_GET_WRITERS |
protected static int |
XXX_MONITOR_REPLY |
protected static int |
XXX_MONITOR_REQUEST |
protected static int |
XXX_QUEUE_ADMIN_REQUEST |
protected static int |
XXX_SET_CLUSTER |
protected static int |
XXX_SET_DEFAULT_DMQ |
protected static int |
XXX_SET_QUEUE_THRESHOLD |
protected static int |
XXX_SET_USER_DMQ |
protected static int |
XXX_SET_USER_THRESHOLD |
protected static int |
XXX_SPECIAL_ADMIN |
protected static int |
XXX_UNSET_CLUSTER |
protected static int |
XXX_UNSET_DEFAULT_DMQ |
protected static int |
XXX_UNSET_DEFAULT_THRESHOLD |
protected static int |
XXX_UNSET_DESTINATION_DMQ |
protected static int |
XXX_UNSET_FATHER |
protected static int |
XXX_UNSET_QUEUE_THRESHOLD |
protected static int |
XXX_UNSET_USER_DMQ |
protected static int |
XXX_UNSET_USER_THRESHOLD |
Constructor and Description |
---|
AbstractAdminMessage()
Constructs an
AbstractAdminMessage . |
Modifier and Type | Method and Description |
---|---|
protected abstract int |
getClassId() |
static AbstractAdminMessage |
read(InputStream is) |
void |
readExternal(ObjectInput in) |
static void |
write(AbstractAdminMessage msg,
OutputStream os) |
void |
writeExternal(ObjectOutput out)
***** ***** ***** ***** ***** ***** *****
Externalizable interface
***** ***** ***** ***** ***** ***** ***** *****
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readFrom, writeTo
public static org.objectweb.util.monolog.api.Logger logger
protected static final int NULL_CLASS_ID
protected static final int ABSTRACT_ADMIN_MESSAGE
protected static final int ADD_DOMAIN_REQUEST
protected static final int ADD_DESTINATION_CLUSTER
protected static final int ADD_SERVER_REQUEST
protected static final int ADD_SERVICE_REQUEST
protected static final int ADMIN_REPLY
protected static final int ADMIN_REQUEST
protected static final int CLEAR_QUEUE
protected static final int CLEAR_SUBSCRIPTION
protected static final int CREATE_DESTINATION_REPLY
protected static final int CREATE_DESTINATION_REQUEST
protected static final int CREATE_USER_REPLY
protected static final int CREATE_USER_REQUEST
protected static final int DELETE_DESTINATION
protected static final int DELETE_QUEUE_MESSAGE
protected static final int DELETE_SUBSCRIPTION_MESSAGE
protected static final int DELETE_USER
protected static final int GET_CONFIG_REQUEST
protected static final int GET_DOMAIN_NAMES
protected static final int GET_DOMAIN_NAMES_REP
protected static final int GET_LOCAL_SERVER
protected static final int GET_LOCAL_SERVER_REP
protected static final int GET_QUEUE_MESSAGE
protected static final int GET_QUEUE_MESSAGE_IDS
protected static final int GET_QUEUE_MESSAGE_IDS_REP
protected static final int GET_QUEUE_MESSAGE_REP
protected static final int GET_SUBSCRIBER_IDS
protected static final int GET_SUBSCRIBER_IDS_REP
protected static final int GET_SUBSCRIPTION
protected static final int GET_SUBSCRIPTION_MESSAGE
protected static final int GET_SUBSCRIPTION_MESSAGE_IDS
protected static final int GET_SUBSCRIPTION_MESSAGE_IDS_REP
protected static final int GET_SUBSCRIPTION_MESSAGE_REP
protected static final int GET_SUBSCRIPTION_REP
protected static final int GET_SUBSCRIPTIONS
protected static final int GET_SUBSCRIPTIONS_REP
protected static final int LIST_CLUSTER_DEST
protected static final int XXX_MONITOR_GET_CLUSTER
protected static final int LIST_CLUSTER_DEST_REP
protected static final int MONITOR_GET_DMQ_SETTINGS
protected static final int MONITOR_GET_DMQ_SETTINGS_REP
protected static final int MONITOR_GET_DESTINATIONS
protected static final int MONITOR_GET_DESTINATIONS_REP
protected static final int MONITOR_GET_FATHER
protected static final int MONITOR_GET_FATHER_REP
protected static final int GET_RIGHTS_REQUEST
protected static final int GET_RIGHTS_REPLY
protected static final int MONITOR_GET_NB_MAX_MSG
protected static final int XXX_MONITOR_GET_NB_MAX_MSG_REP
protected static final int MONITOR_GET_NUMBER_REP
protected static final int MONITOR_GET_PENDING_MESSAGES
protected static final int MONITOR_GET_PENDING_REQUESTS
protected static final int XXX_MONITOR_GET_READERS
protected static final int MONITOR_GET_SERVERS_IDS
protected static final int MONITOR_GET_SERVERS_IDS_REP
protected static final int MONITOR_GET_STAT
protected static final int MONITOR_GET_STAT_REP
protected static final int MONITOR_GET_SUBSCRIPTIONS
protected static final int GET_USERS_REQUEST
protected static final int GET_USERS_REPLY
protected static final int XXX_MONITOR_GET_WRITERS
protected static final int XXX_MONITOR_REPLY
protected static final int XXX_MONITOR_REQUEST
protected static final int XXX_QUEUE_ADMIN_REQUEST
protected static final int REMOVE_DOMAIN_REQUEST
protected static final int REMOVE_DESTINATION_CLUSTER
protected static final int REMOVE_SERVER_REQUEST
protected static final int REMOVE_SERVICE_REQUEST
protected static final int XXX_SET_CLUSTER
protected static final int XXX_SET_DEFAULT_DMQ
protected static final int SET_THRESHOLD
protected static final int SET_DMQ
protected static final int SET_FATHER
protected static final int SET_NB_MAX_MSG
protected static final int XXX_SET_QUEUE_THRESHOLD
protected static final int SET_READER
protected static final int SET_RIGHT
protected static final int XXX_SET_USER_DMQ
protected static final int XXX_SET_USER_THRESHOLD
protected static final int SET_WRITER
protected static final int XXX_SPECIAL_ADMIN
protected static final int STOP_SERVER_REQUEST
protected static final int SUBSCRIPTION_ADMIN_REQUEST
protected static final int XXX_UNSET_CLUSTER
protected static final int XXX_UNSET_DEFAULT_DMQ
protected static final int XXX_UNSET_DEFAULT_THRESHOLD
protected static final int XXX_UNSET_DESTINATION_DMQ
protected static final int XXX_UNSET_FATHER
protected static final int XXX_UNSET_QUEUE_THRESHOLD
protected static final int UNSET_READER
protected static final int XXX_UNSET_USER_DMQ
protected static final int XXX_UNSET_USER_THRESHOLD
protected static final int UNSET_WRITER
protected static final int UPDATE_USER
protected static final int USER_ADMIN_REQUEST
protected static final int CMD_ADMIN_REQUEST
protected static final int CMD_ADMIN_REPLY
protected static final int ADD_REMOTE_DEST
protected static final int DEL_REMOTE_DEST
protected static final int MONITOR_GET_DELIVERED_MESSAGES
protected static final int SND_DEST_WEIGHTS
protected static final int SET_SYNC_EXCEPTION_ON_FULL_DEST
protected static final int SCALE_REQUEST
protected static final int MONITOR_GET_JMX_ATTS
protected static final int MONITOR_GET_JMX_ATTS_REP
protected int classid
protected static final String[] classnames
public AbstractAdminMessage()
AbstractAdminMessage
.protected abstract int getClassId()
public final void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public final void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public static void write(AbstractAdminMessage msg, OutputStream os) throws IOException
IOException
public static AbstractAdminMessage read(InputStream is) throws IOException, ClassNotFoundException, InstantiationException, IllegalAccessException
Copyright © 2021 ScalAgent D.T.. All rights reserved.