Package system.servicemodel.dispatcher
Class DispatchRuntime
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.dispatcher.DispatchRuntime
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DispatchRuntime extends NetObject
The base .NET class managing System.ServiceModel.Dispatcher.DispatchRuntime, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.ServiceModelstatic java.lang.String
className
Qualified class name: System.ServiceModel.Dispatcher.DispatchRuntimestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DispatchRuntime()
DispatchRuntime(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.ServiceModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ServiceModel.Dispatcher.DispatchRuntime- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DispatchRuntime cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDispatchRuntime
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DispatchRuntime
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getAutomaticInputSessionShutdown
public boolean getAutomaticInputSessionShutdown() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutomaticInputSessionShutdown
public void setAutomaticInputSessionShutdown(boolean AutomaticInputSessionShutdown) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getEnsureOrderedDispatch
public boolean getEnsureOrderedDispatch() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEnsureOrderedDispatch
public void setEnsureOrderedDispatch(boolean EnsureOrderedDispatch) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getIgnoreTransactionMessageProperty
public boolean getIgnoreTransactionMessageProperty() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIgnoreTransactionMessageProperty
public void setIgnoreTransactionMessageProperty(boolean IgnoreTransactionMessageProperty) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getImpersonateCallerForAllOperations
public boolean getImpersonateCallerForAllOperations() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImpersonateCallerForAllOperations
public void setImpersonateCallerForAllOperations(boolean ImpersonateCallerForAllOperations) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getImpersonateOnSerializingReply
public boolean getImpersonateOnSerializingReply() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImpersonateOnSerializingReply
public void setImpersonateOnSerializingReply(boolean ImpersonateOnSerializingReply) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getPreserveMessage
public boolean getPreserveMessage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPreserveMessage
public void setPreserveMessage(boolean PreserveMessage) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getReleaseServiceInstanceOnTransactionComplete
public boolean getReleaseServiceInstanceOnTransactionComplete() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReleaseServiceInstanceOnTransactionComplete
public void setReleaseServiceInstanceOnTransactionComplete(boolean ReleaseServiceInstanceOnTransactionComplete) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getSuppressAuditFailure
public boolean getSuppressAuditFailure() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSuppressAuditFailure
public void setSuppressAuditFailure(boolean SuppressAuditFailure) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getTransactionAutoCompleteOnSessionClose
public boolean getTransactionAutoCompleteOnSessionClose() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTransactionAutoCompleteOnSessionClose
public void setTransactionAutoCompleteOnSessionClose(boolean TransactionAutoCompleteOnSessionClose) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getValidateMustUnderstand
public boolean getValidateMustUnderstand() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidateMustUnderstand
public void setValidateMustUnderstand(boolean ValidateMustUnderstand) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getMessageAuthenticationAuditLevel
public AuditLevel getMessageAuthenticationAuditLevel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMessageAuthenticationAuditLevel
public void setMessageAuthenticationAuditLevel(AuditLevel MessageAuthenticationAuditLevel) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getServiceAuthorizationAuditLevel
public AuditLevel getServiceAuthorizationAuditLevel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setServiceAuthorizationAuditLevel
public void setServiceAuthorizationAuditLevel(AuditLevel ServiceAuthorizationAuditLevel) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getSecurityAuditLogLocation
public AuditLogLocation getSecurityAuditLogLocation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSecurityAuditLogLocation
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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
IndexOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
-
getConcurrencyMode
public ConcurrencyMode getConcurrencyMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConcurrencyMode
public void setConcurrencyMode(ConcurrencyMode ConcurrencyMode) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getPrincipalPermissionMode
public PrincipalPermissionMode getPrincipalPermissionMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPrincipalPermissionMode
public void setPrincipalPermissionMode(PrincipalPermissionMode PrincipalPermissionMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, OverflowException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
NotSupportedException
InvalidOperationException
IndexOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
OverflowException
OutOfMemoryException
-
getChannelDispatcher
public ChannelDispatcher getChannelDispatcher() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCallbackClientRuntime
public ClientRuntime getCallbackClientRuntime() throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
OutOfMemoryException
ArgumentOutOfRangeException
-
getUnhandledDispatchOperation
public DispatchOperation getUnhandledDispatchOperation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUnhandledDispatchOperation
public void setUnhandledDispatchOperation(DispatchOperation UnhandledDispatchOperation) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getEndpointDispatcher
public EndpointDispatcher getEndpointDispatcher() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOperationSelector
public IDispatchOperationSelector getOperationSelector() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOperationSelector
public void setOperationSelector(IDispatchOperationSelector OperationSelector) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getInstanceContextProvider
public IInstanceContextProvider getInstanceContextProvider() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInstanceContextProvider
public void setInstanceContextProvider(IInstanceContextProvider InstanceContextProvider) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getInstanceProvider
public IInstanceProvider getInstanceProvider() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInstanceProvider
public void setInstanceProvider(IInstanceProvider InstanceProvider) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getSingletonInstanceContext
public InstanceContext getSingletonInstanceContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSingletonInstanceContext
public void setSingletonInstanceContext(InstanceContext SingletonInstanceContext) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getServiceAuthenticationManager
public ServiceAuthenticationManager getServiceAuthenticationManager() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setServiceAuthenticationManager
public void setServiceAuthenticationManager(ServiceAuthenticationManager ServiceAuthenticationManager) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getServiceAuthorizationManager
public ServiceAuthorizationManager getServiceAuthorizationManager() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setServiceAuthorizationManager
public void setServiceAuthorizationManager(ServiceAuthorizationManager ServiceAuthorizationManager) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getSynchronizationContext
public SynchronizationContext getSynchronizationContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSynchronizationContext
public void setSynchronizationContext(SynchronizationContext SynchronizationContext) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getType
public NetType getType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setType
public void setType(NetType Type) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getRoleProvider
public RoleProvider getRoleProvider() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRoleProvider
public void setRoleProvider(RoleProvider RoleProvider) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
-