String |
AdminItf.addAMQPBridgeConnection(int serverId,
String urls) |
Adds an AMQP server and starts a live connection with it, accessible via
the url provided.
|
static String |
AdminModule.addAMQPBridgeConnection(int serverId,
String urls) |
Adds an AMQP server and starts a live connection with it, accessible via
the url provided.
|
String |
AdminWrapper.addAMQPBridgeConnection(int serverId,
String urls) |
Adds an AMQP server and starts a live connection with it, accessible via
the url provided.
|
String |
JoramAdmin.addAMQPBridgeConnection(int serverId,
String urls) |
|
void |
AdminItf.addDomain(String domain,
int sid,
int port) |
Adds a domain to the platform.
|
void |
AdminItf.addDomain(String domain,
String network,
int sid,
int port) |
Adds a domain to the platform using a specific network component.
|
static void |
AdminModule.addDomain(String domain,
int sid,
int port) |
Adds a domain to the platform.
|
static void |
AdminModule.addDomain(String domain,
String network,
int sid,
int port) |
Adds a domain to the platform using a specific network component.
|
void |
AdminWrapper.addDomain(String domain,
int sid,
int port) |
Adds a domain to the platform.
|
void |
AdminWrapper.addDomain(String domain,
String network,
int sid,
int port) |
Adds a domain to the platform using a specific network component.
|
void |
JoramAdmin.addDomain(String domain,
int sid,
int port) |
Adds a domain to the platform.
|
void |
JoramAdmin.addDomain(String domain,
String network,
int sid,
int port) |
Adds a domain to the platform using a specific network component.
|
void |
JoramAdminMBean.addDomain(String domain,
int sid,
int port) |
Adds a domain to the platform.
|
void |
JoramAdminMBean.addDomain(String domain,
String network,
int sid,
int port) |
Adds a domain to the platform using a specific network component.
|
void |
User.addInterceptorIN(String interceptor,
Properties properties) |
Add interceptor
|
void |
User.addInterceptorOUT(String interceptor,
Properties properties) |
Add interceptor
|
void |
User.addInterceptorsIN(String interceptors) |
Add interceptors
|
void |
UserMBean.addInterceptorsIN(String interceptors) |
add interceptors
|
void |
User.addInterceptorsOUT(String interceptors) |
Add interceptors
|
void |
UserMBean.addInterceptorsOUT(String interceptors) |
add interceptors
|
String |
AdminItf.addJMSBridgeConnection(int serverId,
String urls) |
Adds a JMS server and starts a live connection with it, accessible via
the url provided.
|
static String |
AdminModule.addJMSBridgeConnection(int serverId,
String urls) |
Adds a JMS server and starts a live connection with it, accessible via
the url provided.
|
String |
AdminWrapper.addJMSBridgeConnection(int serverId,
String urls) |
Adds a JMS server and starts a live connection with it, accessible via
the url provided.
|
String |
JoramAdmin.addJMSBridgeConnection(int serverId,
String urls) |
|
void |
AdminItf.addServer(int sid,
String host,
String domain,
int port,
String server) |
Adds a server to the platform.
|
void |
AdminItf.addServer(int sid,
String host,
String domain,
int port,
String server,
String[] services,
String[] args) |
Adds a server to the platform.
|
static void |
AdminModule.addServer(int sid,
String host,
String domain,
int port,
String server) |
Adds a server to the platform.
|
static void |
AdminModule.addServer(int sid,
String host,
String domain,
int port,
String server,
String[] services,
String[] args) |
Adds a server to the platform.
|
void |
AdminWrapper.addServer(int sid,
String host,
String domain,
int port,
String server) |
Adds a server to the platform.
|
void |
AdminWrapper.addServer(int sid,
String host,
String domain,
int port,
String server,
String[] services,
String[] args) |
Adds a server to the platform.
|
void |
JoramAdmin.addServer(int sid,
String host,
String domain,
int port,
String server) |
Adds a server to the platform.
|
void |
JoramAdmin.addServer(int sid,
String host,
String domain,
int port,
String server,
String[] services,
String[] args) |
|
void |
JoramAdminMBean.addServer(int sid,
String host,
String domain,
int port,
String server) |
Adds a server to the platform.
|
void |
User.clearSubscription(String subName) |
|
void |
UserMBean.clearSubscription(String subName) |
|
static void |
AdminModule.collocatedConnect() |
Opens a connection with the collocated Joram server.
|
static void |
AdminModule.collocatedConnect(String name,
String password) |
Opens a connection with the collocated JORAM server.
|
static void |
AdminModule.collocatedConnect(String name,
String password,
String identityClass) |
Deprecated.
|
static void |
AdminModule.connect() |
Opens a TCP connection with the Joram server running on the default
"localhost" host and listening to the default 16010 port.
|
static void |
AdminModule.connect(String host,
int port,
String name,
String password) |
Opens a TCP connection with the Joram server running on a given host and
listening to a given port.
|
static void |
AdminModule.connect(String host,
int port,
String name,
String password,
int cnxTimer) |
Deprecated.
|
static void |
AdminModule.connect(String host,
int port,
String name,
String password,
int cnxTimer,
String reliableClass) |
Deprecated.
|
static void |
AdminModule.connect(String host,
int port,
String name,
String password,
int cnxTimer,
String reliableClass,
String identityClass) |
Deprecated.
|
static void |
AdminModule.connect(String name,
String password) |
Opens a TCP connection with the Joram server running on the default
"localhost" host and listening to the default 16010 port.
|
static void |
AdminModule.connect(String name,
String password,
int cnxTimer) |
Deprecated.
|
static void |
AdminModule.connect(String name,
String password,
int cnxTimer,
String reliableClass) |
Deprecated.
|
static void |
AdminModule.connect(ConnectionFactory cf) |
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given ConnectionFactory.
|
static void |
AdminModule.connect(ConnectionFactory cf,
String name,
String password) |
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given ConnectionFactory.
|
static void |
AdminModule.connect(ConnectionFactory cf,
String name,
String password,
String identityClass) |
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given ConnectionFactory.
|
static void |
AdminModule.connect(TopicConnectionFactory cf,
String name,
String password) |
Deprecated.
|
static void |
AdminModule.connect(TopicConnectionFactory cf,
String name,
String password,
String identityClass) |
Deprecated.
|
void |
JoramAdminConnect.connect(String name) |
Creates an administration connection with default parameters, a JoramAdmin
MBean is created and registered in the given domain.
|
void |
JoramAdminConnect.connect(String name,
String host,
int port,
String user,
String pass) |
Creates an administration connection with given parameters, a JoramAdmin
MBean is created and registered.
|
void |
JoramAdminConnectMBean.connect(String name) |
Creates an administration connection with default parameters, a JoramAdmin
MBean is created and registered in the given domain.
|
void |
JoramAdminConnectMBean.connect(String name,
String host,
int port,
String user,
String pass) |
Creates an administration connection with given parameters, a JoramAdmin
MBean is created and registered.
|
static Queue |
AMQPAcquisitionQueue.create(int serverId,
String dest) |
Administration method creating and deploying a AMQP acquisition queue on a given server.
|
static Queue |
AMQPAcquisitionQueue.create(int serverId,
String name,
String dest) |
Administration method creating and deploying a AMQP acquisition queue on a given server.
|
static Queue |
AMQPAcquisitionQueue.create(int serverId,
String name,
String dest,
Properties props) |
Administration method creating and deploying a AMQP acquisition queue on a given server.
|
static Queue |
AMQPAcquisitionQueue.create(String dest) |
Administration method creating and deploying a AMQP acquisition queue on the local server.
|
static Topic |
AMQPAcquisitionTopic.create(int serverId,
String dest) |
Administration method creating and deploying a AMQP acquisition topic on a given server.
|
static Topic |
AMQPAcquisitionTopic.create(int serverId,
String name,
String dest) |
Administration method creating and deploying a AMQP acquisition topic on a given server.
|
static Topic |
AMQPAcquisitionTopic.create(int serverId,
String name,
String dest,
Properties props) |
Administration method creating and deploying a AMQP acquisition topic on a given server.
|
static Topic |
AMQPAcquisitionTopic.create(String dest) |
Administration method creating and deploying a AMQP acquisition topic on the local server.
|
static Queue |
AMQPDistributionQueue.create(int serverId,
String dest) |
Administration method creating and deploying a AMQP distribution queue on a given server.
|
static Queue |
AMQPDistributionQueue.create(int serverId,
String name,
String dest) |
Administration method creating and deploying a AMQP distribution queue on a given server.
|
static Queue |
AMQPDistributionQueue.create(int serverId,
String name,
String dest,
Properties props) |
Administration method creating and deploying a AMQP distribution queue on a given server.
|
static Queue |
AMQPDistributionQueue.create(String dest) |
Administration method creating and deploying a AMQP distribution queue on the local server.
|
static Topic |
AMQPDistributionTopic.create(int serverId,
String dest) |
Administration method creating and deploying a AMQP distribution topic on a given server.
|
static Topic |
AMQPDistributionTopic.create(int serverId,
String name,
String dest) |
Administration method creating and deploying a AMQP distribution topic on a given server.
|
static Topic |
AMQPDistributionTopic.create(int serverId,
String name,
String dest,
Properties props) |
Administration method creating and deploying a AMQP distribution topic on a given server.
|
static Topic |
AMQPDistributionTopic.create(String dest) |
Administration method creating and deploying a AMQP distribution topic on the local server.
|
static Queue |
CollectorQueue.create(int serverId,
String url) |
Administration method creating and deploying an URL acquisition queue on a given server.
|
static Queue |
CollectorQueue.create(int serverId,
String name,
String url) |
Administration method creating and deploying an URL acquisition queue on a given server.
|
static Queue |
CollectorQueue.create(int serverId,
String name,
String url,
Properties props) |
Administration method creating and deploying an URL acquisition queue on a given server.
|
static Queue |
CollectorQueue.create(String url) |
Administration method creating and deploying an URL acquisition queue on the local server.
|
static Topic |
CollectorTopic.create(int serverId,
String url) |
Administration method creating and deploying an URL acquisition topic on a given server.
|
static Topic |
CollectorTopic.create(int serverId,
String name,
String url) |
Administration method creating and deploying an URL acquisition topic on a given server.
|
static Topic |
CollectorTopic.create(int serverId,
String name,
String url,
Properties props) |
Administration method creating and deploying an URL acquisition topic on a given server.
|
static Topic |
CollectorTopic.create(String url) |
Administration method creating and deploying an URL acquisition topic on the local server.
|
static Queue |
DeadMQueue.create() |
Deprecated.
Admin method creating and deploying a dead message queue on the
local server.
|
static Queue |
DeadMQueue.create(int serverId) |
Deprecated.
Admin method creating and deploying a dead message queue on a given
server.
|
static Queue |
DeadMQueue.create(int serverId,
String name) |
Deprecated.
Admin method creating and deploying a dead message queue on a given
server.
|
static Queue |
FtpQueue.create(int serverId,
String name) |
Administration method creating and deploying a FTP queue on a given server.
|
static Queue |
FtpQueue.create(int serverId,
String name,
Properties props) |
Administration method creating and deploying a FTP queue on a given server.
|
static Queue |
FtpQueue.create(String name) |
Administration method creating and deploying a FTP queue on the local server.
|
static Queue |
JMSAcquisitionQueue.create(int serverId,
String dest) |
Administration method creating and deploying a JMS acquisition queue on a given server.
|
static Queue |
JMSAcquisitionQueue.create(int serverId,
String name,
String dest) |
Administration method creating and deploying a JMS acquisition queue on a given server.
|
static Queue |
JMSAcquisitionQueue.create(int serverId,
String name,
String dest,
Properties props) |
Administration method creating and deploying a JMS acquisition queue on a given server.
|
static Queue |
JMSAcquisitionQueue.create(String dest) |
Administration method creating and deploying a JMS acquisition queue on the local server.
|
static Topic |
JMSAcquisitionTopic.create(int serverId,
String dest) |
Administration method creating and deploying a JMS acquisition topic on a given server.
|
static Topic |
JMSAcquisitionTopic.create(int serverId,
String name,
String dest) |
Administration method creating and deploying a JMS acquisition topic on a given server.
|
static Topic |
JMSAcquisitionTopic.create(int serverId,
String name,
String dest,
Properties props) |
Administration method creating and deploying a JMS acquisition topic on a given server.
|
static Topic |
JMSAcquisitionTopic.create(String dest) |
Administration method creating and deploying a JMS acquisition topic on the local server.
|
static Queue |
JMSDistributionQueue.create(int serverId,
String dest) |
Administration method creating and deploying a JMS distribution queue on a given server.
|
static Queue |
JMSDistributionQueue.create(int serverId,
String name,
String dest) |
Administration method creating and deploying a JMS distribution queue on a given server.
|
static Queue |
JMSDistributionQueue.create(int serverId,
String name,
String dest,
Properties props) |
Administration method creating and deploying a JMS distribution queue on a given server.
|
static Queue |
JMSDistributionQueue.create(String dest) |
Administration method creating and deploying a JMS distribution queue on the local server.
|
static Topic |
JMSDistributionTopic.create(int serverId,
String dest) |
Administration method creating and deploying a JMS distribution topic on a given server.
|
static Topic |
JMSDistributionTopic.create(int serverId,
String name,
String dest) |
Administration method creating and deploying a JMS distribution topic on a given server.
|
static Topic |
JMSDistributionTopic.create(int serverId,
String name,
String dest,
Properties props) |
Administration method creating and deploying a JMS distribution topic on a given server.
|
static Topic |
JMSDistributionTopic.create(String dest) |
Administration method creating and deploying a JMS distribution topic on the local server.
|
static Queue |
MailAcquisitionQueue.create() |
Administration method creating and deploying a mail acquisition queue on the local server.
|
static Queue |
MailAcquisitionQueue.create(int serverId) |
Administration method creating and deploying a mail acquisition queue on a given server.
|
static Queue |
MailAcquisitionQueue.create(int serverId,
String name) |
Administration method creating and deploying a mail acquisition queue on a given server.
|
static Queue |
MailAcquisitionQueue.create(int serverId,
String name,
Properties props) |
Administration method creating and deploying a mail acquisition queue on a given server.
|
static Topic |
MailAcquisitionTopic.create() |
Administration method creating and deploying a mail acquisition topic on the local server.
|
static Topic |
MailAcquisitionTopic.create(int serverId) |
Administration method creating and deploying a mail acquisition topic on a given server.
|
static Topic |
MailAcquisitionTopic.create(int serverId,
String name) |
Administration method creating and deploying a mail acquisition topic on a given server.
|
static Topic |
MailAcquisitionTopic.create(int serverId,
String name,
Properties props) |
Administration method creating and deploying a mail acquisition topic on a given server.
|
static Queue |
MailDistributionQueue.create() |
Administration method creating and deploying a Mail distribution queue on the local server.
|
static Queue |
MailDistributionQueue.create(int serverId) |
Administration method creating and deploying a Mail distribution queue on a given server.
|
static Queue |
MailDistributionQueue.create(int serverId,
String name) |
Administration method creating and deploying a Mail distribution queue on a given server.
|
static Queue |
MailDistributionQueue.create(int serverId,
String name,
Properties props) |
Administration method creating and deploying a Mail distribution queue on a given server.
|
static Topic |
MailDistributionTopic.create() |
Administration method creating and deploying a Mail distribution topic on the local server.
|
static Topic |
MailDistributionTopic.create(int serverId) |
Administration method creating and deploying a Mail distribution topic on a given server.
|
static Topic |
MailDistributionTopic.create(int serverId,
String name) |
Administration method creating and deploying a Mail distribution topic on a given server.
|
static Topic |
MailDistributionTopic.create(int serverId,
String name,
Properties props) |
Administration method creating and deploying a Mail distribution topic on a given server.
|
static Queue |
MonitoringQueue.create() |
Administration method creating and deploying a JMX acquisition queue on the local server.
|
static Queue |
MonitoringQueue.create(int serverId) |
Administration method creating and deploying a JMX acquisition queue on a given server.
|
static Queue |
MonitoringQueue.create(int serverId,
String name) |
Administration method creating and deploying a JMX acquisition queue on a given server.
|
static Queue |
MonitoringQueue.create(int serverId,
String name,
Properties props) |
Administration method creating and deploying a JMX acquisition queue on a given server.
|
static Topic |
MonitoringTopic.create() |
Administration method creating and deploying a JMX acquisition topic on the local server.
|
static Topic |
MonitoringTopic.create(int serverId) |
Administration method creating and deploying a JMX acquisition topic on a given server.
|
static Topic |
MonitoringTopic.create(int serverId,
String name) |
Administration method creating and deploying a JMX acquisition topic on a given server.
|
static Topic |
MonitoringTopic.create(int serverId,
String name,
Properties props) |
Administration method creating and deploying a JMX acquisition topic on a given server.
|
Queue |
RestAcquisitionQueue.create(int serverId,
String dest) |
Administration method creating and deploying a REST acquisition queue on a given server.
|
Queue |
RestAcquisitionQueue.create(int serverId,
String name,
String dest) |
Administration method creating and deploying a REST acquisition queue on a given server.
|
Queue |
RestAcquisitionQueue.create(int serverId,
String name,
String dest,
Properties props) |
Administration method creating and deploying a REST acquisition queue on a given server.
|
Queue |
RestAcquisitionQueue.create(String dest) |
Administration method creating and deploying a REST acquisition queue on the local server.
|
Queue |
RestDistributionQueue.create(int serverId,
String dest) |
Administration method creating and deploying a REST distribution queue on a given server.
|
Queue |
RestDistributionQueue.create(int serverId,
String name,
String dest) |
Administration method creating and deploying a REST distribution queue on a given server.
|
Queue |
RestDistributionQueue.create(int serverId,
String name,
String dest,
Properties props) |
Administration method creating and deploying a REST distribution queue on a given server.
|
Queue |
RestDistributionQueue.create(String dest) |
Administration method creating and deploying a REST distribution queue on the local server.
|
static Queue |
SchedulerQueue.create(int serverId,
String name) |
Administration method creating and deploying a scheduled queue on a given server.
|
static Queue |
SchedulerQueue.create(String name) |
Administration method creating and deploying a scheduled queue on the local server.
|
static User |
User.create(String name,
String password) |
Admin method creating a user on the local server and instantiating the
corresponding User object.
|
static User |
User.create(String name,
String password,
int serverId) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
static User |
User.create(String name,
String password,
int serverId,
String identityClassName) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
static User |
User.create(String name,
String password,
int serverId,
String identityClassName,
Properties prop) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
Queue |
AdminWrapper.createDeadMQueue(int serverId,
String name) |
Deprecated.
|
private org.objectweb.joram.shared.security.Identity |
AdminWrapper.createIdentity(String user,
String passwd,
String identityClassName) |
Create a user Identity.
|
private static org.objectweb.joram.shared.security.Identity |
User.createIdentity(String user,
String passwd,
String identityClassName) |
Create a user Identity.
|
Destination |
AdminItf.createQueue(int serverId,
String name) |
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
AdminItf.createQueue(int serverId,
String name,
String className,
Properties prop) |
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
AdminItf.createQueue(String name) |
Creates or retrieves a queue destination on a given JORAM server.
|
static Destination |
AdminModule.createQueue(int serverId,
String name,
String className,
Properties prop) |
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
AdminWrapper.createQueue(int serverId,
String name) |
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
AdminWrapper.createQueue(int serverId,
String name,
String className,
Properties prop) |
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
AdminWrapper.createQueue(String name) |
Creates or retrieves a queue destination on a given JORAM server.
|
Destination |
JoramAdmin.createQueue(int serverId,
String name) |
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding Queue instance.
|
Destination |
JoramAdmin.createQueue(int serverId,
String name,
String className,
Properties prop) |
|
Destination |
JoramAdmin.createQueue(String name) |
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding Queue instance.
|
Destination |
AdminItf.createTopic(int serverId,
String name) |
Creates or retrieves a topic destination on a given JORAM server.
|
Destination |
AdminItf.createTopic(int serverId,
String name,
String className,
Properties prop) |
Creates or retrieves a topic destination on a given JORAM server.
|
Destination |
AdminItf.createTopic(String name) |
Creates or retrieves a topic destination on the underlying JORAM server.
|
static Destination |
AdminModule.createTopic(int serverId,
String name,
String className,
Properties prop) |
Creates or retrieves a topic destination on a given JORAM server.
|
Destination |
AdminWrapper.createTopic(int serverId,
String name) |
Creates or retrieves a topic destination on a given JORAM server.
|
Destination |
AdminWrapper.createTopic(int serverId,
String name,
String className,
Properties prop) |
Creates or retrieves a topic destination on a given JORAM server.
|
Destination |
AdminWrapper.createTopic(String name) |
Creates or retrieves a topic destination on the underlying JORAM server.
|
Destination |
JoramAdmin.createTopic(int serverId,
String name) |
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding Topic instance.
|
Destination |
JoramAdmin.createTopic(int serverId,
String name,
String className,
Properties prop) |
|
Destination |
JoramAdmin.createTopic(String name) |
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding Topic instance.
|
User |
AdminItf.createUser(String name,
String password) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminItf.createUser(String name,
String password,
int serverId) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminItf.createUser(String name,
String password,
int serverId,
String identityClassName) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
User |
AdminItf.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties prop) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
User |
AdminItf.createUser(String name,
String password,
String identityClass) |
Creates or retrieves a user on the underlying JORAM server.
|
static User |
AdminModule.createUser(String name,
String password,
int serverId,
String identityClassName) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
User |
AdminWrapper.createUser(String name,
String password) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminWrapper.createUser(String name,
String password,
int serverId) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
AdminWrapper.createUser(String name,
String password,
int serverId,
String identityClassName) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
User |
AdminWrapper.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties prop) |
Admin method creating a user for a given server and instantiating the
corresponding User object.
|
User |
AdminWrapper.createUser(String name,
String password,
String identityClass) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password,
int serverId) |
Creates or retrieves a user on the given JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password,
int serverId,
String identityClass) |
Creates or retrieves a user on the underlying JORAM server.
|
User |
JoramAdmin.createUser(String name,
String password,
int serverId,
String identityClassName,
Properties prop) |
|
User |
JoramAdmin.createUser(String name,
String password,
String identityClass) |
Creates or retrieves a user on the underlying JORAM server.
|
void |
User.delete() |
Removes this user.
|
void |
UserMBean.delete() |
Removes this user.
|
String |
AdminItf.deleteAMQPBridgeConnection(int serverId,
String names) |
Removes the live connection to the specified AMQP server.
|
static String |
AdminModule.deleteAMQPBridgeConnection(int serverId,
String names) |
Removes the live connection to the specified AMQP server.
|
String |
AdminWrapper.deleteAMQPBridgeConnection(int serverId,
String names) |
Removes the live connection to the specified AMQP server.
|
String |
JoramAdmin.deleteAMQPBridgeConnection(int serverId,
String names) |
|
String |
AdminItf.deleteJMSBridgeConnection(int serverId,
String names) |
Removes the live connection to the specified AMQP server.
|
String |
AdminItf.deleteJMSBridgeConnection(int serverId,
String names,
boolean async) |
Removes the live connection to the specified JMS server.
|
static String |
AdminModule.deleteJMSBridgeConnection(int serverId,
String names) |
Removes the live connection to the specified AMQP server.
|
static String |
AdminModule.deleteJMSBridgeConnection(int serverId,
String names,
boolean async) |
Removes the live connection to the specified AMQP server.
|
String |
AdminWrapper.deleteJMSBridgeConnection(int serverId,
String names) |
Removes the live connection to the specified JMS server.
|
String |
AdminWrapper.deleteJMSBridgeConnection(int serverId,
String names,
boolean async) |
Removes the live connection to the specified JMS server.
|
String |
JoramAdmin.deleteJMSBridgeConnection(int serverId,
String names) |
|
String |
JoramAdmin.deleteJMSBridgeConnection(int serverId,
String names,
boolean async) |
|
String |
AdminItf.deleteJMSPBridgeConnection(int serverId,
String names) |
Deprecated.
|
String |
AdminItf.deleteJMSPBridgeConnection(int serverId,
String names,
boolean async) |
Deprecated.
|
static String |
AdminModule.deleteJMSPBridgeConnection(int serverId,
String names) |
Deprecated.
|
static String |
AdminModule.deleteJMSPBridgeConnection(int serverId,
String names,
boolean async) |
Deprecated.
|
String |
AdminWrapper.deleteJMSPBridgeConnection(int serverId,
String names) |
Deprecated.
|
String |
AdminWrapper.deleteJMSPBridgeConnection(int serverId,
String names,
boolean async) |
Deprecated.
|
String |
JoramAdmin.deleteJMSPBridgeConnection(int serverId,
String names) |
Deprecated.
|
String |
JoramAdmin.deleteJMSPBridgeConnection(int serverId,
String names,
boolean async) |
Deprecated.
|
void |
User.deleteMessage(String subName,
String msgId) |
|
void |
UserMBean.deleteMessage(String subName,
String msgId) |
|
static void |
AdminModule.doCollocatedConnect(String name,
String password,
String identityClass) |
Opens a connection with the collocated JORAM server.
|
private static void |
AdminModule.doConnect(String host,
int port,
String name,
String password,
int cnxTimer,
String reliableClass,
String identityClass) |
Opens a TCP connection with the Joram server running on a given host and
listening to a given port.
|
private static void |
AdminModule.doConnect(AbstractConnectionFactory cf,
String name,
String password,
String identityClass) |
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given ConnectionFactory.
|
static JoramAdmin |
JoramAdmin.doCreate(AbstractConnectionFactory cf,
String name,
String password,
String identityClass) |
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given ConnectionFactory.
|
org.objectweb.joram.shared.admin.AdminReply |
AdminItf.doRequest(org.objectweb.joram.shared.admin.AdminRequest request) |
Method actually sending an AdminRequest instance to
the platform and getting an AdminReply instance.
|
static org.objectweb.joram.shared.admin.AdminReply |
AdminModule.doRequest(org.objectweb.joram.shared.admin.AdminRequest request) |
Deprecated.
|
org.objectweb.joram.shared.admin.AdminReply |
AdminWrapper.doRequest(org.objectweb.joram.shared.admin.AdminRequest request) |
Method actually sending an AdminRequest instance to
the platform and getting an AdminReply instance.
|
org.objectweb.joram.shared.admin.AdminReply |
JoramAdmin.doRequest(org.objectweb.joram.shared.admin.AdminRequest request) |
|
private org.objectweb.joram.shared.admin.AdminReply |
User.doRequest(org.objectweb.joram.shared.admin.AdminRequest request) |
Method actually sending an AdminRequest instance to
the platform and getting an AdminReply instance.
|
static void |
AdminModule.exportRepositoryToFile(String exportDir,
String exportFilename) |
Export the repository content to an XML file
- only the destinations objects are retrieved in this version
- xml script format of the admin objects (joramAdmin.xml)
|
void |
JoramAdmin.exportRepositoryToFile(String exportDir,
String exportFilename) |
Export the repository content to an XML file
- only the destinations objects are retrieved in this version
- xml script format of the admin objects (joramAdmin.xml)
|
void |
JoramAdminMBean.exportRepositoryToFile(String exportDir,
String exportFilename) |
Export the repository content to an XML file
- only the destinations objects are retrieved in this version
- xml script format of the admin objects (joramAdmin.xml)
|
void |
JoramAdmin.getAllDestinations(int serverId) |
This method creates and registers MBeans for all the destinations of
the selected server.
|
void |
JoramAdminMBean.getAllDestinations(int serverId) |
This method creates and registers MBeans for all the destinations of
the selected server.
|
void |
JoramAdmin.getAllUsers(int serverId) |
|
void |
JoramAdminMBean.getAllUsers(int serverId) |
This method creates and registers MBeans for all the users of
the selected server.
|
String |
AdminItf.getConfiguration() |
Returns the current servers configuration (a3servers.xml).
|
static String |
AdminModule.getConfiguration() |
Returns the current servers configuration (a3servers.xml).
|
String |
AdminWrapper.getConfiguration() |
Returns the current servers configuration (a3servers.xml).
|
String |
JoramAdmin.getConfiguration() |
Returns the current servers configuration (equivalent to the a3servers.xml file).
|
Queue |
AdminItf.getDefaultDMQ() |
Returns the default dead message queue for the local server, null if not
set.
|
Queue |
AdminItf.getDefaultDMQ(int serverId) |
Returns the default dead message queue for a given server, null if not set.
|
static Queue |
AdminModule.getDefaultDMQ() |
Returns the default dead message queue for the local server, null if not
set.
|
static Queue |
AdminModule.getDefaultDMQ(int serverId) |
Returns the default dead message queue for a given server, null if not set.
|
Queue |
AdminWrapper.getDefaultDMQ() |
Returns the default dead message queue for the local server, null if not
set.
|
Queue |
AdminWrapper.getDefaultDMQ(int serverId) |
Returns the default dead message queue for a given server, null if not set.
|
Queue |
JoramAdmin.getDefaultDMQ() |
|
Queue |
JoramAdmin.getDefaultDMQ(int serverId) |
|
String |
AdminItf.getDefaultDMQId() |
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
AdminItf.getDefaultDMQId(int serverId) |
Returns the unique identifier of the default dead message queue for a given
server, null if not set.
|
static String |
AdminModule.getDefaultDMQId() |
Returns the default dead message queue for the local server, null if not
set.
|
static String |
AdminModule.getDefaultDMQId(int serverId) |
Returns the default dead message queue for a given server, null if not
set.
|
String |
AdminWrapper.getDefaultDMQId() |
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
AdminWrapper.getDefaultDMQId(int serverId) |
Returns the unique identifier of the default dead message queue for a given
server, null if not set.
|
String |
JoramAdmin.getDefaultDMQId() |
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
JoramAdmin.getDefaultDMQId(int serverId) |
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
JoramAdminMBean.getDefaultDMQId() |
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
String |
JoramAdminMBean.getDefaultDMQId(int serverId) |
Returns the unique identifier of the default dead message queue for the local
server, null if not set.
|
int |
AdminItf.getDefaultThreshold() |
Returns the default threshold value for the local server, -1 if not set.
|
int |
AdminItf.getDefaultThreshold(int serverId) |
Returns the default threshold value for a given server, -1 if not set.
|
static int |
AdminModule.getDefaultThreshold() |
Returns the default threshold value for the local server, -1 if not set.
|
static int |
AdminModule.getDefaultThreshold(int serverId) |
Returns the default threshold value for a given server, -1 if not set.
|
int |
AdminWrapper.getDefaultThreshold() |
Returns the default threshold value for the local server, -1 if not set.
|
int |
AdminWrapper.getDefaultThreshold(int serverId) |
Returns the default threshold value for a given server, -1 if not set.
|
int |
JoramAdmin.getDefaultThreshold() |
Returns the default threshold value for the local server, -1 if not set.
|
int |
JoramAdmin.getDefaultThreshold(int serverId) |
Returns the default threshold value for a given server, -1 if not set.
|
int |
JoramAdminMBean.getDefaultThreshold() |
Returns the default threshold value for the local server, -1 if not set.
|
int |
JoramAdminMBean.getDefaultThreshold(int serverId) |
Returns the default threshold value for a given server, -1 if not set.
|
Destination[] |
AdminItf.getDestinations() |
Returns the list of all destinations that exist on the local server.
|
Destination[] |
AdminItf.getDestinations(int serverId) |
Returns the list of all destinations that exist on a given server.
|
static Destination[] |
AdminModule.getDestinations() |
Returns the list of all destinations that exist on the local server,
or null if none exist.
|
static Destination[] |
AdminModule.getDestinations(int serverId) |
Returns the list of all destinations that exist on a given server,
or null if none exist.
|
Destination[] |
AdminWrapper.getDestinations() |
Returns the list of all destinations that exist on the local server.
|
Destination[] |
AdminWrapper.getDestinations(int serverId) |
Returns the list of all destinations that exist on a given server.
|
Destination[] |
JoramAdmin.getDestinations() |
This method creates and registers MBeans for all the destinations on
the local server.
|
Destination[] |
JoramAdmin.getDestinations(int serverId) |
This method creates and registers MBeans for all the destinations of
the selected server.
|
static List |
AdminModule.getDestinationsList() |
Deprecated.
|
static List |
AdminModule.getDestinationsList(int serverId) |
Deprecated.
|
Queue |
User.getDMQ() |
Monitoring method returning the dead message queue of this user,
null if not set.
|
String |
User.getDMQId() |
Monitoring method returning the dead message queue id of this user,
null if not set.
|
String |
UserMBean.getDMQId() |
Returns the dead message queue Id for this user, null if not set.
|
String[] |
AdminItf.getDomainNames(int serverId) |
Returns the list of the domain names that contains the specified server.
|
static String[] |
AdminModule.getDomainNames(int serverId) |
Returns the list of the domain names that contains the specified server.
|
String[] |
AdminWrapper.getDomainNames(int serverId) |
Returns the list of the domain names that contains the specified server.
|
String[] |
JoramAdmin.getDomainNames(int serverId) |
Returns the list of the domain names that contains the specified server.
|
String[] |
JoramAdminMBean.getDomainNames(int serverId) |
Returns the list of the domain names that contains the specified server.
|
String |
User.getInterceptorsIN() |
Get interceptors.
|
String |
UserMBean.getInterceptorsIN() |
get interceptors.
|
String |
User.getInterceptorsOUT() |
Get interceptors.
|
String |
UserMBean.getInterceptorsOUT() |
get interceptors.
|
Hashtable |
AdminItf.getJMXAttribute(int serverId,
String attname) |
Returns JMX attribute value for the specified server.
|
Hashtable |
AdminItf.getJMXAttribute(String attname) |
Returns JMX attribute value for the local server.
|
static Hashtable |
AdminModule.getJMXAttribute(int serverId,
String attname) |
Returns JMX attribute value for the specified server.
|
static Hashtable |
AdminModule.getJMXAttribute(String attname) |
Returns JMX attribute value for the local server.
|
Hashtable |
AdminWrapper.getJMXAttribute(int serverId,
String attname) |
Returns JMX attribute value for the specified server.
|
Hashtable |
AdminWrapper.getJMXAttribute(String attname) |
Returns JMX attribute value for the local server.
|
Hashtable |
JoramAdmin.getJMXAttribute(int serverId,
String attname) |
|
Hashtable |
JoramAdmin.getJMXAttribute(String attname) |
|
void |
JoramAdmin.getLocalDestinations() |
This method creates and registers MBeans for all the destinations on
the local server.
|
void |
JoramAdminMBean.getLocalDestinations() |
This method creates and registers MBeans for all the destinations on
the local server.
|
String |
AdminItf.getLocalHost() |
Returns the host name of the server the module is connected to.
|
String |
AdminWrapper.getLocalHost() |
Returns the host name of the server the module is connected to.
|
String |
JoramAdmin.getLocalHost() |
|
String |
AdminItf.getLocalName() |
Returns the name of the server the module is connected to.
|
String |
AdminWrapper.getLocalName() |
Returns the name of the server the module is connected to.
|
String |
JoramAdmin.getLocalName() |
|
Server |
AdminItf.getLocalServer() |
Returns the information about the current server: unique identifier, symbolic name and hostname.
|
static Server |
AdminModule.getLocalServer() |
|
Server |
AdminWrapper.getLocalServer() |
Returns the information about the current server: unique identifier, symbolic name and hostname.
|
Server |
JoramAdmin.getLocalServer() |
|
int |
AdminItf.getLocalServerId() |
Returns the identifier of the server the module is connected to.
|
static int |
AdminModule.getLocalServerId() |
Returns the identifier of the server the module is connected to.
|
int |
AdminWrapper.getLocalServerId() |
Returns the identifier of the server the module is connected to.
|
int |
JoramAdmin.getLocalServerId() |
|
void |
JoramAdmin.getLocalUsers() |
|
void |
JoramAdminMBean.getLocalUsers() |
This method creates and registers MBeans for all the users on
the local server.
|
Message |
User.getMessage(String subName,
String msgId) |
Returns a copy of a message of the subscription.
|
String |
User.getMessageDigest(String subName,
String msgId) |
|
String |
UserMBean.getMessageDigest(String subName,
String msgId) |
|
Properties |
User.getMessageHeader(String subName,
String msgId) |
|
Properties |
UserMBean.getMessageHeader(String subName,
String msgId) |
|
String[] |
User.getMessageIds(String subName) |
|
String[] |
UserMBean.getMessageIds(String subName) |
|
Properties |
User.getMessageProperties(String subName,
String msgId) |
|
Properties |
UserMBean.getMessageProperties(String subName,
String msgId) |
|
int |
User.getNbMaxMsg(String subName) |
Monitoring method returning the nbMaxMsg of this subscription, -1 if no limit.
|
int |
UserMBean.getNbMaxMsg(String subName) |
|
Server[] |
AdminItf.getServers() |
Returns the list of the platform's servers' descriptions.
|
Server[] |
AdminItf.getServers(String domain) |
Returns the list of the servers' that belong to the specified domain.
|
static Server[] |
AdminModule.getServers() |
|
static Server[] |
AdminModule.getServers(String domain) |
Returns the list of the servers' that belong to the specified domain
|
Server[] |
AdminWrapper.getServers() |
Returns the list of the platform's servers' identifiers.
|
Server[] |
AdminWrapper.getServers(String domain) |
Returns the list of the servers' that belong to the specified domain.
|
Server[] |
JoramAdmin.getServers() |
|
Server[] |
JoramAdmin.getServers(String domain) |
|
int[] |
AdminItf.getServersIds() |
Returns the list of the platform's servers' identifiers.
|
int[] |
AdminItf.getServersIds(String domain) |
Returns the list of the servers' identifiers that belong to the specified domain
|
static List |
AdminModule.getServersIds() |
Deprecated.
|
static List |
AdminModule.getServersIds(String domain) |
Deprecated.
|
int[] |
AdminWrapper.getServersIds() |
Returns the list of the platform's servers' identifiers.
|
int[] |
AdminWrapper.getServersIds(String domain) |
Returns the list of the servers' identifiers that belong to the specified domain
|
int[] |
JoramAdmin.getServersIds() |
Returns the list of the platform's servers' identifiers.
|
int[] |
JoramAdmin.getServersIds(String domain) |
Returns the list of the servers' identifiers that belong to the specified domain
|
int[] |
JoramAdminMBean.getServersIds() |
Returns the list of the platform's servers' identifiers.
|
int[] |
JoramAdminMBean.getServersIds(String domain) |
Returns the list of the servers' identifiers that belong to the specified domain
|
String[] |
AdminItf.getServersNames() |
Returns the list of the platform's servers' names.
|
String[] |
AdminItf.getServersNames(String domain) |
Returns the list of the servers' names that belong to the specified domain
|
String[] |
AdminWrapper.getServersNames() |
Returns the list of the platform's servers' names.
|
String[] |
AdminWrapper.getServersNames(String domain) |
Returns the list of the servers' names that belong to the specified domain
|
String[] |
JoramAdmin.getServersNames() |
|
String[] |
JoramAdmin.getServersNames(String domain) |
|
Hashtable |
AdminItf.getStatistics() |
Returns statistics for the local server.
|
Hashtable |
AdminItf.getStatistics(int serverId) |
Returns statistics for the the specified server.
|
static Hashtable |
AdminModule.getStatistics() |
Returns statistics for the local server.
|
static Hashtable |
AdminModule.getStatistics(int serverId) |
Returns statistics for the the specified server.
|
Hashtable |
AdminWrapper.getStatistics() |
Returns statistics for the local server.
|
Hashtable |
AdminWrapper.getStatistics(int serverId) |
Returns statistics for the specified server.
|
Hashtable |
JoramAdmin.getStatistics() |
|
Hashtable |
JoramAdmin.getStatistics(int serverId) |
|
Subscription |
User.getSubscription(String subName) |
Returns a subscription.
|
Subscription |
UserMBean.getSubscription(String subName) |
|
List<String> |
User.getSubscriptionList() |
used by MBean jmx
|
Subscription[] |
User.getSubscriptions() |
Returns the subscriptions owned by a user.
|
Subscription[] |
UserMBean.getSubscriptions() |
Returns the subscriptions owned by a user.
|
String |
User.getSubscriptionString(String subName) |
used by MBean jmx
|
String |
UserMBean.getSubscriptionString(String subName) |
Returns a subscription.
|
int |
User.getThreshold() |
Returns the threshold for this user, -1 if not set.
|
int |
User.getThreshold(String subname) |
Returns the threshold for a particular subscription of this user,
-1 if not set.
|
int |
UserMBean.getThreshold() |
Returns the threshold for this user, -1 if not set.
|
User[] |
AdminItf.getUsers() |
Returns the list of all users that exist on the local server.
|
User[] |
AdminItf.getUsers(int serverId) |
Returns the list of all users that exist on a given server.
|
static User[] |
AdminModule.getUsers() |
Returns the list of all users that exist on the local server, or null if none exist.
|
static User[] |
AdminModule.getUsers(int serverId) |
Returns the list of all users that exist on a given server, or null if none exist.
|
User[] |
AdminWrapper.getUsers() |
Returns the list of all users that exist on the local server.
|
User[] |
AdminWrapper.getUsers(int serverId) |
Returns the list of all users that exist on a given server.
|
User[] |
JoramAdmin.getUsers() |
This method creates and registers MBeans for all the users on
the local server.
|
User[] |
JoramAdmin.getUsers(int serverId) |
This method creates and registers MBeans for all the users of
the selected server.
|
static List |
AdminModule.getUsersList() |
Deprecated.
|
static List |
AdminModule.getUsersList(int serverId) |
Deprecated.
|
String |
AdminItf.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args) |
Invokes the specified static method with the specified parameters on the
chosen server.
|
static String |
AdminModule.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args) |
Invokes the specified static method with the specified parameters on the
chosen server.
|
static String |
AdminModule.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args,
boolean async) |
Invokes the specified static method with the specified parameters on the
chosen server.
|
static String |
AdminModule.invokeStaticServerMethod(String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args) |
Invokes the specified static method with the specified parameters on the
local server.
|
static String |
AdminModule.invokeStaticServerMethod(String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args,
boolean async) |
Invokes the specified static method with the specified parameters on the
local server.
|
String |
AdminWrapper.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args) |
Invokes the specified static method with the specified parameters on the
chosen server.
|
String |
AdminWrapper.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args,
boolean async) |
Invokes the specified static method with the specified parameters on the
chosen server.
|
String |
JoramAdmin.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args) |
|
String |
JoramAdmin.invokeStaticServerMethod(int serverId,
String className,
String methodName,
Class<?>[] parameterTypes,
Object[] args,
boolean async) |
|
static void |
AdminHelper.leaveQueueCluster(Queue clusterQueue,
Queue leaveQueue) |
Deprecated.
|
static org.objectweb.joram.shared.admin.AdminReply |
AdminHelper.listQueueCluster(Queue clusterQueue) |
Deprecated.
|
org.objectweb.joram.shared.admin.AdminReply |
AdminItf.processAdmin(String targetId,
int command,
Properties prop) |
The method send the admin JMS message on JORAM server (AdminTopic).
|
static org.objectweb.joram.shared.admin.AdminReply |
AdminModule.processAdmin(String targetId,
int command,
Properties prop) |
The method send the admin JMS message on JORAM server (AdminTopic).
|
org.objectweb.joram.shared.admin.AdminReply |
AdminWrapper.processAdmin(String targetId,
int command,
Properties prop) |
The method send the admin JMS message on JORAM server (AdminTopic).
|
org.objectweb.joram.shared.admin.AdminReply |
JoramAdmin.processAdmin(String targetId,
int command,
Properties prop) |
The method send the admin JMS message on JORAM server (AdminTopic).
|
org.objectweb.joram.shared.admin.AdminReply |
JoramAdminMBean.processAdmin(String targetId,
int command,
Properties prop) |
The method send the admin JMS message on JORAM server (AdminTopic).
|
void |
JoramAdmin.queueCreate(int serverId,
String name) |
|
void |
JoramAdmin.queueCreate(String name) |
|
void |
JoramAdminMBean.queueCreate(int serverId,
String name) |
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding Queue instance.
|
void |
JoramAdminMBean.queueCreate(String name) |
Creates or retrieves a queue destination on the underlying JORAM server,
(re)binds the corresponding Queue instance.
|
Message |
User.readMessage(String subName,
String msgId) |
Deprecated.
|
void |
AdminItf.removeDomain(String domain) |
Removes a domain from the platform.
|
static void |
AdminModule.removeDomain(String domain) |
Removes a domain from the platform.
|
void |
AdminWrapper.removeDomain(String domain) |
Removes a domain from the platform.
|
void |
JoramAdmin.removeDomain(String domain) |
Removes a domain from the platform.
|
void |
JoramAdminMBean.removeDomain(String domain) |
Removes a domain from the platform.
|
void |
User.removeInterceptorsIN(String interceptors) |
Remove interceptors
|
void |
UserMBean.removeInterceptorsIN(String interceptors) |
remove interceptors
|
void |
User.removeInterceptorsOUT(String interceptors) |
Remove interceptors
|
void |
UserMBean.removeInterceptorsOUT(String interceptors) |
remove interceptors
|
void |
AdminItf.removeServer(int sid) |
Removes a server from the platform.
|
static void |
AdminModule.removeServer(int sid) |
Removes a server from the platform.
|
void |
AdminWrapper.removeServer(int sid) |
Removes a server from the platform.
|
void |
JoramAdmin.removeServer(int sid) |
Removes a server from the platform.
|
void |
JoramAdminMBean.removeServer(int sid) |
Removes a server from the platform.
|
void |
User.replaceInterceptorIN(String newInterceptor,
String oldInterceptor) |
Replace interceptor IN
|
void |
User.replaceInterceptorIN(String newInterceptor,
String oldInterceptor,
Properties properties) |
Replace interceptor IN
|
void |
User.replaceInterceptorOUT(String newInterceptor,
String oldInterceptor) |
Replace interceptor OUT
|
void |
User.replaceInterceptorOUT(String newInterceptor,
String oldInterceptor,
Properties properties) |
Replace interceptor OUT
|
org.objectweb.joram.shared.admin.AdminReply |
AdminRequestor.request(org.objectweb.joram.shared.admin.AdminRequest request) |
Sends an administration request and waits for a reply.
|
static void |
AdminHelper.setClusterLink(Topic clusterTopic,
Topic joiningTopic) |
Deprecated.
|
void |
AdminItf.setDefaultDMQ(int serverId,
Queue dmq) |
Sets a given dead message queue as the default DMQ for a given server
(null for unsetting previous DMQ).
|
void |
AdminItf.setDefaultDMQ(Queue dmq) |
Sets a given dead message queue as the default DMQ for the local server
(null for unsetting previous DMQ).
|
static void |
AdminModule.setDefaultDMQ(int serverId,
Queue dmq) |
Sets a given dead message queue as the default DMQ for a given server
(null for unsetting previous DMQ).
|
static void |
AdminModule.setDefaultDMQ(Queue dmq) |
Sets a given dead message queue as the default DMQ for the local server
(null for unsetting previous DMQ).
|
void |
AdminWrapper.setDefaultDMQ(int serverId,
Queue dmq) |
Sets a given dead message queue as the default DMQ for a given server
(null for unsetting previous DMQ).
|
void |
AdminWrapper.setDefaultDMQ(Queue dmq) |
Sets a given dead message queue as the default DMQ for the local server
(null for unsetting previous DMQ).
|
void |
JoramAdmin.setDefaultDMQ(int serverId,
Queue dmq) |
|
void |
JoramAdmin.setDefaultDMQ(Queue dmq) |
|
void |
AdminItf.setDefaultDMQId(int serverId,
String dmqId) |
Sets a given dead message queue as the default DMQ for a given server
(null for unsetting previous DMQ).
|
void |
AdminItf.setDefaultDMQId(String dmqId) |
Sets a given dead message queue as the default DMQ for the local server
(null for unsetting previous DMQ).
|
static void |
AdminModule.setDefaultDMQId(int serverId,
String dmqId) |
Sets a given dead message queue as the default DMQ for a given server
(null for unsetting previous DMQ).
|
static void |
AdminModule.setDefaultDMQId(String dmqId) |
Sets a given dead message queue as the default DMQ for the local server
(null for unsetting previous DMQ).
|
void |
AdminWrapper.setDefaultDMQId(int serverId,
String dmqId) |
Sets a given dead message queue as the default DMQ for a given server
(null for unsetting previous DMQ).
|
void |
AdminWrapper.setDefaultDMQId(String dmqId) |
Sets a given dead message queue as the default DMQ for the local server
(null for unsetting previous DMQ).
|
void |
JoramAdmin.setDefaultDMQId(int serverId,
String dmqId) |
Sets a given dead message queue as the default DMQ for a given server
(null for unsetting previous DMQ).
|
void |
JoramAdmin.setDefaultDMQId(String dmqId) |
Sets a given dead message queue as the default DMQ for the local server
(null for unsetting previous DMQ).
|
void |
JoramAdminMBean.setDefaultDMQId(int serverId,
String dmqId) |
Sets a given dead message queue as the default DMQ for a given server
(null for unsetting previous DMQ).
|
void |
JoramAdminMBean.setDefaultDMQId(String dmqId) |
Sets a given dead message queue as the default DMQ for the local server
(null for unsetting previous DMQ).
|
void |
AdminItf.setDefaultThreshold(int threshold) |
Sets a given value as the default threshold for the local server (-1 for
unsetting previous value).
|
void |
AdminItf.setDefaultThreshold(int serverId,
int threshold) |
Sets a given value as the default threshold for a given server (-1 for
unsetting previous value).
|
static void |
AdminModule.setDefaultThreshold(int threshold) |
Sets a given value as the default threshold for the local server (-1 for
unsetting previous value).
|
static void |
AdminModule.setDefaultThreshold(int serverId,
int threshold) |
Sets a given value as the default threshold for a given server (-1 for
unsetting previous value).
|
void |
AdminWrapper.setDefaultThreshold(int threshold) |
Sets a given value as the default threshold for the local server (-1 for
unsetting previous value).
|
void |
AdminWrapper.setDefaultThreshold(int serverId,
int threshold) |
Sets a given value as the default threshold for a given server (-1 for
unsetting previous value).
|
void |
JoramAdmin.setDefaultThreshold(int threshold) |
Sets a given value as the default threshold for the local server (-1 for
unsetting previous value).
|
void |
JoramAdmin.setDefaultThreshold(int serverId,
int threshold) |
Sets a given value as the default threshold for a given server (-1 for
unsetting previous value).
|
void |
JoramAdminMBean.setDefaultThreshold(int threshold) |
Sets a given value as the default threshold for the local server (-1 for
unsetting previous value).
|
void |
JoramAdminMBean.setDefaultThreshold(int serverId,
int threshold) |
Sets a given value as the default threshold for a given server (-1 for
unsetting previous value).
|
void |
User.setDMQ(Queue dmq) |
Admin method setting a given dead message queue for this user.
|
void |
User.setDMQId(String dmqId) |
Admin method setting a given dead message queue for this user.
|
void |
UserMBean.setDMQId(String dmqId) |
Admin method setting a given dead message queue Id for this user.
|
void |
ClusterDestination.setFreeReading() |
|
void |
ClusterDestination.setFreeWriting() |
|
static void |
AdminHelper.setHierarchicalLink(Topic father,
Topic son) |
Deprecated.
|
void |
User.setNbMaxMsg(String subName,
int nbMaxMsg) |
Admin method setting nbMaxMsg for this subscription.
|
void |
UserMBean.setNbMaxMsg(String subName,
int nbMaxMsg) |
|
static void |
AdminHelper.setQueueCluster(Destination clusterQueue,
Queue joiningQueue) |
Deprecated.
|
static void |
AdminHelper.setQueueCluster(Queue clusterQueue,
Queue joiningQueue) |
Deprecated.
|
void |
ClusterDestination.setReader(User user) |
|
void |
User.setRedeliveryDelay(int redeliveryDelay) |
Set redeliveryDelay attribute.
|
void |
User.setThreshold(int threshold) |
Admin method setting a given value as the threshold for this user.
|
void |
User.setThreshold(String subname,
int threshold) |
Admin method setting a given value as the threshold for a particular
subscription of this user.
|
void |
UserMBean.setThreshold(int thresh) |
Admin method setting a given value as the threshold for this user.
|
void |
ClusterDestination.setWriter(User user) |
|
void |
AdminItf.stopServer() |
Stops the platform local server.
|
void |
AdminItf.stopServer(int serverId) |
Stops a given server of the platform.
|
static void |
AdminModule.stopServer() |
Stops the platform local server.
|
static void |
AdminModule.stopServer(int serverId) |
Stops a given server of the platform.
|
void |
AdminWrapper.stopServer() |
Stops the platform local server.
|
void |
AdminWrapper.stopServer(int serverId) |
Stops a given server of the platform.
|
void |
JoramAdmin.stopServer() |
Stops the platform local server.
|
void |
JoramAdmin.stopServer(int serverId) |
Stops a given server of the platform.
|
void |
JoramAdminMBean.stopServer() |
Stops the platform local server.
|
void |
JoramAdminMBean.stopServer(int serverId) |
Stops a given server of the platform.
|
private void |
AdminRequestor.throwException(org.objectweb.joram.shared.admin.AdminReply reply) |
Throws an exception corresponding to the error code of the reply if needed.
|
void |
JoramAdmin.topicCreate(int serverId,
String name) |
|
void |
JoramAdmin.topicCreate(String name) |
|
void |
JoramAdminMBean.topicCreate(int serverId,
String name) |
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding Topic instance.
|
void |
JoramAdminMBean.topicCreate(String name) |
Creates or retrieves a topic destination on the underlying JORAM server,
(re)binds the corresponding Topic instance.
|
static void |
AdminHelper.unsetClusterLink(Topic topic) |
Deprecated.
|
static void |
AdminHelper.unsetHierarchicalLink(Topic topic) |
Deprecated.
|
void |
User.update(String newName,
String newPassword) |
Admin method updating this user identification.
|
void |
User.update(String newName,
String newPassword,
String identityClassName) |
Admin method updating this user identification.
|
void |
JoramAdmin.userCreate(String name,
String password) |
|
void |
JoramAdmin.userCreate(String name,
String password,
int serverId) |
|
void |
JoramAdmin.userCreate(String name,
String password,
int serverId,
String identityClass) |
|
void |
JoramAdmin.userCreate(String name,
String password,
String identityClass) |
|
void |
JoramAdminMBean.userCreate(String name,
String password) |
Creates or retrieves a user on the underlying JORAM server.
|
void |
JoramAdminMBean.userCreate(String name,
String password,
int serverId) |
Creates or retrieves a user on the given JORAM server.
|
void |
JoramAdminMBean.userCreate(String name,
String password,
int serverId,
String identityClass) |
Creates or retrieves a user on the underlying JORAM server.
|
void |
JoramAdminMBean.userCreate(String name,
String password,
String identityClass) |
Creates or retrieves a user on the underlying JORAM server.
|