Package system.messaging
Class MessagePropertyFilter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.messaging.MessagePropertyFilter
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class MessagePropertyFilter extends NetObject
The base .NET class managing System.Messaging.MessagePropertyFilter, System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Messaging.MessagePropertyFilter
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.StringassemblyFullNameFully assembly qualified name: System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Messagingstatic java.lang.StringclassNameQualified class name: System.Messaging.MessagePropertyFilterstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description MessagePropertyFilter()MessagePropertyFilter(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessagePropertyFiltercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoMessagePropertyFilter, a cast assert is made to check if types are compatible.voidClearAll()NetObjectClone()booleangetAcknowledgeType()booleangetAcknowledgment()booleangetAdministrationQueue()booleangetAppSpecific()booleangetArrivedTime()booleangetAttachSenderId()booleangetAuthenticated()booleangetAuthenticationProviderName()booleangetAuthenticationProviderType()booleangetBody()booleangetConnectorType()booleangetCorrelationId()intgetDefaultBodySize()intgetDefaultExtensionSize()intgetDefaultLabelSize()booleangetDestinationQueue()booleangetDestinationSymmetricKey()booleangetDigitalSignature()booleangetEncryptionAlgorithm()booleangetExtension()booleangetHashAlgorithm()booleangetId()booleangetIsFirstInTransaction()booleangetIsLastInTransaction()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypebooleangetLabel()booleangetLookupId()booleangetMessageType()booleangetPriority()booleangetRecoverable()booleangetResponseQueue()booleangetSenderCertificate()booleangetSenderId()booleangetSenderVersion()booleangetSentTime()booleangetSourceMachine()booleangetTimeToBeReceived()booleangetTimeToReachQueue()booleangetTransactionId()booleangetTransactionStatusQueue()booleangetUseAuthentication()booleangetUseDeadLetterQueue()booleangetUseEncryption()booleangetUseJournalQueue()booleangetUseTracing()voidsetAcknowledgeType(boolean AcknowledgeType)voidsetAcknowledgment(boolean Acknowledgment)voidsetAdministrationQueue(boolean AdministrationQueue)voidSetAll()voidsetAppSpecific(boolean AppSpecific)voidsetArrivedTime(boolean ArrivedTime)voidsetAttachSenderId(boolean AttachSenderId)voidsetAuthenticated(boolean Authenticated)voidsetAuthenticationProviderName(boolean AuthenticationProviderName)voidsetAuthenticationProviderType(boolean AuthenticationProviderType)voidsetBody(boolean Body)voidsetConnectorType(boolean ConnectorType)voidsetCorrelationId(boolean CorrelationId)voidsetDefaultBodySize(int DefaultBodySize)voidsetDefaultExtensionSize(int DefaultExtensionSize)voidsetDefaultLabelSize(int DefaultLabelSize)voidSetDefaults()voidsetDestinationQueue(boolean DestinationQueue)voidsetDestinationSymmetricKey(boolean DestinationSymmetricKey)voidsetDigitalSignature(boolean DigitalSignature)voidsetEncryptionAlgorithm(boolean EncryptionAlgorithm)voidsetExtension(boolean Extension)voidsetHashAlgorithm(boolean HashAlgorithm)voidsetId(boolean Id)voidsetIsFirstInTransaction(boolean IsFirstInTransaction)voidsetIsLastInTransaction(boolean IsLastInTransaction)voidsetJCOInstance(JCObject instance)voidsetLabel(boolean Label)voidsetLookupId(boolean LookupId)voidsetMessageType(boolean MessageType)voidsetPriority(boolean Priority)voidsetRecoverable(boolean Recoverable)voidsetResponseQueue(boolean ResponseQueue)voidsetSenderCertificate(boolean SenderCertificate)voidsetSenderId(boolean SenderId)voidsetSenderVersion(boolean SenderVersion)voidsetSentTime(boolean SentTime)voidsetSourceMachine(boolean SourceMachine)voidsetTimeToBeReceived(boolean TimeToBeReceived)voidsetTimeToReachQueue(boolean TimeToReachQueue)voidsetTransactionId(boolean TransactionId)voidsetTransactionStatusQueue(boolean TransactionStatusQueue)voidsetUseAuthentication(boolean UseAuthentication)voidsetUseDeadLetterQueue(boolean UseDeadLetterQueue)voidsetUseEncryption(boolean UseEncryption)voidsetUseJournalQueue(boolean UseJournalQueue)voidsetUseTracing(boolean UseTracing)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Messaging- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Messaging.MessagePropertyFilter- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static MessagePropertyFilter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoMessagePropertyFilter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
MessagePropertyFilterinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Clone
public NetObject Clone() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ClearAll
public void ClearAll() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SetAll
public void SetAll() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SetDefaults
public void SetDefaults() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getAcknowledgeType
public boolean getAcknowledgeType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAcknowledgeType
public void setAcknowledgeType(boolean AcknowledgeType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAcknowledgment
public boolean getAcknowledgment() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAcknowledgment
public void setAcknowledgment(boolean Acknowledgment) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAdministrationQueue
public boolean getAdministrationQueue() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAdministrationQueue
public void setAdministrationQueue(boolean AdministrationQueue) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAppSpecific
public boolean getAppSpecific() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAppSpecific
public void setAppSpecific(boolean AppSpecific) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getArrivedTime
public boolean getArrivedTime() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setArrivedTime
public void setArrivedTime(boolean ArrivedTime) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAttachSenderId
public boolean getAttachSenderId() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAttachSenderId
public void setAttachSenderId(boolean AttachSenderId) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAuthenticated
public boolean getAuthenticated() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAuthenticated
public void setAuthenticated(boolean Authenticated) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAuthenticationProviderName
public boolean getAuthenticationProviderName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAuthenticationProviderName
public void setAuthenticationProviderName(boolean AuthenticationProviderName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAuthenticationProviderType
public boolean getAuthenticationProviderType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAuthenticationProviderType
public void setAuthenticationProviderType(boolean AuthenticationProviderType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getBody
public boolean getBody() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setBody
public void setBody(boolean Body) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getConnectorType
public boolean getConnectorType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setConnectorType
public void setConnectorType(boolean ConnectorType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getCorrelationId
public boolean getCorrelationId() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCorrelationId
public void setCorrelationId(boolean CorrelationId) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDestinationQueue
public boolean getDestinationQueue() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDestinationQueue
public void setDestinationQueue(boolean DestinationQueue) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDestinationSymmetricKey
public boolean getDestinationSymmetricKey() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDestinationSymmetricKey
public void setDestinationSymmetricKey(boolean DestinationSymmetricKey) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDigitalSignature
public boolean getDigitalSignature() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDigitalSignature
public void setDigitalSignature(boolean DigitalSignature) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getEncryptionAlgorithm
public boolean getEncryptionAlgorithm() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEncryptionAlgorithm
public void setEncryptionAlgorithm(boolean EncryptionAlgorithm) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getExtension
public boolean getExtension() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setExtension
public void setExtension(boolean Extension) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHashAlgorithm
public boolean getHashAlgorithm() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHashAlgorithm
public void setHashAlgorithm(boolean HashAlgorithm) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getId
public boolean getId() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setId
public void setId(boolean Id) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsFirstInTransaction
public boolean getIsFirstInTransaction() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIsFirstInTransaction
public void setIsFirstInTransaction(boolean IsFirstInTransaction) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsLastInTransaction
public boolean getIsLastInTransaction() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIsLastInTransaction
public void setIsLastInTransaction(boolean IsLastInTransaction) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getLabel
public boolean getLabel() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setLabel
public void setLabel(boolean Label) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getLookupId
public boolean getLookupId() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedException
-
setLookupId
public void setLookupId(boolean LookupId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedException
-
getMessageType
public boolean getMessageType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMessageType
public void setMessageType(boolean MessageType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPriority
public boolean getPriority() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPriority
public void setPriority(boolean Priority) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRecoverable
public boolean getRecoverable() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRecoverable
public void setRecoverable(boolean Recoverable) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getResponseQueue
public boolean getResponseQueue() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setResponseQueue
public void setResponseQueue(boolean ResponseQueue) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSenderCertificate
public boolean getSenderCertificate() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSenderCertificate
public void setSenderCertificate(boolean SenderCertificate) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSenderId
public boolean getSenderId() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSenderId
public void setSenderId(boolean SenderId) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSenderVersion
public boolean getSenderVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSenderVersion
public void setSenderVersion(boolean SenderVersion) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSentTime
public boolean getSentTime() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSentTime
public void setSentTime(boolean SentTime) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSourceMachine
public boolean getSourceMachine() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSourceMachine
public void setSourceMachine(boolean SourceMachine) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTimeToBeReceived
public boolean getTimeToBeReceived() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTimeToBeReceived
public void setTimeToBeReceived(boolean TimeToBeReceived) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTimeToReachQueue
public boolean getTimeToReachQueue() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTimeToReachQueue
public void setTimeToReachQueue(boolean TimeToReachQueue) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTransactionId
public boolean getTransactionId() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTransactionId
public void setTransactionId(boolean TransactionId) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTransactionStatusQueue
public boolean getTransactionStatusQueue() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTransactionStatusQueue
public void setTransactionStatusQueue(boolean TransactionStatusQueue) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUseAuthentication
public boolean getUseAuthentication() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUseAuthentication
public void setUseAuthentication(boolean UseAuthentication) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUseDeadLetterQueue
public boolean getUseDeadLetterQueue() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUseDeadLetterQueue
public void setUseDeadLetterQueue(boolean UseDeadLetterQueue) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUseEncryption
public boolean getUseEncryption() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUseEncryption
public void setUseEncryption(boolean UseEncryption) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUseJournalQueue
public boolean getUseJournalQueue() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUseJournalQueue
public void setUseJournalQueue(boolean UseJournalQueue) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUseTracing
public boolean getUseTracing() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUseTracing
public void setUseTracing(boolean UseTracing) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDefaultBodySize
public int getDefaultBodySize() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDefaultBodySize
public void setDefaultBodySize(int DefaultBodySize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getDefaultExtensionSize
public int getDefaultExtensionSize() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDefaultExtensionSize
public void setDefaultExtensionSize(int DefaultExtensionSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getDefaultLabelSize
public int getDefaultLabelSize() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDefaultLabelSize
public void setDefaultLabelSize(int DefaultLabelSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
-