public class ClientOperation extends ClientOperationCompatBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Dispatcher.ClientOperation
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.ClientOperation
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ClientOperation() |
ClientOperation(ClientRuntime parent,
java.lang.String name,
java.lang.String action) |
ClientOperation(ClientRuntime parent,
java.lang.String name,
java.lang.String action,
java.lang.String replyAction) |
ClientOperation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientOperation |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ClientOperation, a cast assert is made to check if types are compatible. |
java.lang.String |
getAction() |
MethodInfo |
getBeginMethod() |
boolean |
getDeserializeReply() |
MethodInfo |
getEndMethod() |
IClientMessageFormatter |
getFormatter() |
boolean |
getIsInitiating() |
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() |
ClientRuntime |
getParent() |
java.lang.String |
getReplyAction() |
boolean |
getSerializeRequest() |
MethodInfo |
getSyncMethod() |
MethodInfo |
getTaskMethod() |
NetType |
getTaskTResult() |
void |
setBeginMethod(MethodInfo BeginMethod) |
void |
setDeserializeReply(boolean DeserializeReply) |
void |
setEndMethod(MethodInfo EndMethod) |
void |
setFormatter(IClientMessageFormatter Formatter) |
void |
setIsInitiating(boolean IsInitiating) |
void |
setIsOneWay(boolean IsOneWay) |
void |
setIsTerminating(boolean IsTerminating) |
void |
setJCOInstance(JCObject instance) |
void |
setSerializeRequest(boolean SerializeRequest) |
void |
setSyncMethod(MethodInfo SyncMethod) |
void |
setTaskMethod(MethodInfo TaskMethod) |
void |
setTaskTResult(NetType TaskTResult) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ClientOperation()
throws java.lang.Throwable
java.lang.Throwablepublic ClientOperation(ClientRuntime parent, java.lang.String name, java.lang.String action) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic ClientOperation(ClientRuntime parent, java.lang.String name, java.lang.String action, java.lang.String replyAction) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public ClientOperation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ClientOperation cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ClientOperation, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedClientOperation instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getAction()
throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo getBeginMethod() throws java.lang.Throwable
java.lang.Throwablepublic boolean getDeserializeReply()
throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo getEndMethod() throws java.lang.Throwable
java.lang.Throwablepublic IClientMessageFormatter getFormatter() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsInitiating()
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 ClientOperationCompatBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ClientOperationCompatBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ClientOperationCompatBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ClientOperationCompatBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ClientOperationCompatBaseJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic ClientRuntime getParent() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getReplyAction()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSerializeRequest()
throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo getSyncMethod() throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo getTaskMethod() throws java.lang.Throwable
java.lang.Throwablepublic NetType getTaskTResult() throws java.lang.Throwable
java.lang.Throwablepublic void setBeginMethod(MethodInfo BeginMethod) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setDeserializeReply(boolean DeserializeReply)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setEndMethod(MethodInfo EndMethod) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setFormatter(IClientMessageFormatter Formatter) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setIsInitiating(boolean IsInitiating)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setIsOneWay(boolean IsOneWay)
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 ClientOperationCompatBasepublic void setSerializeRequest(boolean SerializeRequest)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setSyncMethod(MethodInfo SyncMethod) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setTaskMethod(MethodInfo TaskMethod) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setTaskTResult(NetType TaskTResult) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException