|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.e_app.EntAppClient
public class EntAppClient
An enterprise application (ear)
| Nested Class Summary | |
|---|---|
class |
EntAppClient.EjbLink
|
class |
EntAppClient.Module
|
class |
EntAppClient.SecurityRole
|
| Method Summary | |
|---|---|
void |
addEjbRef(EjbRef ejbRef)
Adds an ejb-reference. |
EntAppClient.EjbLink |
createEjbLink()
Adds an EjbLink. |
EntAppClient.Module |
createModule()
Adds a module. |
EntAppClient.SecurityRole |
createSecurityRole()
Adds an EjbLink. |
void |
destroy()
Destroys the client. |
EnvironmentClassLoader |
getClassLoader()
Returns the class loader. |
java.lang.Throwable |
getConfigException()
Gets the config exception. |
EJBClientInterface |
getEJBClient()
Returns the ejb client. |
java.lang.String |
getName()
Gets the name. |
Path |
getRootDirectory()
Sets the root directory. |
void |
init()
Initialize the client. |
boolean |
isDeployError()
Return true is the deployment had an error. |
boolean |
isDeployIdle()
Return true is the deployment is idle |
boolean |
isModified()
Return true for modified. |
boolean |
isModifiedNow()
Return true for modified. |
boolean |
logModified(java.util.logging.Logger log)
Log the reason for modification. |
void |
main(java.lang.String[] args)
Execute the main class. |
void |
main(java.lang.String mainClassName,
java.lang.String[] args)
Execute the main class. |
void |
setArchivePath(Path archivePath)
Sets the archive path |
void |
setConfigException(java.lang.Throwable e)
Sets the config exception. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setDisplayName(java.lang.String displayName)
Sets the display-name. |
void |
setEnvironmentClassLoader(EnvironmentClassLoader loader)
Sets the class loader. |
void |
setMainClass(java.lang.String mainClass)
Sets the main class. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setRootDirectory(Path rootDir)
Sets the root directory. |
void |
setSchemaLocation(java.lang.String s)
Stub for the xsi:schemaLocation tag. |
void |
setVersion(java.lang.String s)
Stub for the version tag. |
void |
start()
Start the client. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void setName(java.lang.String name)
public java.lang.String getName()
public EJBClientInterface getEJBClient()
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessExceptionpublic void setRootDirectory(Path rootDir)
public Path getRootDirectory()
public void setArchivePath(Path archivePath)
public void setDescription(java.lang.String description)
public void setDisplayName(java.lang.String displayName)
public EntAppClient.Module createModule()
public void addEjbRef(EjbRef ejbRef)
public void setMainClass(java.lang.String mainClass)
public EnvironmentClassLoader getClassLoader()
getClassLoader in interface EnvironmentBeangetClassLoader in interface DeployInstancepublic void setEnvironmentClassLoader(EnvironmentClassLoader loader)
public void setConfigException(java.lang.Throwable e)
setConfigException in interface DeployInstancepublic java.lang.Throwable getConfigException()
getConfigException in interface DeployInstancepublic EntAppClient.EjbLink createEjbLink()
public EntAppClient.SecurityRole createSecurityRole()
public void setSchemaLocation(java.lang.String s)
public void setVersion(java.lang.String s)
public void init()
public boolean isModified()
isModified in interface DeployInstanceisModified in interface Dependencypublic boolean isModifiedNow()
isModifiedNow in interface DeployInstancepublic boolean logModified(java.util.logging.Logger log)
logModified in interface DeployInstancelogModified in interface Dependencypublic boolean isDeployError()
isDeployError in interface DeployInstancepublic boolean isDeployIdle()
isDeployIdle in interface DeployInstancepublic void start()
start in interface DeployInstance
public void main(java.lang.String[] args)
throws java.lang.Throwable
java.lang.Throwable
public void main(java.lang.String mainClassName,
java.lang.String[] args)
throws java.lang.Throwable
java.lang.Throwablepublic void destroy()
destroy in interface DeployInstancepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||