public class ServiceActivationElement extends ConfigurationElement
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Configuration.ServiceActivationElement
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.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Configuration.ServiceActivationElement
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ServiceActivationElement() |
ServiceActivationElement(java.lang.Object instance)
Internal constructor.
|
ServiceActivationElement(java.lang.String relativeAddress) |
ServiceActivationElement(java.lang.String relativeAddress,
java.lang.String service) |
ServiceActivationElement(java.lang.String relativeAddress,
java.lang.String service,
java.lang.String factory) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceActivationElement |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ServiceActivationElement, a cast assert is made to check if types are compatible. |
java.lang.String |
getFactory() |
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 |
getRelativeAddress() |
java.lang.String |
getService() |
void |
setFactory(java.lang.String Factory) |
void |
setJCOInstance(JCObject instance) |
void |
setRelativeAddress(java.lang.String RelativeAddress) |
void |
setService(java.lang.String Service) |
getCurrentConfiguration, getElementInformation, getLockAllAttributesExcept, getLockAllElementsExcept, getLockAttributes, getLockElements, getLockItem, IsReadOnly, setLockItempublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ServiceActivationElement()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
KeyNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionKeyNotFoundExceptionpublic ServiceActivationElement(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ServiceActivationElement(java.lang.String relativeAddress)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
KeyNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException,
AmbiguousMatchException,
NotSupportedException,
ConfigurationErrorsException,
TypeLoadException,
NullReferenceException,
CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionOutOfMemoryExceptionAmbiguousMatchExceptionNotSupportedExceptionConfigurationErrorsExceptionTypeLoadExceptionNullReferenceExceptionCultureNotFoundExceptionpublic ServiceActivationElement(java.lang.String relativeAddress,
java.lang.String service)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
KeyNotFoundException,
IndexOutOfRangeException,
MulticastNotSupportedException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
OverflowException,
OutOfMemoryException,
AmbiguousMatchException,
NotSupportedException,
NullReferenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionOverflowExceptionOutOfMemoryExceptionAmbiguousMatchExceptionNotSupportedExceptionNullReferenceExceptionpublic ServiceActivationElement(java.lang.String relativeAddress,
java.lang.String service,
java.lang.String factory)
throws java.lang.Throwable,
ArgumentNullException,
KeyNotFoundException,
ArgumentException,
IndexOutOfRangeException,
MissingManifestResourceException,
InvalidOperationException,
OutOfMemoryException,
ObjectDisposedException,
AmbiguousMatchException,
ConfigurationErrorsException,
NullReferenceException,
ArgumentOutOfRangeException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryExceptionObjectDisposedExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic static ServiceActivationElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ServiceActivationElement, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedServiceActivationElement instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getFactory()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
AmbiguousMatchException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationErrorsException,
TypeLoadException,
KeyNotFoundException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ConfigurationElementString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ConfigurationElementString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ConfigurationElementObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ConfigurationElementString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ConfigurationElementJCType representing the CLR Type of the instantiated Classpublic java.lang.String getRelativeAddress()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
AmbiguousMatchException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationErrorsException,
TypeLoadException,
KeyNotFoundException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationExceptionpublic java.lang.String getService()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
AmbiguousMatchException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationErrorsException,
TypeLoadException,
KeyNotFoundException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationExceptionpublic void setFactory(java.lang.String Factory)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
AmbiguousMatchException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationErrorsException,
TypeLoadException,
KeyNotFoundException,
NullReferenceException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionNullReferenceExceptionCultureNotFoundExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ConfigurationElementpublic void setRelativeAddress(java.lang.String RelativeAddress)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
AmbiguousMatchException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationErrorsException,
TypeLoadException,
KeyNotFoundException,
NullReferenceException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionNullReferenceExceptionCultureNotFoundExceptionpublic void setService(java.lang.String Service)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
AmbiguousMatchException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationErrorsException,
TypeLoadException,
KeyNotFoundException,
NullReferenceException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionAmbiguousMatchExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionNullReferenceExceptionCultureNotFoundException