C D G I L P R S T

C

com.sun.ts.lib.porting - package com.sun.ts.lib.porting
 
createConnectionFactory(TargetModuleID[], Properties) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
This method is called to create a connection factory in your Java EE implementation.
createQueueConnectionFactories(String[], String[]) - Method in interface com.sun.ts.lib.porting.TSJMSAdminInterface
This method creates QueueConnectionFactorys in a J2EE implementation.
createQueues(String[]) - Method in interface com.sun.ts.lib.porting.TSJMSAdminInterface
The createQueues method creates queues in a J2EE implementation.
createTopicConnectionFactories(String[], String[]) - Method in interface com.sun.ts.lib.porting.TSJMSAdminInterface
This method creates TopicConnectionFactorys in a J2EE implementation.
createTopics(String[]) - Method in interface com.sun.ts.lib.porting.TSJMSAdminInterface
The createTopics method creates topics in a J2EE implementation.

D

DeploymentInfo - Interface in com.sun.ts.lib.porting
Provides all information required to deploy an application on a server.
DeploymentInfo.ParseException - Exception in com.sun.ts.lib.porting
Exception thrown if an error occured parsing the XML
DeploymentInfo.ParseException(String) - Constructor for exception com.sun.ts.lib.porting.DeploymentInfo.ParseException
 
disconnect() - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Disconnect connection
disconnect() - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Disconnect connection

G

getAppClientArgs(Properties) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
This method is called by the test harness to get any additional test specific arguments that must be passed to the application client container class, which is specified in the ts.jte file in the given environment (command.testExecuteAppClient property).
getAppClientRuntimeData() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns a Map that maps runtimne deployment descriptor filename Strings to concrete implementations of the com.sun.ts.lib.porting.appclient.SunApplicationClient interface.
getAppClientRuntimeDDs() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns a List of concrete implementations of the com.sun.ts.lib.porting.appclient.SunApplicationClient interface.
getAppRuntimeData() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns a Map that maps runtimne deployment descriptor filename Strings to concrete implementations of the com.sun.ts.lib.porting.app.SunApplication interface.
getAppRuntimeDDs() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns a List of concrete implementations of the com.sun.ts.lib.porting.app.SunApplication interface.
getClientClassPath(TargetModuleID[], DeploymentInfo, DeploymentManager) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
This method is called by the Standard Deployment implementation of TSDeploymentInterface to get the classpath to any generated classes that must be accessible to application clients.
getContentAsXml() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns a String that conatains the contents of all the runtime XML files.
getDependentValues(DeploymentInfo[]) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
This method is called by the test harness to get any property values which must be set in one component's runtime info according to rules defined by the opposite server's implementation in an interop scenario.
getDeploymentPlan(DeploymentInfo) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
This method should return a Deployment Plan for a given Java EE implementation.
getEarFile() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns the ear file to deploy
getEjbRuntimeData() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns a Map that maps runtimne deployment descriptor filename Strings to concrete implementations of the com.sun.ts.lib.porting.ejb.SunEjbJar interface.
getEjbRuntimeDDs() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns a List of concrete implementations of the com.sun.ts.lib.porting.ejb.SunEjbJar interface.
getHeaderField(String) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Returns the value of the named header field.
getHeaderField(int) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Returns the value for the nth header field.
getHeaderField(String) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Returns the value of the named header field.
getHeaderField(int) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Returns the value for the nth header field.
getInputStream() - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Returns an input stream that reads from the open connection
getInputStream() - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Returns an input stream that reads from the open connection
getOutputStream() - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Returns an Output stream that writes to the open connection
getOutputStream() - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Returns an Output stream that writes to the open connection
getPreviousInfos() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
 
getProperty(String) - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns the value of the given property.
getRequest(String) - Method in interface com.sun.ts.lib.porting.TSURLInterface
This method is called by TS tests to get the request to use to access a given web component.
getRuntimeFiles() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns the list of runtime files to be deployed
getTargetsToUse(Target[], DeploymentInfo) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
This method allows vendors to choose which targets, of the available targets, they would like to deploy on.
getURL(String, String, int, String) - Method in interface com.sun.ts.lib.porting.TSURLInterface
This method is called by TS tests to get the URL to use to access a given web component.
getURLString(String, String, int, String) - Method in interface com.sun.ts.lib.porting.TSURLInterface
This method is called by TS tests to get the URL to use to access a given web component.
getWebRuntimeData() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns a Map that maps runtimne deployment descriptor filename Strings to concrete implementations of the com.sun.ts.lib.porting.web.SunWebApp interface.
getWebRuntimeDDs() - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Returns a List of concrete implementations of the com.sun.ts.lib.porting.web.SunWebApp interface.

I

init(PrintWriter) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
Initializes a new TSDeploymentInterface2 instance.
init(URL) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Initializes HttpsURLConnection
init(URL) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Initializes HttpsURLConnection
init(PrintWriter) - Method in interface com.sun.ts.lib.porting.TSJMSAdminInterface
The init method is a logging mechanism for diagnostics.

L

login(String, String) - Method in interface com.sun.ts.lib.porting.TSLoginContextInterface
This method is used for login with username and password.
login(String) - Method in interface com.sun.ts.lib.porting.TSLoginContextInterface
This login method is used for Certificate based login Note: This method also uses keystore and keystore password from the TS configuration file
login(String, String, String) - Method in interface com.sun.ts.lib.porting.TSLoginContextInterface
This login method is used for Certificate based login
logout() - Method in interface com.sun.ts.lib.porting.TSLoginContextInterface
This method is used for logout

P

postDistribute(ProgressObject) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
Vendors may choose to implement this method if they want to examine the progress object returned from the JSR 88 API call to distribute.
postStart(ProgressObject) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
Vendors may choose to implement this method if they want to examine the progress object returned from the JSR 88 API call to start.
postStop(ProgressObject) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
Vendors may choose to implement this method if they want to examine the progress object returned from the JSR 88 API call to stop.
postUndeploy(ProgressObject) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
Vendors may choose to implement this method if they want to examine the progress object returned from the JSR 88 API call to undeploy.

R

removeConnectionFactory(TargetModuleID[], Properties) - Method in interface com.sun.ts.lib.porting.TSDeploymentInterface2
This method is called to remove a connection factory from your Java EE implementation.
removeJmsConnectionFactories(String[]) - Method in interface com.sun.ts.lib.porting.TSJMSAdminInterface
This method removes ConnectionFactories from a J2EE implementation.
removeQueues(String[]) - Method in interface com.sun.ts.lib.porting.TSJMSAdminInterface
The removeQueues method removes queues in a J2EE implementation.
removeTopics(String[]) - Method in interface com.sun.ts.lib.porting.TSJMSAdminInterface
The removeTopics method remove topics in a J2EE implementation.

S

setDoInput(boolean) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Sets the value of the doInput field for this Connection
setDoInput(boolean) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Sets the value of the doInput field for this Connection
setDoOutput(boolean) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Sets the value of the doOutput field for this Connection
setDoOutput(boolean) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Sets the value of the doOutput field for this Connection
setPreviousInfos(DeploymentInfo[]) - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Sets/gets an array of deploymentInfo objects from previously deployed apps in the currrent directory along with all common apps
setProperty(String, String) - Method in interface com.sun.ts.lib.porting.DeploymentInfo
Sets the value of the given property.
setRequestProperty(String, String) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Sets the general request property.
setRequestProperty(String, String) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Sets the general request property.
setUseCaches(boolean) - Method in class com.sun.ts.lib.porting.TSHttpsURLConnection
Sets the value of the useCaches field for this Connection If the UseCaches flag on the connection is true, the connection is allowed to use whatever caches it can.
setUseCaches(boolean) - Method in interface com.sun.ts.lib.porting.TSHttpsURLConnectionInterface
Sets the value of the useCaches field for this Connection If the UseCaches flag on the connection is true, the connection is allowed to use whatever caches it can.

T

TSDeploymentException - Exception in com.sun.ts.lib.porting
 
TSDeploymentException() - Constructor for exception com.sun.ts.lib.porting.TSDeploymentException
 
TSDeploymentException(String) - Constructor for exception com.sun.ts.lib.porting.TSDeploymentException
 
TSDeploymentException(String, Throwable) - Constructor for exception com.sun.ts.lib.porting.TSDeploymentException
 
TSDeploymentInterface2 - Interface in com.sun.ts.lib.porting
This is the TSDeploymentInterface2.
TSHttpsURLConnection - Class in com.sun.ts.lib.porting
TSHttpsURLConnection provides the HTTPS specific featurs
TSHttpsURLConnection() - Constructor for class com.sun.ts.lib.porting.TSHttpsURLConnection
Instantiates the class defined in porting.ts.HttpsURLConnection.class.1
TSHttpsURLConnection(String) - Constructor for class com.sun.ts.lib.porting.TSHttpsURLConnection
Instantiates the class defined by sClass
TSHttpsURLConnectionInterface - Interface in com.sun.ts.lib.porting
TSHttpsURLConnection provides the HTTPS specific featurs
TSJMSAdminException - Exception in com.sun.ts.lib.porting
 
TSJMSAdminException() - Constructor for exception com.sun.ts.lib.porting.TSJMSAdminException
 
TSJMSAdminException(String) - Constructor for exception com.sun.ts.lib.porting.TSJMSAdminException
 
TSJMSAdminException(String, Throwable) - Constructor for exception com.sun.ts.lib.porting.TSJMSAdminException
 
TSJMSAdminInterface - Interface in com.sun.ts.lib.porting
This is the TSJMSAdminInterface.
TSLoginContextInterface - Interface in com.sun.ts.lib.porting
TSLoginContextInterface provides the interface that must be implemented to provide the implementation specific login code to login as a specified user.
TSURLInterface - Interface in com.sun.ts.lib.porting
An implementation of the TSURLInterface is to be used for J2EE-TS testing.

C D G I L P R S T