Java Doc for PSProviderContext.java in  » Portal » Open-Portal » com » sun » portal » desktop » context » 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 » Portal » Open Portal » com.sun.portal.desktop.context 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.portal.desktop.context.PSProviderContext

All known Subclasses:   com.sun.portal.desktop.context.PSContainerProviderContext,
PSProviderContext
abstract public class PSProviderContext implements ProviderContext,UserListener(Code)


Field Summary
final public static  StringCLIENT_AND_LOCALE_PROPERTIES_FILTERS
    
final public static  StringCLIENT_PROPERTIES_FILTERS
    
final public static  StringLOCALE_PROPERTIES_FILTERS
    
protected  ListclientAndLocalePropertiesFilters
    
protected  ListclientPropertiesFilters
    
protected  StringclientType
    
protected  SetclientTypeParents
    
protected  DesktopContextdesktopContext
    
protected  ListlocalePropertiesFilters
    
protected  StringlocaleString
    
protected  PropertiesContextpropertiesContext
    
protected static  MappropertiesContexts
    


Method Summary
public  voidaddSessionListener(SessionListener sl)
    
public  voidaddUserListener(UserListener ul)
    
abstract public  voidallContentChanged()
    
abstract public  voidcontentChanged(String channelName)
    
public  voiddebugError(Object o)
    
public  voiddebugError(Object o, Throwable t)
    
public  voiddebugMessage(Object o)
    
public  voiddebugMessage(Object o, Throwable t)
    
public  voiddebugWarning(Object o)
    
public  voiddebugWarning(Object o, Throwable t)
    
public  StringdecodeURLParameter(String key)
    
public  StringencodeURL(String url)
    
public  StringencodeURLParameter(String key)
    
public  Stringescape(String unescaped)
    
public  booleanexistsBooleanProperty(String channel, String name)
    
public  booleanexistsBooleanProperty(String channel, String name, List pflist)
    
public  booleanexistsCollectionProperty(String channel, String name)
    
public  booleanexistsCollectionProperty(String channel, String name, List pflist)
    
public  booleanexistsCollectionProperty(String channel, String name, boolean localized)
    
public  booleanexistsIntegerProperty(String channel, String name)
    
public  booleanexistsIntegerProperty(String channel, String name, List pflist)
    
public  booleanexistsStringProperty(String channel, String name)
    
public  booleanexistsStringProperty(String channel, String name, List pflist)
    
public  booleanexistsStringProperty(String channel, String name, boolean localized)
    
public  StringgetAuthenticationType()
    
public  booleangetBooleanProperty(String channel, String key)
    
public  booleangetBooleanProperty(String channel, String key, List pflist)
    
public  booleangetBooleanProperty(String channel, String key, boolean def)
    
public  booleangetBooleanProperty(String channel, String key, boolean def, List pflist)
    
public  StringgetCharset()
    
public  StringgetClassName(String channel)
    
public synchronized  ListgetClientAndLocalePropertiesFilters()
    
public  StringgetClientPath()
    
public synchronized  ListgetClientPropertiesFilters()
    
public  ListgetClientPropertiesFilters(String clientType)
    
public  StringgetClientProperty(String name)
    
public  StringgetClientType()
    
public  SetgetClientTypeProperties(String clientType, String key)
    
public  StringgetClientTypeProperty(String key)
    
public  StringgetClientTypeProperty(String clientType, String key)
    
public  MapgetCollectionProperty(String channel, String key)
    
public  MapgetCollectionProperty(String channel, String key, Map def)
    
public  MapgetCollectionProperty(String channel, String key, List pflist)
    
public  MapgetCollectionProperty(String channel, String key, Map def, List pflist)
    
public  MapgetCollectionProperty(String channel, String key, boolean localized)
    
public  MapgetCollectionProperty(String channel, String key, Map def, boolean localized)
    
public  StringgetConfigProperty(String key)
    
public  StringgetContentType()
    
public  StringgetDefaultChannelName()
    
public  StringgetDefaultClientType()
    
protected  DesktopContextgetDesktopContext()
    
public  StringgetDesktopType()
    
public  StringgetDesktopURL(HttpServletRequest req)
    
public  StringgetDesktopURL(HttpServletRequest req, Map query, Map pathInfo)
    
public  StringgetDesktopURL(HttpServletRequest req, Map query, Map pathInfo, boolean escape)
    
public  StringgetDesktopURL(HttpServletRequest req, String query, boolean escape)
    
public  intgetIntegerProperty(String channel, String key)
    
public  intgetIntegerProperty(String channel, String key, List pflist)
    
public  intgetIntegerProperty(String channel, String key, int def)
    
public  intgetIntegerProperty(String channel, String key, int def, List pflist)
    
public synchronized  LocalegetLocale()
    
public synchronized  ListgetLocalePropertiesFilters()
    
public  StringgetLocaleString()
    
public  StringgetLoginURL()
    
public  StringgetLogoutURL()
    
public  IteratorgetNames(String channel)
    
public  StringgetParentContainerName(String channel)
    
protected  PropertiesContextgetPropertiesContext()
    
protected  StringgetPropertiesContextClassName()
    
public  ObjectgetProperty(String channel, String key)
    
public  ObjectgetProperty(String channel, String key, Object def)
    
public  StringgetProviderName(String channel)
    
public  intgetProviderVersion(String channel)
    
public  StringBuffergetRequestServer(HttpServletRequest req)
    
public  SetgetRoles()
    
public  ServletConfiggetServletConfig()
    
public  ServletContextgetServletContext()
    
public  StringgetSessionID()
    
public  ObjectgetSessionProperty(String name)
    
public  StringgetStaticContentPath()
    
public  StringgetStringAttribute(String name)
    
public  StringgetStringAttribute(String name, Locale locale)
    
public  StringgetStringProperty(String channel, String key)
    
public  StringgetStringProperty(String channel, String key, List pflist)
    
public  StringgetStringProperty(String channel, String key, List pflist, boolean exact)
    
public  StringgetStringProperty(String channel, String key, String def)
    
public  StringgetStringProperty(String channel, String key, String def, List pflist)
    
public  StringgetStringProperty(String channel, String key, boolean localized)
    
public  StringgetStringProperty(String channel, String key, String def, boolean localized)
    
public  StringBuffergetTemplate(String name, String file)
    
public  StringBuffergetTemplate(String desktopType, String locale, String name, String clientPath, String file, String baseDir)
    
public  StringBuffergetTemplate(String name, String file, Hashtable table)
    
public  StringBuffergetTemplate(String desktopType, String locale, String name, String clientPath, String file, Hashtable table, String baseDir)
    
public  FilegetTemplateMostSpecificPath(String name, String file)
    
public  FilegetTemplateMostSpecificPath(String desktopType, String locale, String name, String clientPath, String file, String baseDir)
    
public  FilegetTemplatePath(String name, String file)
    
public  FilegetTemplatePath(String desktopType, String locale, String name, String clientPath, String file, String baseDir)
    
public  StringgetTopChannelName(HttpServletRequest req)
    
public  StringgetUserID()
    
public synchronized  voidinit(HttpServletRequest req)
    
protected  ListinitAuthlessClientAndLocalePropertiesFilters()
    
protected  ListinitAuthlessClientPropertiesFilters()
    
protected  ListinitAuthlessLocalePropertiesFilters()
    
protected  ListinitClientAndLocalePropertiesFilters(boolean clientTypeChanged, boolean localeChanged)
    
protected  ListinitClientPropertiesFilters()
    
protected  ListinitClientPropertiesFilters(String clientType)
    
protected  ListinitLocalePropertiesFilters()
    
protected static  ListinitLocalePropertiesFilters(String stringformat)
    
protected  voidinitPropertiesContext()
    
public  booleanisAuthless(HttpServletRequest req)
    
public  booleanisDebugEnabled()
    
public  booleanisDebugErrorEnabled()
    
public  booleanisDebugMessageEnabled()
    
public  booleanisDebugWarningEnabled()
    
public  voidrefresh()
    
public  voidsetBooleanProperty(String channel, String key, boolean val)
    
public  voidsetBooleanProperty(String channel, String key, boolean val, List pflist)
    
public  voidsetClientProperty(String name, String value)
    
public  voidsetCollectionProperty(String channel, String key, Map val)
    
public  voidsetCollectionProperty(String channel, String key, Map val, List pflist)
    
public  voidsetCollectionProperty(String channel, String key, List val)
    
public  voidsetCollectionProperty(String channel, String key, List val, List pflist)
    
public  voidsetIntegerProperty(String channel, String key, int val)
    
public  voidsetIntegerProperty(String channel, String key, int val, List pflist)
    
public  voidsetProperty(String channel, String key, Object val)
    
public  voidsetSessionProperty(String name, Object val)
    
public  voidsetStringAttribute(String name, String val)
    
public  voidsetStringProperty(String channel, String key, String val)
    
public  voidsetStringProperty(String channel, String key, String val, List pflist)
    
public  voiduserLogout(UserEvent ue)
    

Field Detail
CLIENT_AND_LOCALE_PROPERTIES_FILTERS
final public static String CLIENT_AND_LOCALE_PROPERTIES_FILTERS(Code)



CLIENT_PROPERTIES_FILTERS
final public static String CLIENT_PROPERTIES_FILTERS(Code)



LOCALE_PROPERTIES_FILTERS
final public static String LOCALE_PROPERTIES_FILTERS(Code)



clientAndLocalePropertiesFilters
protected List clientAndLocalePropertiesFilters(Code)



clientPropertiesFilters
protected List clientPropertiesFilters(Code)



clientType
protected String clientType(Code)



clientTypeParents
protected Set clientTypeParents(Code)



desktopContext
protected DesktopContext desktopContext(Code)



localePropertiesFilters
protected List localePropertiesFilters(Code)



localeString
protected String localeString(Code)



propertiesContext
protected PropertiesContext propertiesContext(Code)



propertiesContexts
protected static Map propertiesContexts(Code)





Method Detail
addSessionListener
public void addSessionListener(SessionListener sl)(Code)



addUserListener
public void addUserListener(UserListener ul)(Code)



allContentChanged
abstract public void allContentChanged()(Code)



contentChanged
abstract public void contentChanged(String channelName)(Code)



debugError
public void debugError(Object o)(Code)



debugError
public void debugError(Object o, Throwable t)(Code)



debugMessage
public void debugMessage(Object o)(Code)



debugMessage
public void debugMessage(Object o, Throwable t)(Code)



debugWarning
public void debugWarning(Object o)(Code)



debugWarning
public void debugWarning(Object o, Throwable t)(Code)



decodeURLParameter
public String decodeURLParameter(String key)(Code)



encodeURL
public String encodeURL(String url)(Code)



encodeURLParameter
public String encodeURLParameter(String key)(Code)



escape
public String escape(String unescaped) throws ProviderContextException(Code)



existsBooleanProperty
public boolean existsBooleanProperty(String channel, String name) throws ProviderContextException(Code)



existsBooleanProperty
public boolean existsBooleanProperty(String channel, String name, List pflist) throws ProviderContextException(Code)



existsCollectionProperty
public boolean existsCollectionProperty(String channel, String name) throws ProviderContextException(Code)



existsCollectionProperty
public boolean existsCollectionProperty(String channel, String name, List pflist) throws ProviderContextException(Code)



existsCollectionProperty
public boolean existsCollectionProperty(String channel, String name, boolean localized) throws ProviderContextException(Code)



existsIntegerProperty
public boolean existsIntegerProperty(String channel, String name) throws ProviderContextException(Code)



existsIntegerProperty
public boolean existsIntegerProperty(String channel, String name, List pflist) throws ProviderContextException(Code)



existsStringProperty
public boolean existsStringProperty(String channel, String name) throws ProviderContextException(Code)



existsStringProperty
public boolean existsStringProperty(String channel, String name, List pflist) throws ProviderContextException(Code)



existsStringProperty
public boolean existsStringProperty(String channel, String name, boolean localized) throws ProviderContextException(Code)



getAuthenticationType
public String getAuthenticationType()(Code)



getBooleanProperty
public boolean getBooleanProperty(String channel, String key) throws ProviderContextException(Code)



getBooleanProperty
public boolean getBooleanProperty(String channel, String key, List pflist) throws ProviderContextException(Code)



getBooleanProperty
public boolean getBooleanProperty(String channel, String key, boolean def) throws ProviderContextException(Code)



getBooleanProperty
public boolean getBooleanProperty(String channel, String key, boolean def, List pflist) throws ProviderContextException(Code)



getCharset
public String getCharset()(Code)



getClassName
public String getClassName(String channel) throws ProviderContextException(Code)



getClientAndLocalePropertiesFilters
public synchronized List getClientAndLocalePropertiesFilters() throws ProviderContextException(Code)



getClientPath
public String getClientPath()(Code)



getClientPropertiesFilters
public synchronized List getClientPropertiesFilters() throws ProviderContextException(Code)



getClientPropertiesFilters
public List getClientPropertiesFilters(String clientType)(Code)



getClientProperty
public String getClientProperty(String name)(Code)



getClientType
public String getClientType()(Code)



getClientTypeProperties
public Set getClientTypeProperties(String clientType, String key)(Code)



getClientTypeProperty
public String getClientTypeProperty(String key)(Code)



getClientTypeProperty
public String getClientTypeProperty(String clientType, String key)(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String key) throws ProviderContextException(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String key, Map def) throws ProviderContextException(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String key, List pflist) throws ProviderContextException(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String key, Map def, List pflist) throws ProviderContextException(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String key, boolean localized) throws ProviderContextException(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String key, Map def, boolean localized) throws ProviderContextException(Code)



getConfigProperty
public String getConfigProperty(String key)(Code)



getContentType
public String getContentType()(Code)



getDefaultChannelName
public String getDefaultChannelName()(Code)



getDefaultClientType
public String getDefaultClientType()(Code)



getDesktopContext
protected DesktopContext getDesktopContext()(Code)



getDesktopType
public String getDesktopType()(Code)



getDesktopURL
public String getDesktopURL(HttpServletRequest req)(Code)



getDesktopURL
public String getDesktopURL(HttpServletRequest req, Map query, Map pathInfo)(Code)



getDesktopURL
public String getDesktopURL(HttpServletRequest req, Map query, Map pathInfo, boolean escape)(Code)



getDesktopURL
public String getDesktopURL(HttpServletRequest req, String query, boolean escape)(Code)



getIntegerProperty
public int getIntegerProperty(String channel, String key) throws ProviderContextException(Code)



getIntegerProperty
public int getIntegerProperty(String channel, String key, List pflist) throws ProviderContextException(Code)



getIntegerProperty
public int getIntegerProperty(String channel, String key, int def) throws ProviderContextException(Code)



getIntegerProperty
public int getIntegerProperty(String channel, String key, int def, List pflist) throws ProviderContextException(Code)



getLocale
public synchronized Locale getLocale()(Code)



getLocalePropertiesFilters
public synchronized List getLocalePropertiesFilters() throws ProviderContextException(Code)



getLocaleString
public String getLocaleString()(Code)



getLoginURL
public String getLoginURL()(Code)



getLogoutURL
public String getLogoutURL()(Code)



getNames
public Iterator getNames(String channel) throws ProviderContextException(Code)



getParentContainerName
public String getParentContainerName(String channel)(Code)



getPropertiesContext
protected PropertiesContext getPropertiesContext()(Code)



getPropertiesContextClassName
protected String getPropertiesContextClassName()(Code)



getProperty
public Object getProperty(String channel, String key) throws ProviderContextException(Code)



getProperty
public Object getProperty(String channel, String key, Object def) throws ProviderContextException(Code)



getProviderName
public String getProviderName(String channel) throws ProviderContextException(Code)



getProviderVersion
public int getProviderVersion(String channel) throws ProviderContextException(Code)



getRequestServer
public StringBuffer getRequestServer(HttpServletRequest req)(Code)



getRoles
public Set getRoles()(Code)



getServletConfig
public ServletConfig getServletConfig()(Code)



getServletContext
public ServletContext getServletContext()(Code)



getSessionID
public String getSessionID()(Code)



getSessionProperty
public Object getSessionProperty(String name)(Code)



getStaticContentPath
public String getStaticContentPath()(Code)



getStringAttribute
public String getStringAttribute(String name)(Code)



getStringAttribute
public String getStringAttribute(String name, Locale locale)(Code)



getStringProperty
public String getStringProperty(String channel, String key) throws ProviderContextException(Code)



getStringProperty
public String getStringProperty(String channel, String key, List pflist) throws ProviderContextException(Code)



getStringProperty
public String getStringProperty(String channel, String key, List pflist, boolean exact) throws ProviderContextException(Code)



getStringProperty
public String getStringProperty(String channel, String key, String def) throws ProviderContextException(Code)



getStringProperty
public String getStringProperty(String channel, String key, String def, List pflist) throws ProviderContextException(Code)



getStringProperty
public String getStringProperty(String channel, String key, boolean localized) throws ProviderContextException(Code)



getStringProperty
public String getStringProperty(String channel, String key, String def, boolean localized) throws ProviderContextException(Code)



getTemplate
public StringBuffer getTemplate(String name, String file) throws ProviderContextException(Code)



getTemplate
public StringBuffer getTemplate(String desktopType, String locale, String name, String clientPath, String file, String baseDir) throws ProviderContextException(Code)



getTemplate
public StringBuffer getTemplate(String name, String file, Hashtable table) throws ProviderContextException(Code)



getTemplate
public StringBuffer getTemplate(String desktopType, String locale, String name, String clientPath, String file, Hashtable table, String baseDir) throws ProviderContextException(Code)



getTemplateMostSpecificPath
public File getTemplateMostSpecificPath(String name, String file) throws ProviderContextException(Code)



getTemplateMostSpecificPath
public File getTemplateMostSpecificPath(String desktopType, String locale, String name, String clientPath, String file, String baseDir) throws ProviderContextException(Code)



getTemplatePath
public File getTemplatePath(String name, String file) throws ProviderContextException(Code)



getTemplatePath
public File getTemplatePath(String desktopType, String locale, String name, String clientPath, String file, String baseDir) throws ProviderContextException(Code)



getTopChannelName
public String getTopChannelName(HttpServletRequest req)(Code)



getUserID
public String getUserID()(Code)



init
public synchronized void init(HttpServletRequest req)(Code)



initAuthlessClientAndLocalePropertiesFilters
protected List initAuthlessClientAndLocalePropertiesFilters()(Code)



initAuthlessClientPropertiesFilters
protected List initAuthlessClientPropertiesFilters()(Code)



initAuthlessLocalePropertiesFilters
protected List initAuthlessLocalePropertiesFilters()(Code)



initClientAndLocalePropertiesFilters
protected List initClientAndLocalePropertiesFilters(boolean clientTypeChanged, boolean localeChanged)(Code)



initClientPropertiesFilters
protected List initClientPropertiesFilters()(Code)



initClientPropertiesFilters
protected List initClientPropertiesFilters(String clientType)(Code)



initLocalePropertiesFilters
protected List initLocalePropertiesFilters()(Code)



initLocalePropertiesFilters
protected static List initLocalePropertiesFilters(String stringformat)(Code)



initPropertiesContext
protected void initPropertiesContext()(Code)



isAuthless
public boolean isAuthless(HttpServletRequest req)(Code)



isDebugEnabled
public boolean isDebugEnabled()(Code)



isDebugErrorEnabled
public boolean isDebugErrorEnabled()(Code)



isDebugMessageEnabled
public boolean isDebugMessageEnabled()(Code)



isDebugWarningEnabled
public boolean isDebugWarningEnabled()(Code)



refresh
public void refresh()(Code)



setBooleanProperty
public void setBooleanProperty(String channel, String key, boolean val) throws ProviderContextException(Code)



setBooleanProperty
public void setBooleanProperty(String channel, String key, boolean val, List pflist) throws ProviderContextException(Code)



setClientProperty
public void setClientProperty(String name, String value)(Code)



setCollectionProperty
public void setCollectionProperty(String channel, String key, Map val) throws ProviderContextException(Code)



setCollectionProperty
public void setCollectionProperty(String channel, String key, Map val, List pflist) throws ProviderContextException(Code)



setCollectionProperty
public void setCollectionProperty(String channel, String key, List val) throws ProviderContextException(Code)



setCollectionProperty
public void setCollectionProperty(String channel, String key, List val, List pflist) throws ProviderContextException(Code)



setIntegerProperty
public void setIntegerProperty(String channel, String key, int val) throws ProviderContextException(Code)



setIntegerProperty
public void setIntegerProperty(String channel, String key, int val, List pflist) throws ProviderContextException(Code)



setProperty
public void setProperty(String channel, String key, Object val) throws ProviderContextException(Code)



setSessionProperty
public void setSessionProperty(String name, Object val)(Code)



setStringAttribute
public void setStringAttribute(String name, String val)(Code)



setStringProperty
public void setStringProperty(String channel, String key, String val) throws ProviderContextException(Code)



setStringProperty
public void setStringProperty(String channel, String key, String val, List pflist) throws ProviderContextException(Code)



userLogout
public void userLogout(UserEvent ue)(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.