%Net.Remote.ImportHelper
class %Net.Remote.ImportHelper extends %Library.RegisteredObject
Method Inventory (Including Private)
Methods (Including Private)
final classmethod Browse(jarFileOrDirectoryName As %String, port As %Integer, host As %String = "127.0.0.1")
Given a jar file or a directory name, displays all available classes in tha jar file/directory
classmethod Connect(port As %Integer, host As %String) as %Net.Remote.Gateway
final classmethod ExpressImport(classOrJar As %String, port As %Integer, path As %String = "", host As %String = "127.0.0.1")
private final classmethod Import(name As %String, classPath As %ListOfDataTypes, port As %Integer, host As %String = "127.0.0.1", exclusions As %ListOfDataTypes = "")
Imports the given interface
final classmethod ProcessError(status As %Status)
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()