|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
com.platform.symphony.soam | |
com.platform.symphony.symexec |
Uses of Connection in com.platform.symphony.soam |
---|
Methods in com.platform.symphony.soam that return Connection | |
---|---|
static Connection |
SoamFactory.connect(java.lang.String applicationName)
Creates a connection to the specified Symphony application. |
static Connection |
SoamFactory.connect(java.lang.String applicationName,
ConnectionSecurityCallback securityCallback)
Creates a connection to the specified Symphony application. |
static Connection |
SoamFactory.connect(java.lang.String clusterURL,
java.lang.String applicationName)
Creates a connection to the specified Symphony application. |
static Connection |
SoamFactory.connect(java.lang.String clusterURL,
java.lang.String applicationName,
ConnectionSecurityCallback securityCallback)
Creates a connection to the specified Symphony application. |
Uses of Connection in com.platform.symphony.symexec |
---|
Constructors in com.platform.symphony.symexec with parameters of type Connection | |
---|---|
ExecutionSession(Connection connection)
Constructor to create a new ExecutionSession using a connection that already exists. |
|
ExecutionSession(ExecutionSessionContext context,
Connection connection)
Constructor to create a new ExecutionSession using a connection that already exists and a context. |
|
ExecutionSession(java.lang.String sessionId,
Connection connection)
Constructor to attach to an existing ExecutionSession using a connection that already exists. |
|
Version 5.0 Date Modified: -DREL_DATE=Nov 11 2009 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2009 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |