Java Doc for XSSLAction.java in  » XML » activexml » org » xdev » base » xssl » 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 » XML » activexml » org.xdev.base.xssl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.xdev.base.xssl.XSSLComponent
   org.xdev.base.xssl.XSSLAction

All known Subclasses:   org.xdev.base.xssl.XSSLReturn,
XSSLAction
abstract public class XSSLAction extends XSSLComponent implements Threaded(Code)

author:
   AYegorov
author:
  


author:
   Abstract base class for all of the activeXml components, that defines all of the
author:
   core collaboration and component integration. Provides common exception handling,
author:
   transaction management abstraction, threading.
author:
  



Field Summary
final public static  StringACTION_CATCH_EX
    
final public static  intACTION_CLOSE
    
final public static  intACTION_CLOSE_EVENT
    
final public static  intACTION_COMMIT
    
final public static  intACTION_COMMIT_EVENT
    
final public static  intACTION_COMPLETED_EVENT
    
final public static  intACTION_COPIED_EVENT
    
final public static  StringACTION_DO_CLOSE
    
final public static  StringACTION_DO_COMMIT
    
final public static  StringACTION_DO_RESET
    
final public static  StringACTION_DO_ROLLBACK
    
final public static  intACTION_ERROR_EVENT
    
final public static  StringACTION_EVENT_TRIGGER
    
final public static  intACTION_EXCEPTION_LOGGED_EVENT
    
final public static  intACTION_EXCEPTION_THROWN_EVENT
    
final public static  intACTION_FAILURE_EVENT
    
final public static  intACTION_INITITIALIZED_EVENT
    
final public static  intACTION_PREPROCESS_EVENT
    
final public static  intACTION_PRESET_EVENT
    
final public static  intACTION_PROCESSED_EVENT
    
final public static  intACTION_RESET_EVENT
    
final public static  intACTION_ROLLBACK
    
final public static  intACTION_ROLLBACK_EVENT
    
final public static  intACTION_SET_EVENT
    
final public static  intACTION_STARTED_EVENT
    
final public static  intACTION_STATUS_EVENT
    
final public static  intACTION_SUCCESS_EVENT
    
final public static  intACTION_VALUE_SET_EVENT
    
final public static  StringDEFAULT
    
final public static  StringOBJECT_ID
    
final public static  intTRIGGER_AFTER_REMOVE_EVENT
    
final public static  intTRIGGER_BEFORE_REMOVE_EVENT
    
final public static  intTRIGGER_END_EVENT
    
final public static  intTRIGGER_ERROR_EVENT
    
final public static  intTRIGGER_START_EVENT
    
protected  XSSLActionactionParent
    
protected  ThreadactionThread
    
protected  ArrayListeventList
    
protected  Exceptionexception
    
protected  booleanexecutionStatus
    
protected  booleanexecutionStatusSet
    
protected static  HashMapglobalPersistances
    
protected  StringholdId
    
protected  booleanholding
    
protected  XSSLActionoriginalRule
    
protected  AbstractPersistancepersistance
    
protected  booleanreset
    
protected  booleanresumed
    
protected  Elementroot
    
protected  StringrulePath
    
protected  XSSLActiontemplate
    
protected  booleanthreaded
    
protected  Stringtype
    
protected  booleanwasCloned
    
protected  booleanwasExecuted
    
protected  booleanwasSet
    
protected  booleanwasStarted
    

Constructor Summary
public  XSSLAction(String id)
    
public  XSSLAction(String id, HashMap properties)
    

Method Summary
public  voidbreakExecution()
    
abstract protected  voidclose()
    
abstract public  voidcommit()
    
public  XSSLActioncopy()
    
public  booleanexecute()
    
public  booleanexecute(XSSLAction action)
    
public  voidfinalize()
    
public static  XSSLActionfindOnHold(String id)
    
public  Objectget(String id)
    
public static  StringgetACTION_CATCH_EX()
    
public static  intgetACTION_CLOSE()
    
public static  intgetACTION_CLOSE_EVENT()
    
public static  intgetACTION_COMMIT()
    
public static  intgetACTION_COMMIT_EVENT()
    
public static  intgetACTION_COMPLETED_EVENT()
    
public static  intgetACTION_COPIED_EVENT()
    
public static  StringgetACTION_DO_CLOSE()
    
public static  StringgetACTION_DO_COMMIT()
    
public static  StringgetACTION_DO_RESET()
    
public static  StringgetACTION_DO_ROLLBACK()
    
public static  intgetACTION_ERROR_EVENT()
    
public static  StringgetACTION_EVENT_TRIGGER()
    
public static  intgetACTION_EXCEPTION_LOGGED_EVENT()
    
public static  intgetACTION_EXCEPTION_THROWN_EVENT()
    
public static  intgetACTION_FAILURE_EVENT()
    
public static  intgetACTION_INITITIALIZED_EVENT()
    
public static  intgetACTION_PREPROCESS_EVENT()
    
public static  intgetACTION_PRESET_EVENT()
    
public static  intgetACTION_PROCESSED_EVENT()
    
public static  intgetACTION_RESET_EVENT()
    
public static  intgetACTION_ROLLBACK()
    
public static  intgetACTION_ROLLBACK_EVENT()
    
public static  intgetACTION_SET_EVENT()
    
public static  intgetACTION_STARTED_EVENT()
    
public static  intgetACTION_STATUS_EVENT()
    
public static  intgetACTION_SUCCESS_EVENT()
    
public static  intgetACTION_VALUE_SET_EVENT()
    
public static  StringgetDEFAULT()
    
public  IDataSourcegetDataSource(String id)
    
public  intgetEventId()
    
public  ArrayListgetEventList()
    
public  ExceptiongetException()
    
public  booleangetExecutionStatus()
    
public  AbstractPersistancegetGlobalPersistance()
    
public static  StringgetOBJECT_ID()
    
public  XSSLActiongetOriginalRule()
    
public  AbstractPersistancegetPersistance()
    
public  AbstractPersistancegetPersistance(boolean global)
    
public  StringgetPhysicalPath()
    
public  StringgetRulePath()
    
public static  intgetTRIGGER_AFTER_REMOVE_EVENT()
    
public static  intgetTRIGGER_BEFORE_REMOVE_EVENT()
    
public static  intgetTRIGGER_END_EVENT()
    
public static  intgetTRIGGER_ERROR_EVENT()
    
public static  intgetTRIGGER_START_EVENT()
    
public  ObjectgetTransactionAction()
    
public  ObjectgetTransactionComponent(String id)
    
public  ObjectgetTransactionConfig()
    
public  ObjectgetTransactionController()
    
public  ObjectgetTransactionRequest()
    
public  ObjectgetTransactionResponse()
    
public  ObjectgetTransactionSession()
    
public  StringgetWorkingDirectory()
    
public  booleanhasException()
    
public  booleanhasExecuted()
    
public  Stringhold(String holdId)
    
protected  voidinit()
    
abstract protected  voidinvoke()
    
public  booleanisAlive()
    
public  booleanisBroken()
    
public  booleanisCloned()
    
public  booleanisHolding()
    
public  booleanisStarted()
    
public  booleanisThreaded()
    
public  voidissueTrigger(int eventId)
    
public  voidissueTrigger(int eventId, Object param)
    
protected  voidprocess()
    
public static  voidremoveGlobalPersistance(String ruleId)
    
public  voidreset()
    
protected  ObjectresolveKeyword(Object key)
    
public  voidresume(Object data)
    
abstract public  voidrollback()
    
public  voidrun()
    
abstract protected  voidset()
    
public  voidsetCloned(boolean flag)
    
public  voidsetEventId(int eventId)
    
public  voidsetException(Exception ex)
    
public  voidsetExecutionStatus(boolean executionStatus)
    
public  voidsetHold(boolean holding)
    
public  voidsetOriginalRule(XSSLAction originalRule)
    
public  voidsetPersistance(AbstractPersistance persistance)
    
public  voidsetPhysicalPath(String physicalPath)
    
public  voidsetResumeData(Object data)
    
public  voidsetRulePath(String rulePath)
    
public  voidsetStarted(boolean flag)
    
abstract protected  StringsetTagName()
    
public  voidsetThreaded(boolean flag)
    
public  voidsetTransactionComponent(String id, Object comp)
    
public  voidsetTransactionController(Object controller)
    
public  voidsetWorkingDirectory(String workingDirectory)
    
public synchronized  voidstart()
    
public  voidthrowException()
    
public  booleanthrowsException()
    
public  booleantransaction(int choice)
    

Field Detail
ACTION_CATCH_EX
final public static String ACTION_CATCH_EX(Code)

Name: catch-exception

Defines whether the exception thrown by the executing action to be caught or propogated

Values: true | false

Default: false




ACTION_CLOSE
final public static int ACTION_CLOSE(Code)



ACTION_CLOSE_EVENT
final public static int ACTION_CLOSE_EVENT(Code)



ACTION_COMMIT
final public static int ACTION_COMMIT(Code)



ACTION_COMMIT_EVENT
final public static int ACTION_COMMIT_EVENT(Code)



ACTION_COMPLETED_EVENT
final public static int ACTION_COMPLETED_EVENT(Code)



ACTION_COPIED_EVENT
final public static int ACTION_COPIED_EVENT(Code)



ACTION_DO_CLOSE
final public static String ACTION_DO_CLOSE(Code)

Name: do-close

Defines whether to execute close logic after execution or not

Values: true | false

Default: false




ACTION_DO_COMMIT
final public static String ACTION_DO_COMMIT(Code)

Name: do-commit

Defines whether to execute commit logic after execution or not

Values: true | false

Default: false




ACTION_DO_RESET
final public static String ACTION_DO_RESET(Code)

Name: reset

Defines whether to reset the component on the repeated execution

Values: true | false

Default: true




ACTION_DO_ROLLBACK
final public static String ACTION_DO_ROLLBACK(Code)

Name: do-rollback

Defines whether to execute rollback logic after failed execution or not

Values: true | false

Default: true




ACTION_ERROR_EVENT
final public static int ACTION_ERROR_EVENT(Code)



ACTION_EVENT_TRIGGER
final public static String ACTION_EVENT_TRIGGER(Code)

Name: trigger

Defines a comma delimited list of event triggers to process

Values: any event trigger code value(s) delimited by a comma




ACTION_EXCEPTION_LOGGED_EVENT
final public static int ACTION_EXCEPTION_LOGGED_EVENT(Code)



ACTION_EXCEPTION_THROWN_EVENT
final public static int ACTION_EXCEPTION_THROWN_EVENT(Code)



ACTION_FAILURE_EVENT
final public static int ACTION_FAILURE_EVENT(Code)



ACTION_INITITIALIZED_EVENT
final public static int ACTION_INITITIALIZED_EVENT(Code)



ACTION_PREPROCESS_EVENT
final public static int ACTION_PREPROCESS_EVENT(Code)



ACTION_PRESET_EVENT
final public static int ACTION_PRESET_EVENT(Code)



ACTION_PROCESSED_EVENT
final public static int ACTION_PROCESSED_EVENT(Code)



ACTION_RESET_EVENT
final public static int ACTION_RESET_EVENT(Code)



ACTION_ROLLBACK
final public static int ACTION_ROLLBACK(Code)



ACTION_ROLLBACK_EVENT
final public static int ACTION_ROLLBACK_EVENT(Code)



ACTION_SET_EVENT
final public static int ACTION_SET_EVENT(Code)



ACTION_STARTED_EVENT
final public static int ACTION_STARTED_EVENT(Code)



ACTION_STATUS_EVENT
final public static int ACTION_STATUS_EVENT(Code)



ACTION_SUCCESS_EVENT
final public static int ACTION_SUCCESS_EVENT(Code)



ACTION_VALUE_SET_EVENT
final public static int ACTION_VALUE_SET_EVENT(Code)



DEFAULT
final public static String DEFAULT(Code)



OBJECT_ID
final public static String OBJECT_ID(Code)

Name: object-id

Defines the name of the persistance placeholder for a given component

Values: any value




TRIGGER_AFTER_REMOVE_EVENT
final public static int TRIGGER_AFTER_REMOVE_EVENT(Code)



TRIGGER_BEFORE_REMOVE_EVENT
final public static int TRIGGER_BEFORE_REMOVE_EVENT(Code)



TRIGGER_END_EVENT
final public static int TRIGGER_END_EVENT(Code)



TRIGGER_ERROR_EVENT
final public static int TRIGGER_ERROR_EVENT(Code)



TRIGGER_START_EVENT
final public static int TRIGGER_START_EVENT(Code)



actionParent
protected XSSLAction actionParent(Code)



actionThread
protected Thread actionThread(Code)



eventList
protected ArrayList eventList(Code)



exception
protected Exception exception(Code)



executionStatus
protected boolean executionStatus(Code)



executionStatusSet
protected boolean executionStatusSet(Code)



globalPersistances
protected static HashMap globalPersistances(Code)



holdId
protected String holdId(Code)



holding
protected boolean holding(Code)



originalRule
protected XSSLAction originalRule(Code)



persistance
protected AbstractPersistance persistance(Code)



reset
protected boolean reset(Code)



resumed
protected boolean resumed(Code)



root
protected Element root(Code)



rulePath
protected String rulePath(Code)



template
protected XSSLAction template(Code)



threaded
protected boolean threaded(Code)



type
protected String type(Code)



wasCloned
protected boolean wasCloned(Code)



wasExecuted
protected boolean wasExecuted(Code)



wasSet
protected boolean wasSet(Code)



wasStarted
protected boolean wasStarted(Code)




Constructor Detail
XSSLAction
public XSSLAction(String id)(Code)

Parameters:
  id -



XSSLAction
public XSSLAction(String id, HashMap properties)(Code)

Parameters:
  id -
Parameters:
  properties -




Method Detail
breakExecution
public void breakExecution()(Code)



close
abstract protected void close() throws Exception(Code)



commit
abstract public void commit() throws Exception(Code)



copy
public XSSLAction copy()(Code)



execute
public boolean execute() throws Exception(Code)



execute
public boolean execute(XSSLAction action) throws Exception(Code)



finalize
public void finalize() throws Throwable(Code)



findOnHold
public static XSSLAction findOnHold(String id)(Code)



get
public Object get(String id)(Code)



getACTION_CATCH_EX
public static String getACTION_CATCH_EX()(Code)
Returns the aCTION_CATCH_EX.



getACTION_CLOSE
public static int getACTION_CLOSE()(Code)
Returns the aCTION_CLOSE.



getACTION_CLOSE_EVENT
public static int getACTION_CLOSE_EVENT()(Code)
Returns the aCTION_CLOSE_EVENT.



getACTION_COMMIT
public static int getACTION_COMMIT()(Code)
Returns the aCTION_COMMIT.



getACTION_COMMIT_EVENT
public static int getACTION_COMMIT_EVENT()(Code)
Returns the aCTION_COMMIT_EVENT.



getACTION_COMPLETED_EVENT
public static int getACTION_COMPLETED_EVENT()(Code)
Returns the aCTION_COMPLETED_EVENT.



getACTION_COPIED_EVENT
public static int getACTION_COPIED_EVENT()(Code)
Returns the aCTION_COPIED_EVENT.



getACTION_DO_CLOSE
public static String getACTION_DO_CLOSE()(Code)
Returns the aCTION_DO_CLOSE.



getACTION_DO_COMMIT
public static String getACTION_DO_COMMIT()(Code)
Returns the aCTION_DO_COMMIT.



getACTION_DO_RESET
public static String getACTION_DO_RESET()(Code)
Returns the aCTION_DO_RESET.



getACTION_DO_ROLLBACK
public static String getACTION_DO_ROLLBACK()(Code)
Returns the aCTION_DO_ROLLBACK.



getACTION_ERROR_EVENT
public static int getACTION_ERROR_EVENT()(Code)
Returns the aCTION_ERROR_EVENT.



getACTION_EVENT_TRIGGER
public static String getACTION_EVENT_TRIGGER()(Code)
Returns the aCTION_EVENT_TRIGGER.



getACTION_EXCEPTION_LOGGED_EVENT
public static int getACTION_EXCEPTION_LOGGED_EVENT()(Code)
Returns the aCTION_EXCEPTION_LOGGED_EVENT.



getACTION_EXCEPTION_THROWN_EVENT
public static int getACTION_EXCEPTION_THROWN_EVENT()(Code)
Returns the aCTION_EXCEPTION_THROWN_EVENT.



getACTION_FAILURE_EVENT
public static int getACTION_FAILURE_EVENT()(Code)
Returns the aCTION_FAILURE_EVENT.



getACTION_INITITIALIZED_EVENT
public static int getACTION_INITITIALIZED_EVENT()(Code)
Returns the aCTION_INITITIALIZED_EVENT.



getACTION_PREPROCESS_EVENT
public static int getACTION_PREPROCESS_EVENT()(Code)
Returns the aCTION_PREPROCESS_EVENT.



getACTION_PRESET_EVENT
public static int getACTION_PRESET_EVENT()(Code)
Returns the aCTION_PRESET_EVENT.



getACTION_PROCESSED_EVENT
public static int getACTION_PROCESSED_EVENT()(Code)
Returns the aCTION_PROCESSED_EVENT.



getACTION_RESET_EVENT
public static int getACTION_RESET_EVENT()(Code)
Returns the aCTION_RESET_EVENT.



getACTION_ROLLBACK
public static int getACTION_ROLLBACK()(Code)
Returns the aCTION_ROLLBACK.



getACTION_ROLLBACK_EVENT
public static int getACTION_ROLLBACK_EVENT()(Code)
Returns the aCTION_ROLLBACK_EVENT.



getACTION_SET_EVENT
public static int getACTION_SET_EVENT()(Code)
Returns the aCTION_SET_EVENT.



getACTION_STARTED_EVENT
public static int getACTION_STARTED_EVENT()(Code)
Returns the aCTION_STARTED_EVENT.



getACTION_STATUS_EVENT
public static int getACTION_STATUS_EVENT()(Code)
Returns the aCTION_STATUS_EVENT.



getACTION_SUCCESS_EVENT
public static int getACTION_SUCCESS_EVENT()(Code)
Returns the aCTION_SUCCESS_EVENT.



getACTION_VALUE_SET_EVENT
public static int getACTION_VALUE_SET_EVENT()(Code)
Returns the aCTION_VALUE_SET_EVENT.



getDEFAULT
public static String getDEFAULT()(Code)
Returns the dEFAULT.



getDataSource
public IDataSource getDataSource(String id)(Code)



getEventId
public int getEventId()(Code)



getEventList
public ArrayList getEventList()(Code)
Returns the eventList.



getException
public Exception getException()(Code)



getExecutionStatus
public boolean getExecutionStatus()(Code)



getGlobalPersistance
public AbstractPersistance getGlobalPersistance()(Code)



getOBJECT_ID
public static String getOBJECT_ID()(Code)
Returns the oBJECT_ID.



getOriginalRule
public XSSLAction getOriginalRule()(Code)



getPersistance
public AbstractPersistance getPersistance()(Code)



getPersistance
public AbstractPersistance getPersistance(boolean global)(Code)



getPhysicalPath
public String getPhysicalPath()(Code)



getRulePath
public String getRulePath()(Code)



getTRIGGER_AFTER_REMOVE_EVENT
public static int getTRIGGER_AFTER_REMOVE_EVENT()(Code)
Returns the tRIGGER_AFTER_REMOVE_EVENT.



getTRIGGER_BEFORE_REMOVE_EVENT
public static int getTRIGGER_BEFORE_REMOVE_EVENT()(Code)
Returns the tRIGGER_BEFORE_REMOVE_EVENT.



getTRIGGER_END_EVENT
public static int getTRIGGER_END_EVENT()(Code)
Returns the tRIGGER_END_EVENT.



getTRIGGER_ERROR_EVENT
public static int getTRIGGER_ERROR_EVENT()(Code)
Returns the tRIGGER_ERROR_EVENT.



getTRIGGER_START_EVENT
public static int getTRIGGER_START_EVENT()(Code)
Returns the tRIGGER_START_EVENT.



getTransactionAction
public Object getTransactionAction()(Code)



getTransactionComponent
public Object getTransactionComponent(String id)(Code)



getTransactionConfig
public Object getTransactionConfig()(Code)



getTransactionController
public Object getTransactionController()(Code)



getTransactionRequest
public Object getTransactionRequest()(Code)



getTransactionResponse
public Object getTransactionResponse()(Code)



getTransactionSession
public Object getTransactionSession()(Code)



getWorkingDirectory
public String getWorkingDirectory()(Code)



hasException
public boolean hasException()(Code)



hasExecuted
public boolean hasExecuted()(Code)



hold
public String hold(String holdId) throws Exception(Code)



init
protected void init() throws Exception(Code)



invoke
abstract protected void invoke() throws Exception(Code)



isAlive
public boolean isAlive()(Code)



isBroken
public boolean isBroken()(Code)



isCloned
public boolean isCloned()(Code)



isHolding
public boolean isHolding()(Code)



isStarted
public boolean isStarted()(Code)



isThreaded
public boolean isThreaded()(Code)



issueTrigger
public void issueTrigger(int eventId) throws Exception(Code)



issueTrigger
public void issueTrigger(int eventId, Object param) throws Exception(Code)



process
protected void process() throws Exception(Code)



removeGlobalPersistance
public static void removeGlobalPersistance(String ruleId)(Code)



reset
public void reset()(Code)



resolveKeyword
protected Object resolveKeyword(Object key)(Code)



resume
public void resume(Object data)(Code)



rollback
abstract public void rollback() throws Exception(Code)



run
public void run()(Code)



set
abstract protected void set() throws Exception(Code)



setCloned
public void setCloned(boolean flag)(Code)



setEventId
public void setEventId(int eventId)(Code)



setException
public void setException(Exception ex)(Code)



setExecutionStatus
public void setExecutionStatus(boolean executionStatus)(Code)

Parameters:
  executionStatus - The executionStatus to set.



setHold
public void setHold(boolean holding)(Code)



setOriginalRule
public void setOriginalRule(XSSLAction originalRule)(Code)



setPersistance
public void setPersistance(AbstractPersistance persistance)(Code)



setPhysicalPath
public void setPhysicalPath(String physicalPath)(Code)

Parameters:
  string -



setResumeData
public void setResumeData(Object data)(Code)



setRulePath
public void setRulePath(String rulePath)(Code)



setStarted
public void setStarted(boolean flag)(Code)



setTagName
abstract protected String setTagName()(Code)



setThreaded
public void setThreaded(boolean flag)(Code)



setTransactionComponent
public void setTransactionComponent(String id, Object comp)(Code)



setTransactionController
public void setTransactionController(Object controller)(Code)



setWorkingDirectory
public void setWorkingDirectory(String workingDirectory)(Code)



start
public synchronized void start()(Code)



throwException
public void throwException() throws Exception(Code)



throwsException
public boolean throwsException()(Code)



transaction
public boolean transaction(int choice) throws Exception(Code)



Fields inherited from org.xdev.base.xssl.XSSLComponent
final public static String LOOKUP_NAME(Code)(Java Doc)

Methods inherited from org.xdev.base.xssl.XSSLComponent
public void addFinalizable(XSSLComponent c)(Code)(Java Doc)
public void addIndexedComponent(String id, XSSLComponent c)(Code)(Java Doc)
public void addLookupComponent(String id, XSSLComponent c)(Code)(Java Doc)
public void addTemporaryBind(String name, List children)(Code)(Java Doc)
public Object clone()(Code)(Java Doc)
public ArrayList getElements(XSSLComponent parent, HashMap parents)(Code)(Java Doc)
public List getFinalizableList()(Code)(Java Doc)
public XSSLComponent getIndexedComponent(String id)(Code)(Java Doc)
public HashMap getIndexedComponents()(Code)(Java Doc)
public XSSLComponent getLookupComponent(String id)(Code)(Java Doc)
public HashMap getLookupComponents()(Code)(Java Doc)
public XSSLComponent getParentComponent()(Code)(Java Doc)
public XSSLComponent getRoot()(Code)(Java Doc)
public String getTagName()(Code)(Java Doc)
public List getTemporaryBind(String name)(Code)(Java Doc)
public ArrayList getThreads()(Code)(Java Doc)
public boolean hasParent()(Code)(Java Doc)
public XSSLComponent lookup(String id)(Code)(Java Doc)
public synchronized Object newInstance(Object template, Object parent)(Code)(Java Doc)
public void registerThread(XSSLComponent thread)(Code)(Java Doc)
public void setIndexedComponents(HashMap indexedComponents)(Code)(Java Doc)
public void setLookupComponents(HashMap lookupComponents)(Code)(Java Doc)
public void setParent(XSSLComponent root)(Code)(Java Doc)
public void setParents(HashMap cloneParents)(Code)(Java Doc)
public void setRoot(XSSLComponent root)(Code)(Java Doc)
public void setTagName(String tagName)(Code)(Java Doc)
public void setThreads(ArrayList threads)(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.