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


java.lang.Object
   com.sun.portal.harness.HarnessProviderContext

HarnessProviderContext
class HarnessProviderContext implements ContainerProviderContext(Code)




Method Summary
public  voidaddClient(String channel)
    
public  voidaddClient(String container, String channel)
    
public  voidaddSessionListener(SessionListener sl)
    
public  voidallContentChanged()
    
public  voidcontentChanged(String channelName)
    
public  voidcopyChannel(String srcName, String dst)
    
public  voidcreateChannel(String parentName, String channelName, String providerName)
    
public  voidcreateChannel(String channelName, String providerName)
    
public  voidcreateContainer(String parentName, String channelName, String providerName)
    
public  voidcreateContainer(String channelName, String providerName)
    
public  voiddebugError(Object o, Throwable t)
    
public  voiddebugError(Object o)
    
public  voiddebugMessage(Object o)
    
public  voiddebugMessage(Object o, Throwable t)
    
public  voiddebugWarning(Object o)
    
public  voiddebugWarning(Object o, Throwable t)
    
public  StringdecodeURLParameter(String dec)
    
public  StringencodeURL(String url)
    
public  StringencodeURLParameter(String enc)
    
public  Stringescape(String str)
    
public  booleanexistsBooleanProperty(String channel, String name)
    
public  booleanexistsBooleanProperty(String channel, String name, List pflist)
    
public  booleanexistsChannel(String channel)
    
public  booleanexistsClient(String channel)
    
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, boolean localized)
    
public  booleanexistsStringProperty(String channel, String name)
    
public  booleanexistsStringProperty(String channel, String name, List pflist)
    
public  StringgetAuthenticationType()
    
 shortgetAuthlessState()
    
public  ListgetAvailableChannels(String container)
    
public  booleangetBooleanProperty(String channel, String name, boolean def)
    
public  booleangetBooleanProperty(String channel, String name, boolean def, List pflist)
    
public  booleangetBooleanProperty(String channel, String name)
    
public  booleangetBooleanProperty(String channel, String name, List pflist)
    
public  StringBuffergetCachedContent(String name)
    
public  longgetCachedTime(String name)
    
 StringgetChannelName()
    
public  StringgetCharset()
    
public  StringgetClassName(String channel)
    
public  ListgetClientAndLocalePropertiesFilters()
    
public  StringgetClientPath()
    
public  ListgetClientPropertiesFilters()
    
public  ListgetClientPropertiesFilters(String clientType)
    
public  StringgetClientProperty(String key)
    
public  StringgetClientType()
    
public  SetgetClientTypeProperties(String clientType, String key)
    
public  StringgetClientTypeProperty(String clientType, String key)
    
public  StringgetClientTypeProperty(String key)
    
public  MapgetCollectionProperty(String channel, String name, Map def)
    
public  MapgetCollectionProperty(String channel, String name, Map def, List pflist)
    
public  MapgetCollectionProperty(String channel, String name, Map def, boolean localized)
    
public  MapgetCollectionProperty(String channel, String name)
    
public  MapgetCollectionProperty(String channel, String name, List pflist)
    
public  MapgetCollectionProperty(String channel, String name, boolean localized)
    
public  StringgetConfigProperty(String key)
    
public  MapgetContent(HttpServletRequest req, HttpServletResponse res, String container, List channels, int timeout)
    
public  StringBuffergetContent(HttpServletRequest req, HttpServletResponse res, String container, String channel)
    
public  StringgetContentType()
    
 shortgetCookieSupport()
    
public  shortgetDebugLevel()
    
public  StringgetDefaultChannelName()
    
public  StringgetDefaultClientType()
    
 StringgetDefaultDesktopType()
    
public  StringgetDescription(String channel)
    
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  intgetEditType(String channel)
    
public  StringgetEncoderClassName()
    
public  HarnessPropertiesgetHarnessProperties(HttpServletRequest req)
    
public  URLgetHelp(String channel, HttpServletRequest req)
    
public  URLgetHelp(String channel, String key, HttpServletRequest req)
    
 StringgetInstanceId()
    
public  intgetIntegerProperty(String channel, String name)
    
public  intgetIntegerProperty(String channel, String name, List pflist)
    
public  intgetIntegerProperty(String channel, String name, int def)
    
public  intgetIntegerProperty(String channel, String name, int def, List pflist)
    
 StringgetJSPCompilerWARClassPath()
    
 StringgetJSPScratchDir()
    
public  LocalegetLocale()
    
public  ListgetLocalePropertiesFilters()
    
public  StringgetLocaleString()
    
public  StringgetLoginURL()
    
public  StringgetLogoutURL()
    
public  IteratorgetNames(String channel)
    
 StringgetNoSessionURL()
    
public  StringgetParentContainerName(String channel)
    
 StringgetPortalId()
    
 StringgetPropertiesContextClassName()
    
public  ObjectgetProperty(String channel, String name, Object def)
    
public  ObjectgetProperty(String channel, String name)
    
public  ProvidergetProvider(HttpServletRequest req, String container, String channel)
    
 StringgetProviderClass()
    
 StringgetProviderClassBaseDir()
    
public  StringgetProviderName(String channel)
    
public  intgetProviderVersion(String channel)
    
public  intgetRefreshTime(String channel)
    
public  StringBuffergetRequestServer(HttpServletRequest req)
    
public  SetgetRoles()
    
public  ListgetSelectedChannels(String container)
    
public  ServletConfiggetServletConfig()
    
public  ServletContextgetServletContext()
    
public  StringgetSessionID()
    
public  ObjectgetSessionProperty(String name)
    
 StringgetSessionReturnURLParamName()
    
public  StringgetStaticContentPath()
    
public  StringgetStringAttribute(String name)
    
public  StringgetStringProperty(String channel, String name, String def, boolean localized)
    
public  StringgetStringProperty(String channel, String name, boolean localized)
    
public  StringgetStringProperty(String channel, String name, String def)
    
public  StringgetStringProperty(String channel, String name, String def, List pflist)
    
public  StringgetStringProperty(String channel, String name)
    
public  StringgetStringProperty(String channel, String name, List pflist)
    
public  StringBuffergetTemplate(String desktopType, String locale, String name, String clientType, String file, String baseDir)
    
public  StringBuffergetTemplate(String desktopType, String locale, String name, String clientType, String file, Hashtable table, String baseDir)
    
public  StringBuffergetTemplate(String name, String file, Hashtable table)
    
public  StringBuffergetTemplate(String name, String file)
    
 StringBuffergetTemplate(String type, String locale, String app, String clientFilePath, String file, Hashtable table, String baseDir, ContainerProviderContext pc)
    
 StringBuffergetTemplate(String type, String locale, String app, String clientFilePath, String file)
    
 StringgetTemplateBaseDir()
    
public  FilegetTemplateMostSpecificPath(String name, String file)
    
public  FilegetTemplateMostSpecificPath(String desktopType, String locale, String name, String clientType, String file, String baseDir)
    
public  FilegetTemplatePath(String name, String file)
    
public  FilegetTemplatePath(String type, String locale, String app, String clientFilePath, String file, String baseDir)
    
public  File[]getTemplatePaths(String name, String file)
    
 File[]getTemplatePaths(String type, String locale, String app, String clientFilePath, String file)
    
public  intgetTemplateScanInterval()
    
public  StringgetTitle(String channel)
    
public  StringgetTopChannelName(HttpServletRequest req)
    
public  StringgetUserID()
    
 String[]getUserNames()
    
public  intgetWidth(String channel)
    
public  voidinit(HttpServletRequest req)
    
public  voidinitProviders(HttpServletRequest req, String container, List channels, int timeout)
    
public  booleanisAuthless(HttpServletRequest req)
    
public  booleanisDebugEnabled()
    
public  booleanisDebugErrorEnabled()
    
public  booleanisDebugMessageEnabled()
    
public  booleanisDebugWarningEnabled()
    
public  booleanisEditable(String channel)
    
public  voidlogMessage(Object o, Throwable t)
    
public  voidlogWarning(Object o, Throwable t)
    
static  HarnessProviderContextmakeContext(String user, String configdir, String compfile, String portappdir, String logticket)
    
public  voidputCachedContent(String name, StringBuffer content)
    
public  voidrefresh()
    
public  voidremoveChannel(String parentName, String channelName)
    
public  voidremoveChannel(String channelName)
    
 voidrestore(HttpServletRequest req)
    
public  voidsetAvailableChannels(String container, List available)
    
public  voidsetBooleanProperty(String channel, String name, boolean value)
    
public  voidsetBooleanProperty(String channel, String name, boolean value, List pflist)
    
public  voidsetClientProperty(String key, String val)
    
public  voidsetCollectionProperty(String channel, String key, Map val)
    
public  voidsetCollectionProperty(String channel, String name, List value)
    
public  voidsetCollectionProperty(String channel, String name, List value, List filter)
    
public  voidsetCollectionProperty(String channel, String name, Map value, List filter)
    
public  voidsetDebugLevel(short l)
    
public  voidsetIntegerProperty(String channel, String name, int value)
    
public  voidsetIntegerProperty(String channel, String name, int value, List pflist)
    
public  voidsetProperty(String channel, String key, Object val)
    
public  voidsetSelectedChannels(String container, List selelected)
    
public  voidsetSessionProperty(String name, String val)
    
public  voidsetSessionProperty(String name, Object obj)
    
public  voidsetStringAttribute(String name, String val)
    
public  voidsetStringProperty(String channel, String key, String val)
    
public  voidsetStringProperty(String channel, String key, String val, List pflist)
    
static  voidtransferDesktop(String source, String configdir)
    
public  booleanvalidateSession(HttpServletRequest req)
    



Method Detail
addClient
public void addClient(String channel)(Code)



addClient
public void addClient(String container, String channel)(Code)



addSessionListener
public void addSessionListener(SessionListener sl)(Code)



allContentChanged
public void allContentChanged()(Code)



contentChanged
public void contentChanged(String channelName)(Code)



copyChannel
public void copyChannel(String srcName, String dst)(Code)



createChannel
public void createChannel(String parentName, String channelName, String providerName)(Code)



createChannel
public void createChannel(String channelName, String providerName)(Code)



createContainer
public void createContainer(String parentName, String channelName, String providerName)(Code)



createContainer
public void createContainer(String channelName, String providerName)(Code)



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



debugError
public void debugError(Object o)(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 dec)(Code)



encodeURL
public String encodeURL(String url)(Code)



encodeURLParameter
public String encodeURLParameter(String enc)(Code)



escape
public String escape(String str)(Code)



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



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



existsChannel
public boolean existsChannel(String channel)(Code)



existsClient
public boolean existsClient(String channel)(Code)



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



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



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



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



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



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



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



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



getAuthenticationType
public String getAuthenticationType()(Code)



getAuthlessState
short getAuthlessState()(Code)



getAvailableChannels
public List getAvailableChannels(String container)(Code)



getBooleanProperty
public boolean getBooleanProperty(String channel, String name, boolean def)(Code)



getBooleanProperty
public boolean getBooleanProperty(String channel, String name, boolean def, List pflist)(Code)



getBooleanProperty
public boolean getBooleanProperty(String channel, String name)(Code)



getBooleanProperty
public boolean getBooleanProperty(String channel, String name, List pflist)(Code)



getCachedContent
public StringBuffer getCachedContent(String name)(Code)



getCachedTime
public long getCachedTime(String name)(Code)



getChannelName
String getChannelName()(Code)



getCharset
public String getCharset()(Code)



getClassName
public String getClassName(String channel)(Code)



getClientAndLocalePropertiesFilters
public List getClientAndLocalePropertiesFilters()(Code)



getClientPath
public String getClientPath()(Code)



getClientPropertiesFilters
public List getClientPropertiesFilters()(Code)



getClientPropertiesFilters
public List getClientPropertiesFilters(String clientType)(Code)



getClientProperty
public String getClientProperty(String key)(Code)



getClientType
public String getClientType()(Code)



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



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



getClientTypeProperty
public String getClientTypeProperty(String key)(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String name, Map def)(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String name, Map def, List pflist)(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String name, Map def, boolean localized)(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String name)(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String name, List pflist)(Code)



getCollectionProperty
public Map getCollectionProperty(String channel, String name, boolean localized)(Code)



getConfigProperty
public String getConfigProperty(String key)(Code)



getContent
public Map getContent(HttpServletRequest req, HttpServletResponse res, String container, List channels, int timeout) throws ProviderException(Code)



getContent
public StringBuffer getContent(HttpServletRequest req, HttpServletResponse res, String container, String channel) throws ProviderException(Code)



getContentType
public String getContentType()(Code)



getCookieSupport
short getCookieSupport()(Code)



getDebugLevel
public short getDebugLevel()(Code)



getDefaultChannelName
public String getDefaultChannelName()(Code)



getDefaultClientType
public String getDefaultClientType()(Code)



getDefaultDesktopType
String getDefaultDesktopType()(Code)



getDescription
public String getDescription(String channel)(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)



getEditType
public int getEditType(String channel)(Code)



getEncoderClassName
public String getEncoderClassName()(Code)



getHarnessProperties
public HarnessProperties getHarnessProperties(HttpServletRequest req) throws ProviderHarnessException(Code)



getHelp
public URL getHelp(String channel, HttpServletRequest req) throws MalformedURLException(Code)



getHelp
public URL getHelp(String channel, String key, HttpServletRequest req) throws MalformedURLException(Code)



getInstanceId
String getInstanceId()(Code)



getIntegerProperty
public int getIntegerProperty(String channel, String name)(Code)



getIntegerProperty
public int getIntegerProperty(String channel, String name, List pflist)(Code)



getIntegerProperty
public int getIntegerProperty(String channel, String name, int def)(Code)



getIntegerProperty
public int getIntegerProperty(String channel, String name, int def, List pflist)(Code)



getJSPCompilerWARClassPath
String getJSPCompilerWARClassPath()(Code)



getJSPScratchDir
String getJSPScratchDir()(Code)



getLocale
public Locale getLocale()(Code)



getLocalePropertiesFilters
public List getLocalePropertiesFilters()(Code)



getLocaleString
public String getLocaleString()(Code)



getLoginURL
public String getLoginURL()(Code)



getLogoutURL
public String getLogoutURL()(Code)



getNames
public Iterator getNames(String channel)(Code)



getNoSessionURL
String getNoSessionURL()(Code)



getParentContainerName
public String getParentContainerName(String channel)(Code)



getPortalId
String getPortalId()(Code)



getPropertiesContextClassName
String getPropertiesContextClassName()(Code)



getProperty
public Object getProperty(String channel, String name, Object def)(Code)



getProperty
public Object getProperty(String channel, String name)(Code)



getProvider
public Provider getProvider(HttpServletRequest req, String container, String channel)(Code)



getProviderClass
String getProviderClass()(Code)



getProviderClassBaseDir
String getProviderClassBaseDir()(Code)



getProviderName
public String getProviderName(String channel)(Code)



getProviderVersion
public int getProviderVersion(String channel)(Code)



getRefreshTime
public int getRefreshTime(String channel)(Code)



getRequestServer
public StringBuffer getRequestServer(HttpServletRequest req)(Code)



getRoles
public Set getRoles()(Code)



getSelectedChannels
public List getSelectedChannels(String container)(Code)



getServletConfig
public ServletConfig getServletConfig()(Code)



getServletContext
public ServletContext getServletContext()(Code)



getSessionID
public String getSessionID()(Code)



getSessionProperty
public Object getSessionProperty(String name)(Code)



getSessionReturnURLParamName
String getSessionReturnURLParamName()(Code)



getStaticContentPath
public String getStaticContentPath()(Code)



getStringAttribute
public String getStringAttribute(String name)(Code)



getStringProperty
public String getStringProperty(String channel, String name, String def, boolean localized)(Code)



getStringProperty
public String getStringProperty(String channel, String name, boolean localized)(Code)



getStringProperty
public String getStringProperty(String channel, String name, String def)(Code)



getStringProperty
public String getStringProperty(String channel, String name, String def, List pflist)(Code)



getStringProperty
public String getStringProperty(String channel, String name)(Code)



getStringProperty
public String getStringProperty(String channel, String name, List pflist)(Code)



getTemplate
public StringBuffer getTemplate(String desktopType, String locale, String name, String clientType, String file, String baseDir)(Code)



getTemplate
public StringBuffer getTemplate(String desktopType, String locale, String name, String clientType, String file, Hashtable table, String baseDir)(Code)



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



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



getTemplate
StringBuffer getTemplate(String type, String locale, String app, String clientFilePath, String file, Hashtable table, String baseDir, ContainerProviderContext pc)(Code)



getTemplate
StringBuffer getTemplate(String type, String locale, String app, String clientFilePath, String file)(Code)



getTemplateBaseDir
String getTemplateBaseDir()(Code)



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



getTemplateMostSpecificPath
public File getTemplateMostSpecificPath(String desktopType, String locale, String name, String clientType, String file, String baseDir)(Code)



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



getTemplatePath
public File getTemplatePath(String type, String locale, String app, String clientFilePath, String file, String baseDir)(Code)



getTemplatePaths
public File[] getTemplatePaths(String name, String file)(Code)



getTemplatePaths
File[] getTemplatePaths(String type, String locale, String app, String clientFilePath, String file)(Code)



getTemplateScanInterval
public int getTemplateScanInterval()(Code)



getTitle
public String getTitle(String channel)(Code)



getTopChannelName
public String getTopChannelName(HttpServletRequest req)(Code)



getUserID
public String getUserID()(Code)



getUserNames
String[] getUserNames()(Code)



getWidth
public int getWidth(String channel)(Code)



init
public void init(HttpServletRequest req)(Code)



initProviders
public void initProviders(HttpServletRequest req, String container, List channels, int timeout)(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)



isEditable
public boolean isEditable(String channel)(Code)



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



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



makeContext
static HarnessProviderContext makeContext(String user, String configdir, String compfile, String portappdir, String logticket) throws ProviderHarnessException(Code)



putCachedContent
public void putCachedContent(String name, StringBuffer content)(Code)



refresh
public void refresh()(Code)



removeChannel
public void removeChannel(String parentName, String channelName)(Code)



removeChannel
public void removeChannel(String channelName)(Code)



restore
void restore(HttpServletRequest req)(Code)



setAvailableChannels
public void setAvailableChannels(String container, List available)(Code)



setBooleanProperty
public void setBooleanProperty(String channel, String name, boolean value)(Code)



setBooleanProperty
public void setBooleanProperty(String channel, String name, boolean value, List pflist)(Code)



setClientProperty
public void setClientProperty(String key, String val)(Code)



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



setCollectionProperty
public void setCollectionProperty(String channel, String name, List value)(Code)



setCollectionProperty
public void setCollectionProperty(String channel, String name, List value, List filter)(Code)



setCollectionProperty
public void setCollectionProperty(String channel, String name, Map value, List filter)(Code)



setDebugLevel
public void setDebugLevel(short l)(Code)



setIntegerProperty
public void setIntegerProperty(String channel, String name, int value)(Code)



setIntegerProperty
public void setIntegerProperty(String channel, String name, int value, List pflist)(Code)



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



setSelectedChannels
public void setSelectedChannels(String container, List selelected)(Code)



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



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



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



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



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



transferDesktop
static void transferDesktop(String source, String configdir) throws ProviderHarnessException(Code)



validateSession
public boolean validateSession(HttpServletRequest req)(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.