public class DispatchRuntime extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Dispatcher.DispatchRuntime
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.DispatchRuntime
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DispatchRuntime() |
DispatchRuntime(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DispatchRuntime()
throws java.lang.Throwable
java.lang.Throwablepublic DispatchRuntime(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DispatchRuntime cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DispatchRuntime, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDispatchRuntime instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAutomaticInputSessionShutdown()
throws java.lang.Throwable
java.lang.Throwablepublic ClientRuntime getCallbackClientRuntime() throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionpublic ChannelDispatcher getChannelDispatcher() throws java.lang.Throwable
java.lang.Throwablepublic ConcurrencyMode getConcurrencyMode() throws java.lang.Throwable
java.lang.Throwablepublic EndpointDispatcher getEndpointDispatcher() throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnsureOrderedDispatch()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIgnoreTransactionMessageProperty()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getImpersonateCallerForAllOperations()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getImpersonateOnSerializingReply()
throws java.lang.Throwable
java.lang.Throwablepublic IInstanceContextProvider getInstanceContextProvider() throws java.lang.Throwable
java.lang.Throwablepublic IInstanceProvider getInstanceProvider() 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 AuditLevel getMessageAuthenticationAuditLevel() throws java.lang.Throwable
java.lang.Throwablepublic IDispatchOperationSelector getOperationSelector() throws java.lang.Throwable
java.lang.Throwablepublic boolean getPreserveMessage()
throws java.lang.Throwable
java.lang.Throwablepublic PrincipalPermissionMode getPrincipalPermissionMode() throws java.lang.Throwable
java.lang.Throwablepublic boolean getReleaseServiceInstanceOnTransactionComplete()
throws java.lang.Throwable
java.lang.Throwablepublic RoleProvider getRoleProvider() throws java.lang.Throwable
java.lang.Throwablepublic AuditLogLocation getSecurityAuditLogLocation() throws java.lang.Throwable
java.lang.Throwablepublic ServiceAuthenticationManager getServiceAuthenticationManager() throws java.lang.Throwable
java.lang.Throwablepublic AuditLevel getServiceAuthorizationAuditLevel() throws java.lang.Throwable
java.lang.Throwablepublic ServiceAuthorizationManager getServiceAuthorizationManager() throws java.lang.Throwable
java.lang.Throwablepublic InstanceContext getSingletonInstanceContext() throws java.lang.Throwable
java.lang.Throwablepublic boolean getSuppressAuditFailure()
throws java.lang.Throwable
java.lang.Throwablepublic SynchronizationContext getSynchronizationContext() throws java.lang.Throwable
java.lang.Throwablepublic boolean getTransactionAutoCompleteOnSessionClose()
throws java.lang.Throwable
java.lang.Throwablepublic NetType getType() throws java.lang.Throwable
java.lang.Throwablepublic DispatchOperation getUnhandledDispatchOperation() throws java.lang.Throwable
java.lang.Throwablepublic boolean getValidateMustUnderstand()
throws java.lang.Throwable
java.lang.Throwablepublic void setAutomaticInputSessionShutdown(boolean AutomaticInputSessionShutdown)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setConcurrencyMode(ConcurrencyMode ConcurrencyMode) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setEnsureOrderedDispatch(boolean EnsureOrderedDispatch)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setIgnoreTransactionMessageProperty(boolean IgnoreTransactionMessageProperty)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setImpersonateCallerForAllOperations(boolean ImpersonateCallerForAllOperations)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setImpersonateOnSerializingReply(boolean ImpersonateOnSerializingReply)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setInstanceContextProvider(IInstanceContextProvider InstanceContextProvider) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setInstanceProvider(IInstanceProvider InstanceProvider) 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 setMessageAuthenticationAuditLevel(AuditLevel MessageAuthenticationAuditLevel) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setOperationSelector(IDispatchOperationSelector OperationSelector) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setPreserveMessage(boolean PreserveMessage)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setPrincipalPermissionMode(PrincipalPermissionMode PrincipalPermissionMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionOutOfMemoryExceptionpublic void setReleaseServiceInstanceOnTransactionComplete(boolean ReleaseServiceInstanceOnTransactionComplete)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setRoleProvider(RoleProvider RoleProvider) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setSecurityAuditLogLocation(AuditLogLocation SecurityAuditLogLocation) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, IndexOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic void setServiceAuthenticationManager(ServiceAuthenticationManager ServiceAuthenticationManager) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setServiceAuthorizationAuditLevel(AuditLevel ServiceAuthorizationAuditLevel) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setServiceAuthorizationManager(ServiceAuthorizationManager ServiceAuthorizationManager) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setSingletonInstanceContext(InstanceContext SingletonInstanceContext) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setSuppressAuditFailure(boolean SuppressAuditFailure)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setSynchronizationContext(SynchronizationContext SynchronizationContext) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setTransactionAutoCompleteOnSessionClose(boolean TransactionAutoCompleteOnSessionClose)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public void setType(NetType Type) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setUnhandledDispatchOperation(DispatchOperation UnhandledDispatchOperation) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public void setValidateMustUnderstand(boolean ValidateMustUnderstand)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException