C D E G I M O P S T U 

C

create() - Method in interface org.codehaus.cargo.sample.testdata.ejb.SampleHome
 
create(String, String) - Method in class org.codehaus.cargo.sample.testdata.jdbc.DerbyDao
 
createTable() - Method in class org.codehaus.cargo.sample.testdata.jdbc.DerbyDao
 

D

deleteDirectory(File) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Recursively delete the webapp directory.
deploy(HttpServletResponse, String, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Deploy the war to the given context path.
deployArchive(HttpServletRequest, HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Deploys the archive to the server.
DeployerServlet - Class in org.codehaus.cargo.deployer.jetty
This servlet is used to control deploy, undeploy, redeploy, start, and stop a web application within the jetty server.
DeployerServlet(Server) - Constructor for class org.codehaus.cargo.deployer.jetty.DeployerServlet
Creates the DeployerServlet and gives the servlet reference to the server in which it is deployed.This gives the servlet access to the server internals which allows for deployment control.
DerbyDao - Class in org.codehaus.cargo.sample.testdata.jdbc
 
DerbyDao() - Constructor for class org.codehaus.cargo.sample.testdata.jdbc.DerbyDao
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Performs the http GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.authentication.TestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.classpath.TestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.jdbc.TestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.mail.TestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.systemproperty.TestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.sample.testdata.tomcatcontext.TestServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Performs the http PUT method.
dropTable() - Method in class org.codehaus.cargo.sample.testdata.jdbc.DerbyDao
 

E

ejbActivate() - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 
ejbCreate() - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 
ejbPassivate() - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 
ejbRemove() - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 

G

getContextHandler(String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Returns the context handler for the given context.
getFile(String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Returns the file if it exists for the specified context path.
getFirstName() - Method in class org.codehaus.cargo.sample.testdata.jdbc.Person
 
getLastName() - Method in class org.codehaus.cargo.sample.testdata.jdbc.Person
 
getMessage() - Method in class org.codehaus.cargo.simple.SimpleClass
 
getWebAppLocation(WebAppContext) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Returns the file location for the specified webapp.

I

isWorking() - Method in interface org.codehaus.cargo.sample.testdata.ejb.Sample
 
isWorking() - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 

M

message - Variable in class org.codehaus.cargo.simple.SimpleClass
 

O

org.codehaus.cargo.deployer.jetty - package org.codehaus.cargo.deployer.jetty
 
org.codehaus.cargo.sample.testdata.authentication - package org.codehaus.cargo.sample.testdata.authentication
 
org.codehaus.cargo.sample.testdata.bundle - package org.codehaus.cargo.sample.testdata.bundle
 
org.codehaus.cargo.sample.testdata.classpath - package org.codehaus.cargo.sample.testdata.classpath
 
org.codehaus.cargo.sample.testdata.ejb - package org.codehaus.cargo.sample.testdata.ejb
 
org.codehaus.cargo.sample.testdata.jdbc - package org.codehaus.cargo.sample.testdata.jdbc
 
org.codehaus.cargo.sample.testdata.mail - package org.codehaus.cargo.sample.testdata.mail
 
org.codehaus.cargo.sample.testdata.systemproperty - package org.codehaus.cargo.sample.testdata.systemproperty
 
org.codehaus.cargo.sample.testdata.tomcatcontext - package org.codehaus.cargo.sample.testdata.tomcatcontext
 
org.codehaus.cargo.simple - package org.codehaus.cargo.simple
 

P

Person - Class in org.codehaus.cargo.sample.testdata.jdbc
 
Person() - Constructor for class org.codehaus.cargo.sample.testdata.jdbc.Person
 

S

Sample - Interface in org.codehaus.cargo.sample.testdata.ejb
Test EJB to verify Cargo can deploy EJB JAR to containers which supports it.
SampleBean - Class in org.codehaus.cargo.sample.testdata.ejb
Test EJB to verify Cargo can deploy EJB JAR to containers which supports it.
SampleBean() - Constructor for class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 
SampleHome - Interface in org.codehaus.cargo.sample.testdata.ejb
Test EJB to verify Cargo can deploy EJB JAR to containers which supports it.
selectAll() - Method in class org.codehaus.cargo.sample.testdata.jdbc.DerbyDao
 
sendError(HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Sends the given error message back in the http response.
sendMessage(HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Sends the given message back in the http response.
setFirstName(String) - Method in class org.codehaus.cargo.sample.testdata.jdbc.Person
 
setLastName(String) - Method in class org.codehaus.cargo.sample.testdata.jdbc.Person
 
setMessage(String) - Method in class org.codehaus.cargo.simple.SimpleClass
 
setSessionContext(SessionContext) - Method in class org.codehaus.cargo.sample.testdata.ejb.SampleBean
 
SimpleClass - Class in org.codehaus.cargo.simple
 
SimpleClass() - Constructor for class org.codehaus.cargo.simple.SimpleClass
 
start(BundleContext) - Method in class org.codehaus.cargo.sample.testdata.bundle.TestBundle
Starts the bundle.
stop(BundleContext) - Method in class org.codehaus.cargo.sample.testdata.bundle.TestBundle
Stops the bundle.

T

TestBundle - Class in org.codehaus.cargo.sample.testdata.bundle
Sample test OSGi bundle.
TestBundle() - Constructor for class org.codehaus.cargo.sample.testdata.bundle.TestBundle
 
TestServlet - Class in org.codehaus.cargo.sample.testdata.authentication
Sample test Servlet used to verify that security parameters are correctly set.
TestServlet() - Constructor for class org.codehaus.cargo.sample.testdata.authentication.TestServlet
 
TestServlet - Class in org.codehaus.cargo.sample.testdata.classpath
Sample test Servlet used to verify that extra / shared classpath is present.
TestServlet() - Constructor for class org.codehaus.cargo.sample.testdata.classpath.TestServlet
 
TestServlet - Class in org.codehaus.cargo.sample.testdata.jdbc
Sample test Servlet used to verify that jdbc datasource is deployed.
TestServlet() - Constructor for class org.codehaus.cargo.sample.testdata.jdbc.TestServlet
 
TestServlet - Class in org.codehaus.cargo.sample.testdata.mail
Sample test Servlet used to verify that resource Mail Session is deployed.
TestServlet() - Constructor for class org.codehaus.cargo.sample.testdata.mail.TestServlet
 
TestServlet - Class in org.codehaus.cargo.sample.testdata.systemproperty
Sample test Servlet used to verify that the system properties are put in place correctly.
TestServlet() - Constructor for class org.codehaus.cargo.sample.testdata.systemproperty.TestServlet
 
TestServlet - Class in org.codehaus.cargo.sample.testdata.tomcatcontext
Sample test Servlet used to verify that parameters passed in Tomcat's context.xml file are correctly passed to Tomcat when the WAR module is deployed.
TestServlet() - Constructor for class org.codehaus.cargo.sample.testdata.tomcatcontext.TestServlet
 

U

undeploy(HttpServletResponse, String) - Method in class org.codehaus.cargo.deployer.jetty.DeployerServlet
Undeploy the webapp with the given context path.
C D E G I M O P S T U 

Copyright © 2004-2013 Codehaus. All Rights Reserved.