The ASCommon type exposes the following members.

Methods

  NameDescription
Public methodStatic memberConnectMetaspace
Establishes connection to metaspace using the metaspace name and MemberDef specified.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetMetaspace
Get the Metaspace object for the metaspace name.
Public methodStatic memberGetMetaspaceNames
Returns the collection of names of the metaspace the process is currently connected to
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsSystemSpace
Check whether the spaceName refers to a system space
Public methodStatic memberIsValidName
Validates that the name does not start with $ or _
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRemoveInvocableAlias
Removes the invocation alias.
Public methodStatic memberRemoveMemberInvocableAlias
Removes the member invocation alias.
Public methodStatic memberSetFileLogging(FileLogOptions)
Enable rolling log files with filename, limit (in bytes), file count, and append mode
Public methodStatic memberSetFileLogging(LogLevel)
Enable file logging to the default file (as-{process-id}.log)
Public methodStatic memberSetFileLogging(String, LogLevel)
Enable file logging to the specified fileName
Public methodStatic memberSetFileLogging(DirectoryInfo, String, LogLevel) Obsolete.
Enable file logging to the specified fileName under the specified log directory
Public methodStatic memberSetFileLogging(String, String, LogLevel) Obsolete.
Enable file logging to the specified fileName under the specified log directory
Public methodStatic memberSetInvocableAlias(String, Invocable)
Sets the invocable alias.
Public methodStatic memberSetInvocableAlias(String, String)
Sets the invocable alias.
Public methodStatic memberSetMemberInvocableAlias(String, MemberInvocable)
Sets the member invocable alias.
Public methodStatic memberSetMemberInvocableAlias(String, String)
Sets the member invocable alias.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyStatic memberEnablePerformanceMonitor
Enable or disable the performance monitor. The default is enabled. It must be used before connecting to the first metaspace. Once a metaspace is created, the method has no effect.
Public propertyStatic memberExternalDllDirectory
Gets or sets the external DLL directory used in RMI. All the dlls in this directory are searched to load the invocable class
Public propertyStatic memberInvocableAliases
Gets the invocable alias map.
Public propertyStatic memberLogLevel
Gets or sets the log level. LogLevel
Public propertyStatic memberMemberInvocableAliases
Gets the member invocable alias map.

See Also