Java Doc for SpringGlobals.java in » UML » AndroMDA-3.2 » org » andromda » cartridges » spring » metafacades » 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
»
UML
»
AndroMDA 3.2
»
org.andromda.cartridges.spring.metafacades
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.andromda.cartridges.spring.metafacades
.SpringGlobals
SpringGlobals
public
class SpringGlobals
(Code)
Stores Globals specific to the Spring cartridge.
author:
Chad Brandon
author:
Wouter Zoons
Field Summary
final static
String
BEAN_NAME_TARGET_SUFFIX
final static
String
CONFIG_PROPERTY_PREFIX
Prefix for configuration properties related to remoting.
final static
String
CRUD_VALUE_OBJECT_SUFFIX
The suffix to append to the class names of CRUD value objects.
final static
String
DAO_BASE_PATTERN
The pattern used to construct the DAO base name.
final static
String
DAO_IMPLEMENTATION_PATTERN
The pattern used to construct the DAO implementation name.
final static
String
DAO_PATTERN
The pattern used to construct the DAO name.
final static
String
DEFAULT_SERVICE_EXCEPTIONS
final static
String
DEFAULT_SERVICE_EXCEPTION_NAME_PATTERN
final static
String
EJB_IMPLEMENTATION_SUFFIX
EJB implementation class suffix.
final static
String
EJB_JNDI_NAME_PREFIX
final static
String
EJB_PACKAGE_NAME_PATTERN
final static
String
EJB_TRANSACTIONS_ENABLED
The pattern used to indicate whether or not ejb transactions are enabled.
final
public
static
String
HIBERNATE_MAPPING_STRATEGY
Denotes whether or not subclasses require their own mapping file.
final
public
static
String
HIBERNATE_MAPPING_STRATEGY_HIERARCHY
A mapping file per hierarchy.
final
public
static
String
HIBERNATE_MAPPING_STRATEGY_SUBCLASS
A mapping file per subclass.
final
public
static
String
HIBERNATE_VERSION
Hibernate version to use.
final
public
static
String
HIBERNATE_VERSION_3
The version for Hibernate 3.
final
public
static
String
HIBERNATE_XML_PERSISTENCE
Indicates if "XML Persistence" code generation is enabled.
final static
String
HIBERNATE_XML_PERSISTENCE_ID_AS_ATTRIBUTE
Determines if the identifier attribute on an entity is generated as an attribute or as a separate element.
final static
String
IMPLEMENTATION_OPERATION_NAME_PATTERN
The property used to specify the implementation operation name pattern (on both services and DAOs).
final static
String
IMPLEMENTATION_SUFFIX
POJO implementation class suffix.
final static
String
REMOTING_PROTOCOL_BURLAP
final static
String
REMOTING_PROTOCOL_HESSIAN
final static
String
REMOTING_PROTOCOL_HTTPINVOKER
final static
String
REMOTING_PROTOCOL_NONE
final static
String
REMOTING_PROTOCOL_RMI
final static
String
RICH_CLIENT
final static
String
SERVICE_BASE_SUFFIX
The service base class suffix.
final static
String
SERVICE_INTERCEPTORS
final static
String
SERVICE_REMOTE_CONTEXT
final static
String
SERVICE_REMOTE_PORT
final static
String
SERVICE_REMOTE_SERVER
final static
String
SERVICE_REMOTING_TYPE
final static
String
TRANSFORMATION_CONSTANT_PREFIX
Defines the prefix given to the transformation constants.
final static
String
TRANSFORMATION_METHOD_PREFIX
The prefix given to transformation method names.
final static
String
TRANSFORMATION_TO_COLLECTION_METHOD_SUFFIX
The suffix given to transformation method names.
final static
String
WEBSERVICE_INCOMING_ATTACHMENT_HANDLER_CALL_PATTERN
The pattern used to construct the web service incoming attachment handler call.
final static
String
WEBSERVICE_OUTGOING_ATTACHMENT_HANDLER_CALL_PATTERN
The pattern used to construct the web service outgoing attachment handler call.
final static
String
WEB_SERVICE_DELEGATOR_SUFFIX
The service web service delegator.
Field Detail
BEAN_NAME_TARGET_SUFFIX
final static
String
BEAN_NAME_TARGET_SUFFIX
(Code)
The bean name target suffix
CONFIG_PROPERTY_PREFIX
final static
String
CONFIG_PROPERTY_PREFIX
(Code)
Prefix for configuration properties related to remoting.
CRUD_VALUE_OBJECT_SUFFIX
final static
String
CRUD_VALUE_OBJECT_SUFFIX
(Code)
The suffix to append to the class names of CRUD value objects.
DAO_BASE_PATTERN
final static
String
DAO_BASE_PATTERN
(Code)
The pattern used to construct the DAO base name.
DAO_IMPLEMENTATION_PATTERN
final static
String
DAO_IMPLEMENTATION_PATTERN
(Code)
The pattern used to construct the DAO implementation name.
DAO_PATTERN
final static
String
DAO_PATTERN
(Code)
The pattern used to construct the DAO name.
DEFAULT_SERVICE_EXCEPTIONS
final static
String
DEFAULT_SERVICE_EXCEPTIONS
(Code)
Default service exceptions
DEFAULT_SERVICE_EXCEPTION_NAME_PATTERN
final static
String
DEFAULT_SERVICE_EXCEPTION_NAME_PATTERN
(Code)
Default service exceptino name pattern
EJB_IMPLEMENTATION_SUFFIX
final static
String
EJB_IMPLEMENTATION_SUFFIX
(Code)
EJB implementation class suffix.
EJB_JNDI_NAME_PREFIX
final static
String
EJB_JNDI_NAME_PREFIX
(Code)
The prefix to use when constructing ejb JNDI names
EJB_PACKAGE_NAME_PATTERN
final static
String
EJB_PACKAGE_NAME_PATTERN
(Code)
The name pattern for EJB packages
EJB_TRANSACTIONS_ENABLED
final static
String
EJB_TRANSACTIONS_ENABLED
(Code)
The pattern used to indicate whether or not ejb transactions are enabled.
HIBERNATE_MAPPING_STRATEGY
final
public
static
String
HIBERNATE_MAPPING_STRATEGY
(Code)
Denotes whether or not subclasses require their own mapping file.
HIBERNATE_MAPPING_STRATEGY_HIERARCHY
final
public
static
String
HIBERNATE_MAPPING_STRATEGY_HIERARCHY
(Code)
A mapping file per hierarchy.
HIBERNATE_MAPPING_STRATEGY_SUBCLASS
final
public
static
String
HIBERNATE_MAPPING_STRATEGY_SUBCLASS
(Code)
A mapping file per subclass.
HIBERNATE_VERSION
final
public
static
String
HIBERNATE_VERSION
(Code)
Hibernate version to use.
HIBERNATE_VERSION_3
final
public
static
String
HIBERNATE_VERSION_3
(Code)
The version for Hibernate 3.
HIBERNATE_XML_PERSISTENCE
final
public
static
String
HIBERNATE_XML_PERSISTENCE
(Code)
Indicates if "XML Persistence" code generation is enabled. Requires Hibernate 3.
HIBERNATE_XML_PERSISTENCE_ID_AS_ATTRIBUTE
final static
String
HIBERNATE_XML_PERSISTENCE_ID_AS_ATTRIBUTE
(Code)
Determines if the identifier attribute on an entity is generated as an attribute or as a separate element.
IMPLEMENTATION_OPERATION_NAME_PATTERN
final static
String
IMPLEMENTATION_OPERATION_NAME_PATTERN
(Code)
The property used to specify the implementation operation name pattern (on both services and DAOs).
IMPLEMENTATION_SUFFIX
final static
String
IMPLEMENTATION_SUFFIX
(Code)
POJO implementation class suffix.
REMOTING_PROTOCOL_BURLAP
final static
String
REMOTING_PROTOCOL_BURLAP
(Code)
Burlap protocol for remote services
REMOTING_PROTOCOL_HESSIAN
final static
String
REMOTING_PROTOCOL_HESSIAN
(Code)
Hessian protocol for remote services
REMOTING_PROTOCOL_HTTPINVOKER
final static
String
REMOTING_PROTOCOL_HTTPINVOKER
(Code)
HttpInvoker protocol for remote services
REMOTING_PROTOCOL_NONE
final static
String
REMOTING_PROTOCOL_NONE
(Code)
Disable remoting
REMOTING_PROTOCOL_RMI
final static
String
REMOTING_PROTOCOL_RMI
(Code)
RMI protocol for remote services
RICH_CLIENT
final static
String
RICH_CLIENT
(Code)
Enable rich-client code generation ?
SERVICE_BASE_SUFFIX
final static
String
SERVICE_BASE_SUFFIX
(Code)
The service base class suffix.
SERVICE_INTERCEPTORS
final static
String
SERVICE_INTERCEPTORS
(Code)
Service interceptors
SERVICE_REMOTE_CONTEXT
final static
String
SERVICE_REMOTE_CONTEXT
(Code)
The remote context to which services are to be deployed
SERVICE_REMOTE_PORT
final static
String
SERVICE_REMOTE_PORT
(Code)
The remote port via which services are accessible
SERVICE_REMOTE_SERVER
final static
String
SERVICE_REMOTE_SERVER
(Code)
The server on which remote services are to be deployed
SERVICE_REMOTING_TYPE
final static
String
SERVICE_REMOTING_TYPE
(Code)
The remoting type to be used for services
TRANSFORMATION_CONSTANT_PREFIX
final static
String
TRANSFORMATION_CONSTANT_PREFIX
(Code)
Defines the prefix given to the transformation constants.
TRANSFORMATION_METHOD_PREFIX
final static
String
TRANSFORMATION_METHOD_PREFIX
(Code)
The prefix given to transformation method names.
TRANSFORMATION_TO_COLLECTION_METHOD_SUFFIX
final static
String
TRANSFORMATION_TO_COLLECTION_METHOD_SUFFIX
(Code)
The suffix given to transformation method names.
WEBSERVICE_INCOMING_ATTACHMENT_HANDLER_CALL_PATTERN
final static
String
WEBSERVICE_INCOMING_ATTACHMENT_HANDLER_CALL_PATTERN
(Code)
The pattern used to construct the web service incoming attachment handler call.
WEBSERVICE_OUTGOING_ATTACHMENT_HANDLER_CALL_PATTERN
final static
String
WEBSERVICE_OUTGOING_ATTACHMENT_HANDLER_CALL_PATTERN
(Code)
The pattern used to construct the web service outgoing attachment handler call.
WEB_SERVICE_DELEGATOR_SUFFIX
final static
String
WEB_SERVICE_DELEGATOR_SUFFIX
(Code)
The service web service delegator.
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.