Package | Description |
---|---|
org.objectweb.joram.mom.dest |
The
org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. |
Modifier and Type | Field and Description |
---|---|
private Map<String,AdminTopic.DestinationDesc> |
AdminTopic.destinationsTable
Table holding the local server's destinations names.
|
Modifier and Type | Method and Description |
---|---|
private AdminTopic.DestinationDesc |
AdminTopic.createDestination(String destName,
AgentId adminId,
Properties properties,
byte type,
String className,
String requestClassName,
StringBuffer strbuf)
Instantiating the destination class or retrieving the destination.
|
static AdminTopic.DestinationDesc |
AdminTopic.createDestinationAndSave(String destName,
AgentId adminId,
Properties properties,
byte type,
String className,
String requestClassName,
StringBuffer strbuf)
Deprecated.
|
static AdminTopic.DestinationDesc |
AdminTopic.lookupDest(String name,
byte type)
Retrieves an existing destination.
|
static AdminTopic.DestinationDesc |
AdminTopic.reverseLookupDest(String agentId,
byte type)
Retrieves an existing destination.
|
Copyright © 2022 ScalAgent D.T.. All rights reserved.