Package system.messaging
Class MessageQueueInstaller
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class MessageQueueInstaller extends ComponentInstaller
The base .NET class managing System.Messaging.MessageQueueInstaller, System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Messaging.MessageQueueInstaller
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.MessageQueueInstallerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description MessageQueueInstaller()
MessageQueueInstaller(java.lang.Object instance)
Internal constructor.MessageQueueInstaller(MessageQueue componentToCopy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessageQueueInstaller
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoMessageQueueInstaller
, a cast assert is made to check if types are compatible.void
Commit(IDictionary savedState)
void
CopyFromComponent(IComponent component)
boolean
getAuthenticate()
short
getBasePriority()
Guid
getCategory()
EncryptionRequired
getEncryptionRequired()
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 Typejava.lang.String
getLabel()
long
getMaximumJournalSize()
long
getMaximumQueueSize()
java.lang.String
getMulticastAddress()
java.lang.String
getPath()
AccessControlList
getPermissions()
boolean
getTransactional()
UninstallAction
getUninstallAction()
boolean
getUseJournalQueue()
void
Install(IDictionary stateSaver)
boolean
IsEquivalentInstaller(ComponentInstaller otherInstaller)
void
Rollback(IDictionary savedState)
void
setAuthenticate(boolean Authenticate)
void
setBasePriority(short BasePriority)
void
setCategory(Guid Category)
void
setEncryptionRequired(EncryptionRequired EncryptionRequired)
void
setJCOInstance(JCObject instance)
void
setLabel(java.lang.String Label)
void
setMaximumJournalSize(long MaximumJournalSize)
void
setMaximumQueueSize(long MaximumQueueSize)
void
setMulticastAddress(java.lang.String MulticastAddress)
void
setPath(java.lang.String Path)
void
setPermissions(AccessControlList Permissions)
void
setTransactional(boolean Transactional)
void
setUninstallAction(UninstallAction UninstallAction)
void
setUseJournalQueue(boolean UseJournalQueue)
void
Uninstall(IDictionary savedState)
-
Methods inherited from class system.configuration.install.Installer
addAfterInstall, addAfterRollback, addAfterUninstall, addBeforeInstall, addBeforeRollback, addBeforeUninstall, addCommitted, addCommitting, getContext, getHelpText, getInstallers, getParent, removeAfterInstall, removeAfterRollback, removeAfterUninstall, removeBeforeInstall, removeBeforeRollback, removeBeforeUninstall, removeCommitted, removeCommitting, setContext, setParent
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
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.MessageQueueInstaller- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageQueueInstaller
public MessageQueueInstaller(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
MessageQueueInstaller
public MessageQueueInstaller() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MessageQueueInstaller
public MessageQueueInstaller(MessageQueue componentToCopy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
-
-
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 classComponentInstaller
- 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 classComponentInstaller
- 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 classComponentInstaller
- 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 classComponentInstaller
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classComponentInstaller
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classComponentInstaller
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static MessageQueueInstaller cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoMessageQueueInstaller
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
MessageQueueInstaller
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsEquivalentInstaller
public boolean IsEquivalentInstaller(ComponentInstaller otherInstaller) throws java.lang.Throwable
- Overrides:
IsEquivalentInstaller
in classComponentInstaller
- Throws:
java.lang.Throwable
-
Commit
public void Commit(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SerializationException, FormatException, OverflowException, KeyNotFoundException, MessageQueueException
- Overrides:
Commit
in classInstaller
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
SerializationException
FormatException
OverflowException
KeyNotFoundException
MessageQueueException
-
CopyFromComponent
public void CopyFromComponent(IComponent component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Overrides:
CopyFromComponent
in classComponentInstaller
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
-
Install
public void Install(IDictionary stateSaver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, KeyNotFoundException, MessageQueueException, PlatformNotSupportedException, InvalidEnumArgumentException, SecurityException, Win32Exception, OutOfMemoryException
- Overrides:
Install
in classInstaller
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
KeyNotFoundException
MessageQueueException
PlatformNotSupportedException
InvalidEnumArgumentException
SecurityException
Win32Exception
OutOfMemoryException
-
Rollback
public void Rollback(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SerializationException, FormatException, OverflowException, KeyNotFoundException, MessageQueueException, InvalidEnumArgumentException, PlatformNotSupportedException
- Overrides:
Rollback
in classInstaller
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
SerializationException
FormatException
OverflowException
KeyNotFoundException
MessageQueueException
InvalidEnumArgumentException
PlatformNotSupportedException
-
Uninstall
public void Uninstall(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SerializationException, FormatException, OverflowException, KeyNotFoundException, MessageQueueException
- Overrides:
Uninstall
in classInstaller
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
SerializationException
FormatException
OverflowException
KeyNotFoundException
MessageQueueException
-
getAuthenticate
public boolean getAuthenticate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAuthenticate
public void setAuthenticate(boolean Authenticate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTransactional
public boolean getTransactional() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTransactional
public void setTransactional(boolean Transactional) 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
-
getBasePriority
public short getBasePriority() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBasePriority
public void setBasePriority(short BasePriority) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaximumJournalSize
public long getMaximumJournalSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaximumJournalSize
public void setMaximumJournalSize(long MaximumJournalSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getMaximumQueueSize
public long getMaximumQueueSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaximumQueueSize
public void setMaximumQueueSize(long MaximumQueueSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getUninstallAction
public UninstallAction getUninstallAction() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUninstallAction
public void setUninstallAction(UninstallAction UninstallAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
NotSupportedException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
InvalidEnumArgumentException
-
getCategory
public Guid getCategory() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCategory
public void setCategory(Guid Category) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPermissions
public AccessControlList getPermissions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPermissions
public void setPermissions(AccessControlList Permissions) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEncryptionRequired
public EncryptionRequired getEncryptionRequired() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEncryptionRequired
public void setEncryptionRequired(EncryptionRequired EncryptionRequired) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
getLabel
public java.lang.String getLabel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLabel
public void setLabel(java.lang.String Label) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getMulticastAddress
public java.lang.String getMulticastAddress() 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
-
setMulticastAddress
public void setMulticastAddress(java.lang.String MulticastAddress) 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
-
getPath
public java.lang.String getPath() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPath
public void setPath(java.lang.String Path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
-
-