Class EjbInvocation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.java.JavaInvocation
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.java.EjbInvocation
-
- All Implemented Interfaces:
java.io.Serializable,NamespaceUriAware,N2oArgumentsInvocation,N2oInvocation
@Deprecated public class EjbInvocation extends JavaInvocation
Deprecated.Параметры для вызова методов ejb бинов- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EjbInvocation()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetApplication()Deprecated.java.lang.StringgetBeanId()Deprecated.java.lang.StringgetDistinct()Deprecated.java.lang.StringgetModule()Deprecated.java.lang.StringgetProtocol()Deprecated.java.lang.BooleangetStatefull()Deprecated.java.lang.StringgetUri()Deprecated.voidsetApplication(java.lang.String application)Deprecated.voidsetBeanId(java.lang.String beanId)Deprecated.voidsetDistinct(java.lang.String distinct)Deprecated.voidsetModule(java.lang.String module)Deprecated.voidsetProtocol(java.lang.String protocol)Deprecated.voidsetStatefull(java.lang.Boolean statefull)Deprecated.voidsetUri(java.lang.String uri)Deprecated.-
Methods inherited from class net.n2oapp.framework.api.metadata.global.dao.invocation.java.JavaInvocation
getArguments, getClassName, getMethodName, getNamespaceUri, setArguments, setClassName, setMethodName, setNamespaceUri
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
getBeanId
public java.lang.String getBeanId()
Deprecated.
-
setBeanId
public void setBeanId(java.lang.String beanId)
Deprecated.
-
getUri
public java.lang.String getUri()
Deprecated.
-
setUri
public void setUri(java.lang.String uri)
Deprecated.
-
getProtocol
public java.lang.String getProtocol()
Deprecated.
-
setProtocol
public void setProtocol(java.lang.String protocol)
Deprecated.
-
getApplication
public java.lang.String getApplication()
Deprecated.
-
setApplication
public void setApplication(java.lang.String application)
Deprecated.
-
getDistinct
public java.lang.String getDistinct()
Deprecated.
-
setDistinct
public void setDistinct(java.lang.String distinct)
Deprecated.
-
getStatefull
public java.lang.Boolean getStatefull()
Deprecated.
-
setStatefull
public void setStatefull(java.lang.Boolean statefull)
Deprecated.
-
getModule
public java.lang.String getModule()
Deprecated.
-
setModule
public void setModule(java.lang.String module)
Deprecated.
-
-