| Modifier and Type | Interface and Description |
|---|---|
interface |
EjbMessageBeanDescriptor |
interface |
EjbSessionDescriptor |
| Modifier and Type | Method and Description |
|---|---|
abstract EjbDescriptor[] |
EjbBundleDescriptor.getEjbByClassName(String className) |
EjbDescriptor |
Application.getEjbByName(String ejbName)
Obtain the EJB in this application of the given display name.
|
abstract EjbDescriptor |
EjbBundleDescriptor.getEjbByName(String name) |
abstract EjbDescriptor[] |
EjbBundleDescriptor.getEjbBySEIName(String className) |
EjbDescriptor |
WebServiceEndpoint.getEjbComponentImpl() |
EjbDescriptor |
EjbReferenceDescriptor.getEjbDescriptor()
return the ejb to whoch I refer.
|
EjbDescriptor[] |
Application.getSortedEjbDescriptors()
Returns all the ejb descriptor in this application in ordered form.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<EjbDescriptor> |
Application.getEjbDescriptors()
Return the Vector of ejb deployment objects.
|
abstract Set<? extends EjbDescriptor> |
EjbBundleDescriptor.getEjbs() |
| Modifier and Type | Method and Description |
|---|---|
static NamedReferencePair |
NamedReferencePair.createEjbPair(EjbDescriptor referant,
EjbDescriptor referee) |
Vector |
MethodDescriptor.doStyleConversion(EjbDescriptor ejbDescriptor,
Collection allMethods)
Performs a conversion from the style1 style2 and style3 (no interface symbol) to
method descriptors of style3 with an interface symbol.
|
Method |
MethodDescriptor.getDeclaredMethod(EjbDescriptor ejbDescriptor) |
Method |
MethodDescriptor.getDeclaredMethod(EjbDescriptor ejbDescriptor,
Class[] javaParamClassNames) |
Collection<WebServiceEndpoint> |
WebServicesDescriptor.getEndpointsImplementedBy(EjbDescriptor ejb) |
Method |
MethodDescriptor.getMethod(EjbDescriptor ejbDescriptor) |
boolean |
WebServicesDescriptor.hasEndpointsImplementedBy(EjbDescriptor ejb) |
boolean |
WebServiceEndpoint.implementedByEjbComponent(EjbDescriptor ejb) |
void |
WebServiceEndpoint.setEjbComponentImpl(EjbDescriptor ejbComponent) |
void |
EjbReferenceDescriptor.setEjbDescriptor(EjbDescriptor ejbDescriptor)
Sets the ejb descriptor to which I refer.
|
| Constructor and Description |
|---|
EjbReferenceDescriptor(String name,
String description,
EjbDescriptor ejbDescriptor)
Construct an remote ejb reference to the given ejb descriptor
with the given name and descriptor of the reference.
|
EjbReferenceDescriptor(String name,
String description,
EjbDescriptor ejbDescriptor,
boolean isLocal)
constructs an local or remote ejb reference to the given ejb descriptor,
the description and the name of the reference
|
| Modifier and Type | Method and Description |
|---|---|
EjbDescriptor |
EjbContext.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbContext.setDescriptor(EjbDescriptor currentEjb) |
| Constructor and Description |
|---|
EjbContext(EjbDescriptor currentEjb,
Class ejbClass) |
EjbsContext(EjbDescriptor[] ejbDescs,
Class ejbClass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PermitAllHandler.processEjbMethodSecurity(Annotation authAnnoation,
MethodDescriptor md,
EjbDescriptor ejbDesc) |
protected void |
RolesAllowedHandler.processEjbMethodSecurity(Annotation authAnnotation,
MethodDescriptor md,
EjbDescriptor ejbDesc)
Add roles and permissions to given method in EjbDescriptor.
|
protected void |
DenyAllHandler.processEjbMethodSecurity(Annotation authAnnotation,
MethodDescriptor md,
EjbDescriptor ejbDesc) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebServiceEndpointRuntimeNode.writeWebServiceEndpointInfo(Node parent,
EjbDescriptor ejb)
writes all the runtime information for web service endpoints for
a given ejb
|
| Modifier and Type | Method and Description |
|---|---|
EjbDescriptor |
EjbReference.getEjbDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbReference.setEjbDescriptor(EjbDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
protected EjbDescriptor |
ComponentValidator.getEjbDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<EjbDescriptor> |
ApplicationValidator.getEjbDescriptors() |
Copyright © 2013. All Rights Reserved.