public class DispatchOperation extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Dispatcher.DispatchOperation
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Dispatcher.DispatchOperation
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DispatchOperation() |
DispatchOperation(DispatchRuntime parent,
java.lang.String name,
java.lang.String action) |
DispatchOperation(DispatchRuntime parent,
java.lang.String name,
java.lang.String action,
java.lang.String replyAction) |
DispatchOperation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DispatchOperation |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DispatchOperation, a cast assert is made to check if types are compatible. |
java.lang.String |
getAction() |
boolean |
getAutoDisposeParameters() |
boolean |
getDeserializeRequest() |
IDispatchMessageFormatter |
getFormatter() |
ImpersonationOption |
getImpersonation() |
IOperationInvoker |
getInvoker() |
boolean |
getIsInsideTransactedReceiveScope() |
boolean |
getIsOneWay() |
boolean |
getIsTerminating() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getName() |
DispatchRuntime |
getParent() |
boolean |
getReleaseInstanceAfterCall() |
boolean |
getReleaseInstanceBeforeCall() |
java.lang.String |
getReplyAction() |
boolean |
getSerializeReply() |
boolean |
getTransactionAutoComplete() |
boolean |
getTransactionRequired() |
void |
setAutoDisposeParameters(boolean AutoDisposeParameters) |
void |
setDeserializeRequest(boolean DeserializeRequest) |
void |
setFormatter(IDispatchMessageFormatter Formatter) |
void |
setImpersonation(ImpersonationOption Impersonation) |
void |
setInvoker(IOperationInvoker Invoker) |
void |
setIsInsideTransactedReceiveScope(boolean IsInsideTransactedReceiveScope) |
void |
setIsTerminating(boolean IsTerminating) |
void |
setJCOInstance(JCObject instance) |
void |
setReleaseInstanceAfterCall(boolean ReleaseInstanceAfterCall) |
void |
setReleaseInstanceBeforeCall(boolean ReleaseInstanceBeforeCall) |
void |
setSerializeReply(boolean SerializeReply) |
void |
setTransactionAutoComplete(boolean TransactionAutoComplete) |
void |
setTransactionRequired(boolean TransactionRequired) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DispatchOperation()
throws java.lang.Throwable
java.lang.Throwablepublic DispatchOperation(DispatchRuntime parent, java.lang.String name, java.lang.String action) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public DispatchOperation(DispatchRuntime parent, java.lang.String name, java.lang.String action, java.lang.String replyAction) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic DispatchOperation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DispatchOperation cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DispatchOperation, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDispatchOperation instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getAction()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAutoDisposeParameters()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getDeserializeRequest()
throws java.lang.Throwable
java.lang.Throwablepublic IDispatchMessageFormatter getFormatter() throws java.lang.Throwable
java.lang.Throwablepublic ImpersonationOption getImpersonation() throws java.lang.Throwable
java.lang.Throwablepublic IOperationInvoker getInvoker() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsInsideTransactedReceiveScope()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsOneWay()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsTerminating()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic DispatchRuntime getParent() throws java.lang.Throwable
java.lang.Throwablepublic boolean getReleaseInstanceAfterCall()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getReleaseInstanceBeforeCall()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getReplyAction()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSerializeReply()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTransactionAutoComplete()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTransactionRequired()
throws java.lang.Throwable
java.lang.Throwablepublic void setAutoDisposeParameters(boolean AutoDisposeParameters)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setDeserializeRequest(boolean DeserializeRequest)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setFormatter(IDispatchMessageFormatter Formatter) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setImpersonation(ImpersonationOption Impersonation) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setInvoker(IOperationInvoker Invoker) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setIsInsideTransactedReceiveScope(boolean IsInsideTransactedReceiveScope)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setIsTerminating(boolean IsTerminating)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setReleaseInstanceAfterCall(boolean ReleaseInstanceAfterCall)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setReleaseInstanceBeforeCall(boolean ReleaseInstanceBeforeCall)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setSerializeReply(boolean SerializeReply)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setTransactionAutoComplete(boolean TransactionAutoComplete)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setTransactionRequired(boolean TransactionRequired)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException