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.String
assemblyFullName
Fully assembly qualified name: System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Messagingstatic java.lang.String
className
Qualified class name: System.Messaging.MessagePropertyFilterstatic JCType
classType
The 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 MessagePropertyFilter
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoMessagePropertyFilter
, a cast assert is made to check if types are compatible.void
ClearAll()
NetObject
Clone()
boolean
getAcknowledgeType()
boolean
getAcknowledgment()
boolean
getAdministrationQueue()
boolean
getAppSpecific()
boolean
getArrivedTime()
boolean
getAttachSenderId()
boolean
getAuthenticated()
boolean
getAuthenticationProviderName()
boolean
getAuthenticationProviderType()
boolean
getBody()
boolean
getConnectorType()
boolean
getCorrelationId()
int
getDefaultBodySize()
int
getDefaultExtensionSize()
int
getDefaultLabelSize()
boolean
getDestinationQueue()
boolean
getDestinationSymmetricKey()
boolean
getDigitalSignature()
boolean
getEncryptionAlgorithm()
boolean
getExtension()
boolean
getHashAlgorithm()
boolean
getId()
boolean
getIsFirstInTransaction()
boolean
getIsLastInTransaction()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeboolean
getLabel()
boolean
getLookupId()
boolean
getMessageType()
boolean
getPriority()
boolean
getRecoverable()
boolean
getResponseQueue()
boolean
getSenderCertificate()
boolean
getSenderId()
boolean
getSenderVersion()
boolean
getSentTime()
boolean
getSourceMachine()
boolean
getTimeToBeReceived()
boolean
getTimeToReachQueue()
boolean
getTransactionId()
boolean
getTransactionStatusQueue()
boolean
getUseAuthentication()
boolean
getUseDeadLetterQueue()
boolean
getUseEncryption()
boolean
getUseJournalQueue()
boolean
getUseTracing()
void
setAcknowledgeType(boolean AcknowledgeType)
void
setAcknowledgment(boolean Acknowledgment)
void
setAdministrationQueue(boolean AdministrationQueue)
void
SetAll()
void
setAppSpecific(boolean AppSpecific)
void
setArrivedTime(boolean ArrivedTime)
void
setAttachSenderId(boolean AttachSenderId)
void
setAuthenticated(boolean Authenticated)
void
setAuthenticationProviderName(boolean AuthenticationProviderName)
void
setAuthenticationProviderType(boolean AuthenticationProviderType)
void
setBody(boolean Body)
void
setConnectorType(boolean ConnectorType)
void
setCorrelationId(boolean CorrelationId)
void
setDefaultBodySize(int DefaultBodySize)
void
setDefaultExtensionSize(int DefaultExtensionSize)
void
setDefaultLabelSize(int DefaultLabelSize)
void
SetDefaults()
void
setDestinationQueue(boolean DestinationQueue)
void
setDestinationSymmetricKey(boolean DestinationSymmetricKey)
void
setDigitalSignature(boolean DigitalSignature)
void
setEncryptionAlgorithm(boolean EncryptionAlgorithm)
void
setExtension(boolean Extension)
void
setHashAlgorithm(boolean HashAlgorithm)
void
setId(boolean Id)
void
setIsFirstInTransaction(boolean IsFirstInTransaction)
void
setIsLastInTransaction(boolean IsLastInTransaction)
void
setJCOInstance(JCObject instance)
void
setLabel(boolean Label)
void
setLookupId(boolean LookupId)
void
setMessageType(boolean MessageType)
void
setPriority(boolean Priority)
void
setRecoverable(boolean Recoverable)
void
setResponseQueue(boolean ResponseQueue)
void
setSenderCertificate(boolean SenderCertificate)
void
setSenderId(boolean SenderId)
void
setSenderVersion(boolean SenderVersion)
void
setSentTime(boolean SentTime)
void
setSourceMachine(boolean SourceMachine)
void
setTimeToBeReceived(boolean TimeToBeReceived)
void
setTimeToReachQueue(boolean TimeToReachQueue)
void
setTransactionId(boolean TransactionId)
void
setTransactionStatusQueue(boolean TransactionStatusQueue)
void
setUseAuthentication(boolean UseAuthentication)
void
setUseDeadLetterQueue(boolean UseDeadLetterQueue)
void
setUseEncryption(boolean UseEncryption)
void
setUseJournalQueue(boolean UseJournalQueue)
void
setUseTracing(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: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 MessagePropertyFilter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoMessagePropertyFilter
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
MessagePropertyFilter
instance- 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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
-
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
-
-