|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MemoryUsage | |
|---|---|
| org.apache.activemq | The core JMS client API implementation classes. |
| org.apache.activemq.command | Command objects used via the Command Pattern to communicate among nodes |
| org.apache.activemq.usage | |
| Uses of MemoryUsage in org.apache.activemq |
|---|
| Methods in org.apache.activemq with parameters of type MemoryUsage | |
|---|---|
protected void |
ActiveMQSession.send(ActiveMQMessageProducer producer,
ActiveMQDestination destination,
javax.jms.Message message,
int deliveryMode,
int priority,
long timeToLive,
MemoryUsage producerWindow,
int sendTimeout,
AsyncCallback onComplete)
Sends the message for dispatch by the broker. |
| Uses of MemoryUsage in org.apache.activemq.command |
|---|
| Methods in org.apache.activemq.command that return MemoryUsage | |
|---|---|
MemoryUsage |
Message.getMemoryUsage()
|
MemoryUsage |
Message.MessageDestination.getMemoryUsage()
|
| Methods in org.apache.activemq.command with parameters of type MemoryUsage | |
|---|---|
void |
Message.setMemoryUsage(MemoryUsage usage)
|
| Uses of MemoryUsage in org.apache.activemq.usage |
|---|
| Constructors in org.apache.activemq.usage with parameters of type MemoryUsage | |
|---|---|
MemoryUsage(MemoryUsage parent)
Create the memory manager linked to a parent. |
|
MemoryUsage(MemoryUsage parent,
String name)
|
|
MemoryUsage(MemoryUsage parent,
String name,
float portion)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||