Java Doc for EntAppClient.java in » EJB-Server-resin-3.1.5 » resin » com » caucho » server » e_app » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
EJB Server resin 3.1.5
»
resin
»
com.caucho.server.e_app
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.caucho.server.e_app
.EntAppClient
EntAppClient
public
class EntAppClient implements
DeployInstance
,
EnvironmentBean
(Code)
An enterprise application (ear)
Inner Class :
public
class EjbLink
Inner Class :
public
class SecurityRole
Inner Class :
public
class Module
Field Summary
final static L10N
L
final static
Logger
log
Constructor Summary
EntAppClient
(
AppClientDeployController
entry,
String
name)
Creates the application.
Method Summary
public
void
addEjbRef
(
EjbRef
ejbRef)
Adds an ejb-reference.
public
EjbLink
createEjbLink
()
Adds an EjbLink.
public
Module
createModule
()
Adds a module.
public
SecurityRole
createSecurityRole
()
Adds an EjbLink.
public
void
destroy
()
Destroys the client.
public
EnvironmentClassLoader
getClassLoader
()
Returns the class loader.
public
Throwable
getConfigException
()
Gets the config exception.
public
EJBClientInterface
getEJBClient
()
Returns the ejb client.
Class
getEjbHome
(
String
ejbName)
Gets an ejb home.
public
String
getName
()
Gets the name.
public
Path
getRootDirectory
()
Sets the root directory.
public
void
init
()
Initialize the client.
public
boolean
isDeployError
()
Return true is the deployment had an error.
public
boolean
isDeployIdle
()
public
boolean
isModified
()
Return true for modified.
public
boolean
isModifiedNow
()
Return true for modified.
public
boolean
logModified
(
Logger
log)
Log the reason for modification.
public
void
main
(
String
[] args)
Execute the main class.
public
void
main
(
String
mainClassName,
String
[] args)
Execute the main class.
public
void
setArchivePath
(Path archivePath)
public
void
setConfigException
(
Throwable
e)
Sets the config exception.
public
void
setDescription
(
String
description)
Sets the description.
public
void
setDisplayName
(
String
displayName)
Sets the display-name.
public
void
setEnvironmentClassLoader
(
EnvironmentClassLoader
loader)
Sets the class loader.
public
void
setMainClass
(
String
mainClass)
Sets the main class.
public
void
setName
(
String
name)
Sets the name.
public
void
setRootDirectory
(Path rootDir)
Sets the root directory.
public
void
setSchemaLocation
(
String
s)
Stub for the xsi:schemaLocation tag.
public
void
setVersion
(
String
s)
Stub for the version tag.
public
void
start
()
Start the client.
public
String
toString
()
Field Detail
L
final static L10N L
(Code)
log
final static
Logger
log
(Code)
Constructor Detail
EntAppClient
EntAppClient(
AppClientDeployController
entry,
String
name)
(Code)
Creates the application.
Method Detail
addEjbRef
public
void addEjbRef(
EjbRef
ejbRef)
(Code)
Adds an ejb-reference.
createEjbLink
public
EjbLink createEjbLink()
(Code)
Adds an EjbLink.
createModule
public
Module createModule()
(Code)
Adds a module.
createSecurityRole
public
SecurityRole
createSecurityRole()
(Code)
Adds an EjbLink.
destroy
public
void destroy()
(Code)
Destroys the client.
getClassLoader
public
EnvironmentClassLoader
getClassLoader()
(Code)
Returns the class loader.
getConfigException
public
Throwable
getConfigException()
(Code)
Gets the config exception.
getEJBClient
public
EJBClientInterface
getEJBClient() throws
ClassNotFoundException
,
InstantiationException
,
IllegalAccessException
(Code)
Returns the ejb client.
getEjbHome
Class
getEjbHome(
String
ejbName) throws ConfigException
(Code)
Gets an ejb home.
getName
public
String
getName()
(Code)
Gets the name.
getRootDirectory
public
Path getRootDirectory()
(Code)
Sets the root directory.
init
public
void init()
(Code)
Initialize the client.
isDeployError
public
boolean isDeployError()
(Code)
Return true is the deployment had an error.
isDeployIdle
public
boolean isDeployIdle()
(Code)
Return true is the deployment is idle
isModified
public
boolean isModified()
(Code)
Return true for modified.
isModifiedNow
public
boolean isModifiedNow()
(Code)
Return true for modified.
logModified
public
boolean logModified(
Logger
log)
(Code)
Log the reason for modification.
main
public
void main(
String
[] args) throws
Throwable
(Code)
Execute the main class.
main
public
void main(
String
mainClassName,
String
[] args) throws
Throwable
(Code)
Execute the main class.
setArchivePath
public
void setArchivePath(Path archivePath)
(Code)
Sets the archive path
setConfigException
public
void setConfigException(
Throwable
e)
(Code)
Sets the config exception.
setDescription
public
void setDescription(
String
description)
(Code)
Sets the description.
setDisplayName
public
void setDisplayName(
String
displayName)
(Code)
Sets the display-name.
setEnvironmentClassLoader
public
void setEnvironmentClassLoader(
EnvironmentClassLoader
loader)
(Code)
Sets the class loader.
setMainClass
public
void setMainClass(
String
mainClass)
(Code)
Sets the main class.
setName
public
void setName(
String
name)
(Code)
Sets the name.
setRootDirectory
public
void setRootDirectory(Path rootDir)
(Code)
Sets the root directory.
setSchemaLocation
public
void setSchemaLocation(
String
s)
(Code)
Stub for the xsi:schemaLocation tag.
setVersion
public
void setVersion(
String
s)
(Code)
Stub for the version tag.
start
public
void start()
(Code)
Start the client.
toString
public
String
toString()
(Code)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.