public class MessageQueueInstaller extends ComponentInstaller
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Messaging.MessageQueueInstaller
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.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Messaging
|
static java.lang.String |
className
Qualified class name: System.Messaging.MessageQueueInstaller
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
MessageQueueInstaller() |
MessageQueueInstaller(MessageQueue componentToCopy) |
MessageQueueInstaller(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageQueueInstaller |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into MessageQueueInstaller, 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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.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) |
addAfterInstall, addAfterRollback, addAfterUninstall, addBeforeInstall, addBeforeRollback, addBeforeUninstall, addCommitted, addCommitting, getContext, getHelpText, getInstallers, getParent, removeAfterInstall, removeAfterRollback, removeAfterUninstall, removeBeforeInstall, removeBeforeRollback, removeBeforeUninstall, removeCommitted, removeCommitting, setContext, setParentaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public MessageQueueInstaller()
throws java.lang.Throwable
java.lang.Throwablepublic MessageQueueInstaller(MessageQueue componentToCopy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic MessageQueueInstaller(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static MessageQueueInstaller cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into MessageQueueInstaller, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMessageQueueInstaller instancejava.lang.Throwable - in case of error during cast operationpublic 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
Commit in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSerializationExceptionFormatExceptionOverflowExceptionKeyNotFoundExceptionMessageQueueExceptionpublic void CopyFromComponent(IComponent component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
CopyFromComponent in class ComponentInstallerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic boolean getAuthenticate()
throws java.lang.Throwable
java.lang.Throwablepublic short getBasePriority()
throws java.lang.Throwable
java.lang.Throwablepublic Guid getCategory() throws java.lang.Throwable
java.lang.Throwablepublic EncryptionRequired getEncryptionRequired() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentInstallerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentInstallerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentInstallerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentInstallerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentInstallerJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLabel()
throws java.lang.Throwable
java.lang.Throwablepublic long getMaximumJournalSize()
throws java.lang.Throwable
java.lang.Throwablepublic long getMaximumQueueSize()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getMulticastAddress()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionpublic java.lang.String getPath()
throws java.lang.Throwable
java.lang.Throwablepublic AccessControlList getPermissions() throws java.lang.Throwable
java.lang.Throwablepublic boolean getTransactional()
throws java.lang.Throwable
java.lang.Throwablepublic UninstallAction getUninstallAction() throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseJournalQueue()
throws java.lang.Throwable
java.lang.Throwablepublic 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
Install in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionKeyNotFoundExceptionMessageQueueExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionSecurityExceptionWin32ExceptionOutOfMemoryExceptionpublic boolean IsEquivalentInstaller(ComponentInstaller otherInstaller) throws java.lang.Throwable
IsEquivalentInstaller in class ComponentInstallerjava.lang.Throwablepublic 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
Rollback in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSerializationExceptionFormatExceptionOverflowExceptionKeyNotFoundExceptionMessageQueueExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionpublic void setAuthenticate(boolean Authenticate)
throws java.lang.Throwable
java.lang.Throwablepublic void setBasePriority(short BasePriority)
throws java.lang.Throwable
java.lang.Throwablepublic void setCategory(Guid Category) throws java.lang.Throwable
java.lang.Throwablepublic void setEncryptionRequired(EncryptionRequired EncryptionRequired) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ComponentInstallerpublic void setLabel(java.lang.String Label)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setMaximumJournalSize(long MaximumJournalSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setMaximumQueueSize(long MaximumQueueSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setMulticastAddress(java.lang.String MulticastAddress)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionpublic void setPath(java.lang.String Path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic void setPermissions(AccessControlList Permissions) throws java.lang.Throwable
java.lang.Throwablepublic void setTransactional(boolean Transactional)
throws java.lang.Throwable
java.lang.Throwablepublic void setUninstallAction(UninstallAction UninstallAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionpublic void setUseJournalQueue(boolean UseJournalQueue)
throws java.lang.Throwable
java.lang.Throwablepublic 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
Uninstall in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSerializationExceptionFormatExceptionOverflowExceptionKeyNotFoundExceptionMessageQueueException