|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.application.deploy.enterprise.MethodDeploymentDescriptor
public class MethodDeploymentDescriptor
MethodDeploymentDescriptor
| Constructor Summary | |
|---|---|
MethodDeploymentDescriptor(String methodIntf,
String methodName,
List methodParams)
Constructor |
|
| Method Summary | |
|---|---|
String |
getMethodIntf()
The method-intf element allows a method element to differentiate between the methods with the same name and signature that are multiply defined across the home and component interfaces (e.g., in both an enterprise bean's remote and local interfaces, or in both an enterprise bean's home and remote interfaces, etc.) |
String |
getMethodName()
The method-name element contains a name of an enterprise bean method, or the asterisk (*) character. |
List |
getMethodParams()
The method-params element contains a list of the fully-qualified Java type names of the method parameters.^ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodDeploymentDescriptor(String methodIntf,
String methodName,
List methodParams)
| Method Detail |
|---|
public String getMethodIntf()
Deployment.MethodThe method-intf element must be one of the following:
getMethodIntf in interface Deployment.Methodpublic String getMethodName()
Deployment.Method
getMethodName in interface Deployment.Methodpublic List getMethodParams()
Deployment.Method
getMethodParams in interface Deployment.Method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||