public class ChannelDispatcher extends ChannelDispatcherBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Dispatcher.ChannelDispatcher
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.ChannelDispatcher
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ChannelDispatcher() |
ChannelDispatcher(IChannelListener listener) |
ChannelDispatcher(IChannelListener listener,
java.lang.String bindingName) |
ChannelDispatcher(IChannelListener listener,
java.lang.String bindingName,
IDefaultCommunicationTimeouts timeouts) |
ChannelDispatcher(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelDispatcher |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ChannelDispatcher, a cast assert is made to check if types are compatible. |
void |
CloseInput() |
boolean |
getAsynchronousTransactedAcceptEnabled() |
java.lang.String |
getBindingName() |
boolean |
getIncludeExceptionDetailInFaults() |
boolean |
getIsTransactedAccept() |
boolean |
getIsTransactedReceive() |
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
|
boolean |
getManualAddressing() |
int |
getMaxPendingReceives() |
int |
getMaxTransactedBatchSize() |
MessageVersion |
getMessageVersion() |
boolean |
getReceiveContextEnabled() |
boolean |
getReceiveSynchronously() |
boolean |
getSendAsynchronously() |
ServiceThrottle |
getServiceThrottle() |
IsolationLevel |
getTransactionIsolationLevel() |
TimeSpan |
getTransactionTimeout() |
void |
setAsynchronousTransactedAcceptEnabled(boolean AsynchronousTransactedAcceptEnabled) |
void |
setIncludeExceptionDetailInFaults(boolean IncludeExceptionDetailInFaults) |
void |
setIsTransactedReceive(boolean IsTransactedReceive) |
void |
setJCOInstance(JCObject instance) |
void |
setManualAddressing(boolean ManualAddressing) |
void |
setMaxPendingReceives(int MaxPendingReceives) |
void |
setMaxTransactedBatchSize(int MaxTransactedBatchSize) |
void |
setMessageVersion(MessageVersion MessageVersion) |
void |
setReceiveContextEnabled(boolean ReceiveContextEnabled) |
void |
setReceiveSynchronously(boolean ReceiveSynchronously) |
void |
setSendAsynchronously(boolean SendAsynchronously) |
void |
setServiceThrottle(ServiceThrottle ServiceThrottle) |
void |
setTransactionIsolationLevel(IsolationLevel TransactionIsolationLevel) |
void |
setTransactionTimeout(TimeSpan TransactionTimeout) |
getHost, getListenerAbort, addClosed, addClosing, addFaulted, addOpened, addOpening, BeginClose, BeginClose, BeginOpen, BeginOpen, Close, Close, EndClose, EndOpen, getState, Open, Open, removeClosed, removeClosing, removeFaulted, removeOpened, removeOpeningpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ChannelDispatcher()
throws java.lang.Throwable
java.lang.Throwablepublic ChannelDispatcher(IChannelListener listener) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic ChannelDispatcher(IChannelListener listener, java.lang.String bindingName) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic ChannelDispatcher(IChannelListener listener, java.lang.String bindingName, IDefaultCommunicationTimeouts timeouts) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic ChannelDispatcher(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ChannelDispatcher cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ChannelDispatcher, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedChannelDispatcher instancejava.lang.Throwable - in case of error during cast operationpublic void CloseInput()
throws java.lang.Throwable
CloseInput in class ChannelDispatcherBasejava.lang.Throwablepublic boolean getAsynchronousTransactedAcceptEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getBindingName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIncludeExceptionDetailInFaults()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsTransactedAccept()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsTransactedReceive()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ChannelDispatcherBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ChannelDispatcherBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ChannelDispatcherBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ChannelDispatcherBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ChannelDispatcherBaseJCType representing the CLR Type of the instantiated Classpublic boolean getManualAddressing()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxPendingReceives()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxTransactedBatchSize()
throws java.lang.Throwable
java.lang.Throwablepublic MessageVersion getMessageVersion() throws java.lang.Throwable
java.lang.Throwablepublic boolean getReceiveContextEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getReceiveSynchronously()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSendAsynchronously()
throws java.lang.Throwable
java.lang.Throwablepublic ServiceThrottle getServiceThrottle() throws java.lang.Throwable
java.lang.Throwablepublic IsolationLevel getTransactionIsolationLevel() throws java.lang.Throwable
java.lang.Throwablepublic TimeSpan getTransactionTimeout() throws java.lang.Throwable
java.lang.Throwablepublic void setAsynchronousTransactedAcceptEnabled(boolean AsynchronousTransactedAcceptEnabled)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
KeyNotFoundException,
ConfigurationErrorsException,
OverflowException,
IndexOutOfRangeException,
OutOfMemoryException
public void setIncludeExceptionDetailInFaults(boolean IncludeExceptionDetailInFaults)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
KeyNotFoundException,
ConfigurationErrorsException,
OverflowException,
IndexOutOfRangeException,
OutOfMemoryException
public void setIsTransactedReceive(boolean IsTransactedReceive)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
KeyNotFoundException,
ConfigurationErrorsException,
OverflowException,
IndexOutOfRangeException,
OutOfMemoryException
public void setJCOInstance(JCObject instance)
setJCOInstance in class ChannelDispatcherBasepublic void setManualAddressing(boolean ManualAddressing)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
KeyNotFoundException,
ConfigurationErrorsException,
OverflowException,
IndexOutOfRangeException,
OutOfMemoryException
public void setMaxPendingReceives(int MaxPendingReceives)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
KeyNotFoundException,
ConfigurationErrorsException,
OverflowException,
IndexOutOfRangeException,
OutOfMemoryException
public void setMaxTransactedBatchSize(int MaxTransactedBatchSize)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OverflowException,
OutOfMemoryException,
KeyNotFoundException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic void setMessageVersion(MessageVersion MessageVersion) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, KeyNotFoundException, ConfigurationErrorsException, OverflowException, IndexOutOfRangeException, OutOfMemoryException
public void setReceiveContextEnabled(boolean ReceiveContextEnabled)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
KeyNotFoundException,
ConfigurationErrorsException,
OverflowException,
IndexOutOfRangeException,
OutOfMemoryException
public void setReceiveSynchronously(boolean ReceiveSynchronously)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
KeyNotFoundException,
ConfigurationErrorsException,
OverflowException,
IndexOutOfRangeException,
OutOfMemoryException
public void setSendAsynchronously(boolean SendAsynchronously)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
KeyNotFoundException,
ConfigurationErrorsException,
OverflowException,
IndexOutOfRangeException,
OutOfMemoryException
public void setServiceThrottle(ServiceThrottle ServiceThrottle) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, KeyNotFoundException, ConfigurationErrorsException, OverflowException, IndexOutOfRangeException, OutOfMemoryException
public void setTransactionIsolationLevel(IsolationLevel TransactionIsolationLevel) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic void setTransactionTimeout(TimeSpan TransactionTimeout) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OverflowException, OutOfMemoryException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionKeyNotFoundException