org.objectweb.joram.client.jms.admin
Class DeadMQueue
- javax.jms.Destination, javax.jms.Queue, javax.naming.Referenceable, java.io.Serializable, SoapObjectItf
The DeadMQueue
class allows administrators to manipulate
dead message queues.
- Serialized Form
DeadMQueue(String agentId) - Constructs a
DeadMQueue instance.
|
DeadMQueue(String agentId, String name) - Constructs a
DeadMQueue instance.
|
static Queue | create() - Admin method creating and deploying a dead message queue on the
local server.
|
static Queue | create(int serverId) - Admin method creating and deploying a dead message queue on a given
server.
|
String | toString() - Returns a String image of the queue.
|
create , create , create , create , create , create , create , decode , getPendingMessages , getPendingRequests , getQueueName , getThreshold , setThreshold , toString |
code , delete , doCreate , equals , getAdminName , getDMQ , getName , getReaders , getReference , getWriters , isFreelyReadable , isFreelyWriteable , isQueue , setDMQ , setFreeReading , setFreeWriting , setReader , setWriter , unsetFreeReading , unsetFreeWriting , unsetReader , unsetWriter |
DeadMQueue
public DeadMQueue(String agentId)
Constructs a DeadMQueue
instance.
agentId
- Identifier of the dead message queue agent.
DeadMQueue
public DeadMQueue(String agentId,
String name)
Constructs a DeadMQueue
instance.
agentId
- Identifier of the dead message queue agent.name
- Name set by administrator.
create
public static Queue create()
throws ConnectException,
AdminException
Admin method creating and deploying a dead message queue on the
local server.
The request fails if the destination deployement fails server side.
- create in interface Queue
AdminException
- If the request fails.
create
public static Queue create(int serverId)
throws ConnectException,
AdminException
Admin method creating and deploying a dead message queue on a given
server.
The request fails if the target server does not belong to the platform,
or if the destination deployement fails server side.
- create in interface Queue
serverId
- The identifier of the server where deploying the queue.
AdminException
- If the request fails.
toString
public String toString()
Returns a String image of the queue.
- toString in interface Queue
Copyright B) 2004 Scalagent - All rights reserved