Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [JavaGateway] >  [InterfaceEnabler]
Private  Storage   

class EnsLib.JavaGateway.InterfaceEnabler extends %Net.Remote.ImportHelper

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6


Summary

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
Browse Connect ExpressImport ImportJ2EE
ImportJDBC ImportJGSamples ImportPersonJBoss ImportSAPJCo
ImportSonicJMS ProcessError

Subclasses
EnsLib.SAP.BootStrap

Methods

• final classmethod ImportJ2EE(J2EEJarFile As %String, port As %Integer, host As %String = "127.0.0.1")
Imports all J2EE interfaces (EJB, JCA, JTA, Java XML, JTA,...) J2EEJarFile is the location/name of your J2EE jar file, say "c:/myj2ee/j2ee.jar"
• final classmethod ImportJDBC(port As %Integer, host As %String = "127.0.0.1")
Imports the JDBC interface
• final classmethod ImportJGSamples(port As %Integer, host As %String = "127.0.0.1")
Imports sample Java classes from //dev/java/samples
• final classmethod ImportPersonJBoss(PersonEJBJar As %String, J2EEJarFile As %String, port As %Integer, host As %String = "127.0.0.1")
Imports InterSystems JBoss Person EJBs J2EEJarFile should point to the J2EE jar file, for example "c:/myj2ee/j2ee.jar" PersonEJBJar should point to your PersonEJB.jar (as generated by the EJB Boss projection) for example: "c:/jboss-4.0.1sp1/server/default/deploy/PersonEJB.jar"
• final classmethod ImportSAPJCo(SAPJCoJar As %String, port As %Integer, host As %String = "127.0.0.1")
Imports the SAP JCo interface SAPJCoJar should point to your SAP JCo jar file, say C:/SAP/sapjco.jar
• final classmethod ImportSonicJMS(sonicBrokerJar As %String, sonicContextJar As %String, port As %Integer, host As %String = "127.0.0.1")
Imports SonicMQ QueueConnectionFactory, allowing connectivity to SonicMQ JMS Server sonicBrokerJar should point to your Sonic broker.jar, say "C:/Program Files/SonicSoftware/SonicMQ/lib/broker.jar" sonicContextJar should point to your Sonic mfcontext.jar, say "C:/Program Files/SonicSoftware/SonicMQ/lib/mfcontext.jar"


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.