Java Doc for ConsolePageSession.java in  » Workflow-Engines » JFolder » org » jfolder » console » base » 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 » Workflow Engines » JFolder » org.jfolder.console.base 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jfolder.common.web.template.ConsoleTemplateSession
      org.jfolder.console.base.ConsolePageSession

ConsolePageSession
public class ConsolePageSession extends ConsoleTemplateSession implements HttpSessionBindingListener,TemplateHolderForConceptTag(Code)


Field Summary
final protected static  intSTARTING_SEQUENCE_CODE
    

Constructor Summary
protected  ConsolePageSession(String inHandle, UserHolder inUh)
    

Method Summary
public  voidaddServerProjectSystem(ProjectSystem inPs, ConceptTagCharacteristic inPsCtchar)
    
public  voidaddUserProjectSystem(ProjectSystem inPs, ConceptTagCharacteristic inPsCtchar)
    
public  voidcommitConsolePageContentUsage()
    
public  voidenableCopyHolderAsPasteInsert(String inCode, int inIndex)
    
public  RootConceptTagHoldergetConsoleConfig()
    
public  ConsolePageContextgetConsolePageContext(String inHandle)
    
public  ConceptTaggetCopyHolderValueAsConceptTag()
    
public  StringgetCopyHolderValueAsString()
    
public  StringgetCurrentApplicationName()
    
public  ProjectSystemgetCurrentApplicationProjectSystem()
    
public  RootConceptTagHoldergetCurrentApplicationRootHolder()
    
public  StringgetCurrentApplicationTemplateLocation()
    
public  RootConceptTagHoldergetCurrentApplicationTemplateRootHolder()
    
public  StringgetCurrentApplicationType()
    
public  StringgetCurrentApplicationWebDocDirectory()
    
public  StringgetCurrentApplicationWebDocFile()
    
public  StringgetCurrentApplicationWebDocType()
    
public  StringgetCurrentConsolePage()
    
public  RootConceptTagHoldergetCurrentMacro()
    
public  ConsoleMacrogetCurrentMacroAsMacro()
    
public  StringgetCurrentSequenceCode()
    
public  ArrayListgetDataAccessResults()
    
public  HashMapgetDeployableProjects()
    
public  DocumentFileSystemRootgetDocumentSystemRoot()
    
public  StringgetMacroInterval()
    
protected  MenuBranchgetMenuBranch(int inIndex)
    
protected  HashMapgetMenuCellProps(int inIndex)
    
protected  HashMapgetMenuCellStyles(int inIndex)
    
protected  HashMapgetMenuTableProps(int inIndex)
    
protected  HashMapgetMenuTableStyles(int inIndex)
    
protected  IntegergetMenuTextLimit(int inIndex)
    
public  ConsolePageMessageHoldergetMessageHolder()
    
public  ProjectSystemgetProjectSystem(String inType, String inName)
    
public  SecurityAuditSetgetSecurityAuditSet()
    
public  ProjectSystemgetServerProjectSystem(int inIndex)
    
public  ProjectSystemgetServerProjectSystem(String inName)
    
public  ConceptTagCharacteristicgetServerProjectSystemCharacteristic(String inName)
    
public  intgetServerProjectSystemCount()
    
public  StudioConceptTagUsabilityContextgetStudioUsability()
    
public  StringgetToggleLinkSubSectionAsHandle(int inIndex)
    
public  UserHoldergetUserHolder()
    
public  ProjectSystemgetUserProjectSystem(int inIndex)
    
public  ProjectSystemgetUserProjectSystem(String inName)
    
public  ConceptTagCharacteristicgetUserProjectSystemCharacteristic(String inName)
    
public  intgetUserProjectSystemCount()
    
public  ArrayListgetWebDocsDirs(ProjectSystem inPs)
    
public  WorkflowInstancegetWorkflowInstance()
    
public  voidincrementCurrentSequenceCode()
    
public  voidinitializeCommonFlags(ConceptTagCallContext inCtcc)
    
public  booleanisAdministrator()
    
public  booleanisConsolePageContextPresent(String inHandle)
    
public  booleanisCopyHolderAsConceptTag()
    
public  booleanisCopyHolderAsStatic()
    
public  booleanisCopyHolderPresent()
    
public  booleanisCurrentApplicationTemplatePresent()
    
public  booleanisCurrentConsolePagePresent()
    
public  booleanisCurrentMacroPresent()
    
public  booleanisDeveloper()
    
public  booleanisInactiveMacroState()
    
public  booleanisRecordingMacroState()
    
public  booleanisReplayingMacroState()
    
public  booleanisSecurityAuditSetPresent()
    
public  booleanisServerProjectSystemPresent(String inName)
    
public  booleanisUserProjectSystemPresent(String inName)
    
public  voidprepareConsolePageContentUsage()
    
protected  voidpushToggleLinkSection(String inLinkPart)
    
public  voidregisterCommonStem(String inValue)
    
public  voidregisterConsolePageContext(String inHandle, ConsolePageContext inCpc)
    
public  voidreloadProjectSystems()
    
public  voidremoveCachedConsolePageContextHandles()
    
public  voidremoveConsolePageContext(String inHandle)
    
public  voidremoveServerProjectSystem(String inName)
    
public  voidremoveUserProjectSystem(String inName)
    
public  voidresetConsoleConfig()
    
public  voidsetCopyHolder(String inCode, int inIndex)
    
public  voidsetCurrentApplication(String inType, String inName, String inWebDocType, String inWebDocDirectory, String inWebDocFile, RootConceptTagHolder inRcth, String inTemplateLocation, RootConceptTagHolder inTemplateRcth)
    
public  voidsetCurrentApplicationRootHolder(RootConceptTagHolder inRcth)
    
public  voidsetCurrentApplicationTemplate(String inLocation, RootConceptTagHolder inTemplateRcth)
    
public  voidsetCurrentConsolePage(String inCurrentConsolePage)
    
public  voidsetCurrentMacro(RootConceptTagHolder inRcth)
    
public  voidsetDataAccessResults(ArrayList inResults)
    
public  voidsetDocumentSystemRoot(DocumentFileSystemRoot inDsr)
    
public  voidsetMacroStateAsInactive()
    
public  voidsetMacroStateAsRecording()
    
public  voidsetMacroStateAsReplaying(String inInterval)
    
public  voidsetSecurityAuditSet(SecurityAuditSet inSas)
    
protected  voidsetToggleLink(ArrayList inToggleLink)
    
public  voidsetWorkflowInstance(WorkflowInstance inWorkflowInstance)
    
public  StringtoString()
    
public  InitializeConceptTagContextvalidateCurrentApplicationRootHolder()
    
public  voidvalidateCurrentApplicationTemplateRootHolder()
    
public  voidvalueBound(HttpSessionBindingEvent inEvent)
    
public  voidvalueUnbound(HttpSessionBindingEvent inEvent)
    

Field Detail
STARTING_SEQUENCE_CODE
final protected static int STARTING_SEQUENCE_CODE(Code)




Constructor Detail
ConsolePageSession
protected ConsolePageSession(String inHandle, UserHolder inUh)(Code)




Method Detail
addServerProjectSystem
public void addServerProjectSystem(ProjectSystem inPs, ConceptTagCharacteristic inPsCtchar)(Code)



addUserProjectSystem
public void addUserProjectSystem(ProjectSystem inPs, ConceptTagCharacteristic inPsCtchar)(Code)



commitConsolePageContentUsage
public void commitConsolePageContentUsage()(Code)



enableCopyHolderAsPasteInsert
public void enableCopyHolderAsPasteInsert(String inCode, int inIndex)(Code)



getConsoleConfig
public RootConceptTagHolder getConsoleConfig()(Code)



getConsolePageContext
public ConsolePageContext getConsolePageContext(String inHandle)(Code)



getCopyHolderValueAsConceptTag
public ConceptTag getCopyHolderValueAsConceptTag()(Code)



getCopyHolderValueAsString
public String getCopyHolderValueAsString()(Code)



getCurrentApplicationName
public String getCurrentApplicationName()(Code)



getCurrentApplicationProjectSystem
public ProjectSystem getCurrentApplicationProjectSystem()(Code)



getCurrentApplicationRootHolder
public RootConceptTagHolder getCurrentApplicationRootHolder()(Code)



getCurrentApplicationTemplateLocation
public String getCurrentApplicationTemplateLocation()(Code)



getCurrentApplicationTemplateRootHolder
public RootConceptTagHolder getCurrentApplicationTemplateRootHolder()(Code)



getCurrentApplicationType
public String getCurrentApplicationType()(Code)



getCurrentApplicationWebDocDirectory
public String getCurrentApplicationWebDocDirectory()(Code)



getCurrentApplicationWebDocFile
public String getCurrentApplicationWebDocFile()(Code)



getCurrentApplicationWebDocType
public String getCurrentApplicationWebDocType()(Code)



getCurrentConsolePage
public String getCurrentConsolePage()(Code)



getCurrentMacro
public RootConceptTagHolder getCurrentMacro()(Code)



getCurrentMacroAsMacro
public ConsoleMacro getCurrentMacroAsMacro()(Code)



getCurrentSequenceCode
public String getCurrentSequenceCode()(Code)



getDataAccessResults
public ArrayList getDataAccessResults()(Code)



getDeployableProjects
public HashMap getDeployableProjects()(Code)



getDocumentSystemRoot
public DocumentFileSystemRoot getDocumentSystemRoot()(Code)



getMacroInterval
public String getMacroInterval()(Code)



getMenuBranch
protected MenuBranch getMenuBranch(int inIndex)(Code)



getMenuCellProps
protected HashMap getMenuCellProps(int inIndex)(Code)



getMenuCellStyles
protected HashMap getMenuCellStyles(int inIndex)(Code)



getMenuTableProps
protected HashMap getMenuTableProps(int inIndex)(Code)



getMenuTableStyles
protected HashMap getMenuTableStyles(int inIndex)(Code)



getMenuTextLimit
protected Integer getMenuTextLimit(int inIndex)(Code)



getMessageHolder
public ConsolePageMessageHolder getMessageHolder()(Code)



getProjectSystem
public ProjectSystem getProjectSystem(String inType, String inName)(Code)



getSecurityAuditSet
public SecurityAuditSet getSecurityAuditSet()(Code)



getServerProjectSystem
public ProjectSystem getServerProjectSystem(int inIndex)(Code)



getServerProjectSystem
public ProjectSystem getServerProjectSystem(String inName)(Code)



getServerProjectSystemCharacteristic
public ConceptTagCharacteristic getServerProjectSystemCharacteristic(String inName)(Code)



getServerProjectSystemCount
public int getServerProjectSystemCount()(Code)



getStudioUsability
public StudioConceptTagUsabilityContext getStudioUsability()(Code)



getToggleLinkSubSectionAsHandle
public String getToggleLinkSubSectionAsHandle(int inIndex)(Code)



getUserHolder
public UserHolder getUserHolder()(Code)



getUserProjectSystem
public ProjectSystem getUserProjectSystem(int inIndex)(Code)



getUserProjectSystem
public ProjectSystem getUserProjectSystem(String inName)(Code)



getUserProjectSystemCharacteristic
public ConceptTagCharacteristic getUserProjectSystemCharacteristic(String inName)(Code)



getUserProjectSystemCount
public int getUserProjectSystemCount()(Code)



getWebDocsDirs
public ArrayList getWebDocsDirs(ProjectSystem inPs)(Code)



getWorkflowInstance
public WorkflowInstance getWorkflowInstance()(Code)



incrementCurrentSequenceCode
public void incrementCurrentSequenceCode()(Code)



initializeCommonFlags
public void initializeCommonFlags(ConceptTagCallContext inCtcc)(Code)



isAdministrator
public boolean isAdministrator()(Code)



isConsolePageContextPresent
public boolean isConsolePageContextPresent(String inHandle)(Code)



isCopyHolderAsConceptTag
public boolean isCopyHolderAsConceptTag()(Code)



isCopyHolderAsStatic
public boolean isCopyHolderAsStatic()(Code)



isCopyHolderPresent
public boolean isCopyHolderPresent()(Code)



isCurrentApplicationTemplatePresent
public boolean isCurrentApplicationTemplatePresent()(Code)



isCurrentConsolePagePresent
public boolean isCurrentConsolePagePresent()(Code)



isCurrentMacroPresent
public boolean isCurrentMacroPresent()(Code)



isDeveloper
public boolean isDeveloper()(Code)



isInactiveMacroState
public boolean isInactiveMacroState()(Code)



isRecordingMacroState
public boolean isRecordingMacroState()(Code)



isReplayingMacroState
public boolean isReplayingMacroState()(Code)



isSecurityAuditSetPresent
public boolean isSecurityAuditSetPresent()(Code)



isServerProjectSystemPresent
public boolean isServerProjectSystemPresent(String inName)(Code)



isUserProjectSystemPresent
public boolean isUserProjectSystemPresent(String inName)(Code)



prepareConsolePageContentUsage
public void prepareConsolePageContentUsage()(Code)



pushToggleLinkSection
protected void pushToggleLinkSection(String inLinkPart)(Code)



registerCommonStem
public void registerCommonStem(String inValue)(Code)



registerConsolePageContext
public void registerConsolePageContext(String inHandle, ConsolePageContext inCpc)(Code)



reloadProjectSystems
public void reloadProjectSystems()(Code)



removeCachedConsolePageContextHandles
public void removeCachedConsolePageContextHandles()(Code)



removeConsolePageContext
public void removeConsolePageContext(String inHandle)(Code)



removeServerProjectSystem
public void removeServerProjectSystem(String inName)(Code)



removeUserProjectSystem
public void removeUserProjectSystem(String inName)(Code)



resetConsoleConfig
public void resetConsoleConfig()(Code)



setCopyHolder
public void setCopyHolder(String inCode, int inIndex)(Code)



setCurrentApplication
public void setCurrentApplication(String inType, String inName, String inWebDocType, String inWebDocDirectory, String inWebDocFile, RootConceptTagHolder inRcth, String inTemplateLocation, RootConceptTagHolder inTemplateRcth)(Code)



setCurrentApplicationRootHolder
public void setCurrentApplicationRootHolder(RootConceptTagHolder inRcth)(Code)



setCurrentApplicationTemplate
public void setCurrentApplicationTemplate(String inLocation, RootConceptTagHolder inTemplateRcth)(Code)



setCurrentConsolePage
public void setCurrentConsolePage(String inCurrentConsolePage)(Code)



setCurrentMacro
public void setCurrentMacro(RootConceptTagHolder inRcth)(Code)



setDataAccessResults
public void setDataAccessResults(ArrayList inResults)(Code)



setDocumentSystemRoot
public void setDocumentSystemRoot(DocumentFileSystemRoot inDsr)(Code)



setMacroStateAsInactive
public void setMacroStateAsInactive()(Code)



setMacroStateAsRecording
public void setMacroStateAsRecording()(Code)



setMacroStateAsReplaying
public void setMacroStateAsReplaying(String inInterval)(Code)



setSecurityAuditSet
public void setSecurityAuditSet(SecurityAuditSet inSas)(Code)



setToggleLink
protected void setToggleLink(ArrayList inToggleLink)(Code)



setWorkflowInstance
public void setWorkflowInstance(WorkflowInstance inWorkflowInstance)(Code)



toString
public String toString()(Code)



validateCurrentApplicationRootHolder
public InitializeConceptTagContext validateCurrentApplicationRootHolder()(Code)



validateCurrentApplicationTemplateRootHolder
public void validateCurrentApplicationTemplateRootHolder()(Code)



valueBound
public void valueBound(HttpSessionBindingEvent inEvent)(Code)



valueUnbound
public void valueUnbound(HttpSessionBindingEvent inEvent)(Code)



Fields inherited from org.jfolder.common.web.template.ConsoleTemplateSession
final public static String COMPONENT_MENU(Code)(Java Doc)
final public static String COMPONENT_MENU_LAUNCH_POINT(Code)(Java Doc)
final public static String CREATION_OF_CONCEPT_TAG(Code)(Java Doc)
final public static String STUDIO_EDIT_INPUT(Code)(Java Doc)
final public static String STUDIO_EDIT_INPUT_OPTION(Code)(Java Doc)
final public static String STUDIO_EDIT_INPUT_OTHER(Code)(Java Doc)
final public static String TOGGLE_LINK_SEPARATOR(Code)(Java Doc)

Methods inherited from org.jfolder.common.web.template.ConsoleTemplateSession
public void commitConsolePageContentUsage()(Code)(Java Doc)
final public static String getAnchorPointPartName()(Code)(Java Doc)
final public static String getCreationOfConceptTagPart()(Code)(Java Doc)
final public static String getDontRecordThisBranchPart()(Code)(Java Doc)
final public static String getDropDownBoxPartName()(Code)(Java Doc)
final public static String getFileUploadPartName()(Code)(Java Doc)
final public static String getHiddenFieldPartName()(Code)(Java Doc)
final protected static String getMacroPointerId()(Code)(Java Doc)
final public static String getMainToggleSectionPart()(Code)(Java Doc)
protected MenuBranch getMenuBranch(int inIndex)(Code)(Java Doc)
protected HashMap getMenuCellProps(int inIndex)(Code)(Java Doc)
protected HashMap getMenuCellStyles(int inIndex)(Code)(Java Doc)
public Object getMenuConceptTagBranch(int inIndex)(Code)(Java Doc)
public int getMenuCount()(Code)(Java Doc)
final public static String getMenuItemPartName()(Code)(Java Doc)
protected HashMap getMenuTableProps(int inIndex)(Code)(Java Doc)
protected HashMap getMenuTableStyles(int inIndex)(Code)(Java Doc)
protected Integer getMenuTextLimit(int inIndex)(Code)(Java Doc)
public ArrayList getMenuToggleLink(int inIndex)(Code)(Java Doc)
public PageSetupContext getPageSetupContext()(Code)(Java Doc)
public String getPreviousToggleLink()(Code)(Java Doc)
final public static String getTableButtonPartName()(Code)(Java Doc)
final public static String getTextAreaPartName()(Code)(Java Doc)
final public static String getTextBoxPartName()(Code)(Java Doc)
public String getToggleLink()(Code)(Java Doc)
public ArrayList getToggleLinkAsArrayList()(Code)(Java Doc)
final public static String getToggleLinkFromArrayList(ArrayList inList)(Code)(Java Doc)
final public static ArrayList getToggleLinkFromString(String inValue)(Code)(Java Doc)
public ArrayList getToggleLinkSubSectionAsList(int inIndex)(Code)(Java Doc)
final protected static String getWebPageViewHighlight()(Code)(Java Doc)
final public static boolean isToggleLinkPartComponent(String inLinkPart)(Code)(Java Doc)
final public static boolean isToggleLinkPartNormal(String inLinkPart)(Code)(Java Doc)
final public static boolean isToggleLinkPartSection(String inLinkPart)(Code)(Java Doc)
final public static boolean isToggleLinkStudioEditInput(String inLinkPart)(Code)(Java Doc)
final public static boolean isToggleLinkStudioEditInputOther(String inLinkPart)(Code)(Java Doc)
public void popToggleLink()(Code)(Java Doc)
public void prepareConsolePageContentUsage()(Code)(Java Doc)
public void pushToggleLink(String inLinkPart)(Code)(Java Doc)
public void pushToggleLinkAnchorPoint()(Code)(Java Doc)
protected void pushToggleLinkComponent(String inLinkPart)(Code)(Java Doc)
public void pushToggleLinkCreationParameterCaller()(Code)(Java Doc)
public void pushToggleLinkDontRecordThisBranch()(Code)(Java Doc)
public void pushToggleLinkDropDownBox()(Code)(Java Doc)
public void pushToggleLinkFileUpload()(Code)(Java Doc)
public void pushToggleLinkHiddenField()(Code)(Java Doc)
public void pushToggleLinkMenuItem()(Code)(Java Doc)
public void pushToggleLinkRadioButton()(Code)(Java Doc)
protected void pushToggleLinkSection(String inLinkPart)(Code)(Java Doc)
public void pushToggleLinkStaticImage()(Code)(Java Doc)
public void pushToggleLinkStudioEditInput()(Code)(Java Doc)
public void pushToggleLinkStudioEditInputOther()(Code)(Java Doc)
public void pushToggleLinkTableButton()(Code)(Java Doc)
public void pushToggleLinkTagBase()(Code)(Java Doc)
public void pushToggleLinkTemplateView()(Code)(Java Doc)
public void pushToggleLinkTextArea()(Code)(Java Doc)
public void pushToggleLinkTextBase()(Code)(Java Doc)
public void pushToggleLinkTextBox()(Code)(Java Doc)
public void pushToggleLinkToggleCaller()(Code)(Java Doc)
public void pushToggleLinkTreeBase()(Code)(Java Doc)
public void pushToggleLinkWebPageViewIterativeSubSection()(Code)(Java Doc)
public void pushToggleLinkWebPageViewPopUp()(Code)(Java Doc)
public void pushToggleLinkWebPageViewPopUpCaller()(Code)(Java Doc)
protected void registerMenu(ArrayList inToggleLink, MenuBranch inBranch, HashMap inTableProps, HashMap inTableStyles, HashMap inCellProps, HashMap inCellStyles, Integer inTextLimit, Object inCtmb)(Code)(Java Doc)
protected void setToggleLink(ArrayList inToggleLink)(Code)(Java Doc)

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.