|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DestinationType | |
---|---|
org.eclipse.jst.j2ee.ejb |
Uses of DestinationType in org.eclipse.jst.j2ee.ejb |
---|
Fields in org.eclipse.jst.j2ee.ejb declared as DestinationType | |
static DestinationType |
DestinationType.QUEUE_LITERAL
The 'Queue' literal object |
static DestinationType |
DestinationType.TOPIC_LITERAL
The 'Topic' literal object |
Methods in org.eclipse.jst.j2ee.ejb that return DestinationType | |
DestinationType |
MessageDrivenDestination.getType()
|
static DestinationType |
DestinationType.get(java.lang.String literal)
Returns the 'Destination Type' literal with the specified literal value |
static DestinationType |
DestinationType.getByName(java.lang.String name)
Returns the 'Destination Type' literal with the specified name |
static DestinationType |
DestinationType.get(int value)
Returns the 'Destination Type' literal with the specified integer value |
Methods in org.eclipse.jst.j2ee.ejb with parameters of type DestinationType | |
void |
MessageDrivenDestination.setType(DestinationType value)
Sets the value of the ' Type ' attribute |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |