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


java.lang.Object
   com.sun.portal.taskadmin.ChannelTaskAdmin

All known Subclasses:   com.sun.portal.taskadmin.WSRPTaskAdmin,  com.sun.portal.taskadmin.PortletTaskAdmin,  com.sun.portal.desktop.admin.mbeans.tasks.DPTreeHelper,
ChannelTaskAdmin
public class ChannelTaskAdmin implements TaskAdminConstants(Code)
This class implements the APIs that can be used to achieve a set of administrative tasks associated with channels/containers.


Field Summary
public static  shortBOOLEAN_DP
    
public static  StringCHANNEL_NAME_SEPARATOR
     Channel Name Seaparator used for nested channel names.
public static  StringCLIENT_SEPARATOR
    
public static  shortCOLLECTION_DP
    
public static  StringCOLLECTION_NAME_SEPARATOR
    
public static  shortCONDITIONAL_DP
    
 StringCONDITIONAL_PREFIX
     Name of a conditional property is derived by DPAPI from its condition and value and is prefixed by this string.
public static  shortINTEGER_DP
    
public static  shortLOCALE_DP
    
protected static  StringPORTLET_CLASS
    
protected static  StringREMOTE_PORTLET_CLASS
    
public static  shortSTRING_DP
    
public static  shortUNKNOWN_DP
    
protected  StringbaseDN
    
protected  ChannelTaskAdminContextcontext
    
protected  AdminDPContextdpContext
    
protected  booleandpDocExists
    
final protected static  ObjectdpLock
    
protected  DPRootdpRoot
    
protected  booleandpRootMerged
    

Constructor Summary
public  ChannelTaskAdmin(HttpServletRequest req, String baseDN)
    
public  ChannelTaskAdmin(SSOToken ssoToken, String baseDN, String portalId)
    
public  ChannelTaskAdmin(SSOToken ssoToken, String baseDN, String portalId, boolean resetData)
    
public  ChannelTaskAdmin(SSOToken ssoToken, String baseDN, String portalId, boolean merge, boolean resetData)
     This constructor can be called from inside an MBean and it constructs dpRoot without mergers.
public  ChannelTaskAdmin(HttpServletRequest req, DPRoot someDPRoot)
    
public  ChannelTaskAdmin(SSOToken token, DPRoot someDPRoot)
    

Method Summary
protected  booleancanAccess(String channel)
    
public  voidcreateChannel(String channelName, String providerName)
     Creates a new channel. A new channel is created based on the named provider. To create a nested channel, supply a hierarchical channel name.
public  voidcreateContainer(String channelName, String providerName)
     Creates a new container. A new container is created based on the named provider. To create a nested container, supply a hierarchical container name.
public  voidcreateNodeProperty(String fqcn, String rpn, String client, String locale, String name, Object value, Boolean advanced)
    
public  voiddeleteChannel(String channelName, String parentcontainer)
     Deletes a channel/container.
protected  booleanexistsChannel(String channel)
    
protected  booleanexistsProvider(String provider)
    
public  SetgetAssignableChannels(String container)
     This method returns the list of channels/containers that are assignable to the available and selected list of a container. This method returns the list of channels which includes the container's children and the container's parent's children, parent's parent's children and traverses recursively until it reaches the Display Profile root. Mergers are taken into account when the channels are traversed.
Parameters:
  container - container name for which channels has to be assigned.
public  ListgetAvailableChannels(String containerName)
     Gets the available channels for the container channel at a particular baseDN.
public  SetgetBaseDNs()
     This method returns the list of baseDNs that the user in session can administer.
public  booleangetBooleanProperty(String channelName, String key, List pflist)
     Return the value for channel's boolean property.
protected  SetgetChannelNames(DPNode node)
    
public  StringgetClassName(String channelname)
     This method returns the classname of the provider that this channel is based on.
protected  DPChannelgetDPChannel(String channelName)
    
public  StringgetDPPriority()
    
protected  DPRootgetDPRootByDN(String baseDN)
    
protected  DPRootgetDPRootByDN(String baseDN, boolean merge, boolean resetData)
    
public  SetgetExistingChannels(boolean all)
     This method returns the list of channels that are existing at the baseDN.
public  SetgetExistingChannels(boolean all, String regExp)
     This method returns the list of channels that match the search string.
public  SetgetExistingContainerProviders()
     This method returns the list of containerproviders that are existing at the baseDN that is passed in.
public  SetgetExistingContainers(boolean all)
     This method returns the list of containers that are existing at the baseDN that is passed in.
public  SetgetExistingContainers(boolean all, String regExp)
     This method returns the list of containers that match the search string.
public  SetgetExistingProviders()
     This method returns the list of providers that are existing at the baseDN that is passed in.
protected  StringgetFollowing(String source, String substring, String nameSeparator)
     If source is c1/c2/c3/c4 and substring is c2, then this method returns c3/c4.
public  SetgetGlobalPropertyNames()
     This method returns the list of global property names that are existing at the baseDN that is passed in.
protected  StringgetHead(String rpn, String nameSeparator)
     Relative Path Name (RPN) is similar to FQCN(fully qualified channel name) and is in the form "c1/c2/c3/c4".
public  intgetIntegerProperty(String channelName, String key, List pflist)
     Return the value for channel integer property.
public  ListgetListProperty(String channelName, String key, List pflist)
     This method returns the List collection object for the given collection property.
public  MapgetMapProperty(String channelName, String key, List pflist)
     This method returns the Map collection object for the given collection property.
public  ListgetMergedDNs()
    
public  MapgetNodeProperties(String fqcn, String rpn, String client, String locale)
    
protected  StringgetPreceding(String source, String substring, String nameSeparator)
     If source is c1/c2/c3/c4 and substring is c4, then this method returns c1/c2/c3.
public  SetgetPropertyNames(String channelName, boolean advanced)
     This method returns the list of property names that are existing at the baseDN and at the given channel name that is passed in.
public  SetgetPropertyNames(String channelName, String regExp, boolean advanced)
     Return the Set contaning property names that matches the given regular expression.
public  SetgetPropertyNames(String channelName, List pflist, boolean advanced)
     This method returns the list of property names that are existing at the baseDN and at the given channel name that is passed in.
public  shortgetPropertyType(String channelName, String propertyName)
     This method returns the property type for the given property name.
Parameters:
  channelName - channel name.
protected  SetgetProviderNames(DPNode node)
    
public  ResourceBundlegetResourceBundle()
    
public  StringgetRoleName(String roleDN)
    
public  ListgetSelectedChannels(String containerName)
     Gets the selected channels for the container channel at a particular baseDN.
public  StringgetStringProperty(String channelName, String key, List pflist)
     Return the value for channel String property.
public  voidinit(SSOToken ssoToken, String baseDN, String portalId, boolean merge, boolean resetData)
    
public  booleanisContainer(String channelName)
    
protected  booleanisDisplayable(String fqcn)
    
public  booleanisTabContainer(String channelName)
    
public  voidremoveCustomization(String fqcn, String rpn, String client, String locale, List names)
    
public  voidsetAvailableChannels(List available, String containerName)
     Sets the available channels for the container channel at a particular baseDN.
public  voidsetBooleanProperty(String channelName, String key, boolean value, List pflist)
    
public  voidsetDPPriority(String priority)
    
public  voidsetIntegerProperty(String channelName, String key, int value, List pflist)
    
public  voidsetListProperty(String channelName, String key, List value, List pflist)
    
public  voidsetMapProperty(String channelName, String key, Map value, List pflist)
    
public  voidsetNodeProperties(String fqcn, String rpn, String client, String locale, Object values)
    
public  voidsetSelectedChannels(List selected, String containerName)
     Sets the selected channels for the container channel at a particular baseDN.
public  voidsetStringProperty(String channelName, String key, String value, List pflist)
    
public  voidstore()
    

Field Detail
BOOLEAN_DP
public static short BOOLEAN_DP(Code)



CHANNEL_NAME_SEPARATOR
public static String CHANNEL_NAME_SEPARATOR(Code)
Channel Name Seaparator used for nested channel names.



CLIENT_SEPARATOR
public static String CLIENT_SEPARATOR(Code)



COLLECTION_DP
public static short COLLECTION_DP(Code)



COLLECTION_NAME_SEPARATOR
public static String COLLECTION_NAME_SEPARATOR(Code)



CONDITIONAL_DP
public static short CONDITIONAL_DP(Code)



CONDITIONAL_PREFIX
String CONDITIONAL_PREFIX(Code)
Name of a conditional property is derived by DPAPI from its condition and value and is prefixed by this string.



INTEGER_DP
public static short INTEGER_DP(Code)



LOCALE_DP
public static short LOCALE_DP(Code)



PORTLET_CLASS
protected static String PORTLET_CLASS(Code)



REMOTE_PORTLET_CLASS
protected static String REMOTE_PORTLET_CLASS(Code)



STRING_DP
public static short STRING_DP(Code)



UNKNOWN_DP
public static short UNKNOWN_DP(Code)



baseDN
protected String baseDN(Code)



context
protected ChannelTaskAdminContext context(Code)



dpContext
protected AdminDPContext dpContext(Code)



dpDocExists
protected boolean dpDocExists(Code)



dpLock
final protected static Object dpLock(Code)



dpRoot
protected DPRoot dpRoot(Code)



dpRootMerged
protected boolean dpRootMerged(Code)




Constructor Detail
ChannelTaskAdmin
public ChannelTaskAdmin(HttpServletRequest req, String baseDN) throws TaskAdminException(Code)



ChannelTaskAdmin
public ChannelTaskAdmin(SSOToken ssoToken, String baseDN, String portalId) throws TaskAdminException(Code)



ChannelTaskAdmin
public ChannelTaskAdmin(SSOToken ssoToken, String baseDN, String portalId, boolean resetData) throws TaskAdminException(Code)



ChannelTaskAdmin
public ChannelTaskAdmin(SSOToken ssoToken, String baseDN, String portalId, boolean merge, boolean resetData) throws TaskAdminException(Code)
This constructor can be called from inside an MBean and it constructs dpRoot without mergers. It is useful for removeCustomization kind of operations



ChannelTaskAdmin
public ChannelTaskAdmin(HttpServletRequest req, DPRoot someDPRoot) throws TaskAdminException(Code)



ChannelTaskAdmin
public ChannelTaskAdmin(SSOToken token, DPRoot someDPRoot) throws TaskAdminException(Code)




Method Detail
canAccess
protected boolean canAccess(String channel)(Code)
Checks if the current user can access a given channel
Parameters:
  channel - Fully qualified name of the channel as a String true if the use can access.



createChannel
public void createChannel(String channelName, String providerName) throws TaskAdminException(Code)
Creates a new channel. A new channel is created based on the named provider. To create a nested channel, supply a hierarchical channel name. For example, to create channel A inside of container X, based on provider P:

createChannel("X" + "/" + "A", "P");



createContainer
public void createContainer(String channelName, String providerName) throws TaskAdminException(Code)
Creates a new container. A new container is created based on the named provider. To create a nested container, supply a hierarchical container name. For example, to create container A inside of container X, based on provider P :

createContainer("X" + "/" + "A", "P");



createNodeProperty
public void createNodeProperty(String fqcn, String rpn, String client, String locale, String name, Object value, Boolean advanced) throws TaskAdminException(Code)



deleteChannel
public void deleteChannel(String channelName, String parentcontainer) throws TaskAdminException(Code)
Deletes a channel/container. To delete a nested channel/container, supply parent name. For example, to delete channel A inside of container X:

deleteChannel("A", "X");



existsChannel
protected boolean existsChannel(String channel)(Code)



existsProvider
protected boolean existsProvider(String provider)(Code)



getAssignableChannels
public Set getAssignableChannels(String container) throws TaskAdminException(Code)
This method returns the list of channels/containers that are assignable to the available and selected list of a container. This method returns the list of channels which includes the container's children and the container's parent's children, parent's parent's children and traverses recursively until it reaches the Display Profile root. Mergers are taken into account when the channels are traversed.
Parameters:
  container - container name for which channels has to be assigned. Set of channels that can be assignable.



getAvailableChannels
public List getAvailableChannels(String containerName) throws TaskAdminException(Code)
Gets the available channels for the container channel at a particular baseDN.



getBaseDNs
public Set getBaseDNs()(Code)
This method returns the list of baseDNs that the user in session can administer.



getBooleanProperty
public boolean getBooleanProperty(String channelName, String key, List pflist) throws TaskAdminException(Code)
Return the value for channel's boolean property.
Parameters:
  channelName - channel name.
Parameters:
  key - property name
Parameters:
  pflist - properties filter list value of the boolean property.
throws:
  TaskAdminException -



getChannelNames
protected Set getChannelNames(DPNode node)(Code)



getClassName
public String getClassName(String channelname) throws TaskAdminException(Code)
This method returns the classname of the provider that this channel is based on. It returns null if the provider for the given channel name doesn't exists.



getDPChannel
protected DPChannel getDPChannel(String channelName) throws TaskAdminException(Code)



getDPPriority
public String getDPPriority() throws TaskAdminException(Code)



getDPRootByDN
protected DPRoot getDPRootByDN(String baseDN) throws TaskAdminException(Code)



getDPRootByDN
protected DPRoot getDPRootByDN(String baseDN, boolean merge, boolean resetData) throws TaskAdminException(Code)



getExistingChannels
public Set getExistingChannels(boolean all) throws TaskAdminException(Code)
This method returns the list of channels that are existing at the baseDN. The channels in this list can be modifiable or deleted by the user that can administer the baseDN. This method returns the list of channels which includes the channels defined at the baseDN that is passed in, channels defined inside the containers that are defined at the baseDN. if specified all, all the channels from the merged list is returned.
Parameters:
  all - all the channels from mergers Set of channels that are available at this baseDN.



getExistingChannels
public Set getExistingChannels(boolean all, String regExp) throws TaskAdminException(Code)
This method returns the list of channels that match the search string. The search is done on the list of channels that is returned from the getExistingChannels. at the baseDN that is passed in. The channels in this list can be modifiable or deleted by the user that can administer the baseDN that is passed in. This method returns the list of channels which includes the channels defined at the baseDN that is passed in, channels defined inside the containers that are defined at the baseDN.
Parameters:
  all - flag that specifies take mergers into account. Set of channels that are available at this baseDN.



getExistingContainerProviders
public Set getExistingContainerProviders() throws TaskAdminException(Code)
This method returns the list of containerproviders that are existing at the baseDN that is passed in. The containerproviders in this list can be used to create container channels by the user that can administer the baseDN that is passed in. Always takes mergers into account. Set of containerproviders that are available at this baseDN.



getExistingContainers
public Set getExistingContainers(boolean all) throws TaskAdminException(Code)
This method returns the list of containers that are existing at the baseDN that is passed in. The containers in this list can be modifiable or deleted by the user that can administer the baseDN that is passed in. This method returns the list of containers which includes the containers defined at the baseDN that is passed in, containers defined inside the containers that are defined at the baseDN. if specified all, all the containers from the merged list is returned.
Parameters:
  all - all the channels from mergers Set of channels that are available at this baseDN.



getExistingContainers
public Set getExistingContainers(boolean all, String regExp) throws TaskAdminException(Code)
This method returns the list of containers that match the search string. The search is done on the list of containers that is returned from the getExistingContainers. at the baseDN that is passed in. The containerls in this list can be modifiable or deleted by the user that can administer the baseDN that is passed in. This method returns the list of containers which includes the containers defined at the baseDN that is passed in, containers defined inside the containers that are defined at the baseDN.
Parameters:
  all - flag that specifies take mergers into account. Set of channels that are available at this baseDN.



getExistingProviders
public Set getExistingProviders() throws TaskAdminException(Code)
This method returns the list of providers that are existing at the baseDN that is passed in. The providers in this list can be used to create channels by the user that can administer the baseDN that is passed in. Always takes mergers into account. Set of providers that are available at this baseDN.



getFollowing
protected String getFollowing(String source, String substring, String nameSeparator)(Code)
If source is c1/c2/c3/c4 and substring is c2, then this method returns c3/c4. It returns null if there is no string following the substring or if substring is not found in the source.



getGlobalPropertyNames
public Set getGlobalPropertyNames() throws TaskAdminException(Code)
This method returns the list of global property names that are existing at the baseDN that is passed in. * Set Contaning property name list.



getHead
protected String getHead(String rpn, String nameSeparator)(Code)
Relative Path Name (RPN) is similar to FQCN(fully qualified channel name) and is in the form "c1/c2/c3/c4". This method returns c1.
Parameters:
  rpn - Relative path name



getIntegerProperty
public int getIntegerProperty(String channelName, String key, List pflist) throws TaskAdminException(Code)
Return the value for channel integer property.
Parameters:
  channelName - channel name.
Parameters:
  key - property name
Parameters:
  pflist - properties filter list value of the integer property.
throws:
  TaskAdminException -



getListProperty
public List getListProperty(String channelName, String key, List pflist) throws TaskAdminException(Code)
This method returns the List collection object for the given collection property.
Parameters:
  channelName - channel name.
Parameters:
  key - property name
Parameters:
  pflist -
throws:
  TaskAdminException -



getMapProperty
public Map getMapProperty(String channelName, String key, List pflist) throws TaskAdminException(Code)
This method returns the Map collection object for the given collection property.
Parameters:
  channelName - channel name.
Parameters:
  key - property name
Parameters:
  pflist -
throws:
  TaskAdminException -



getMergedDNs
public List getMergedDNs()(Code)



getNodeProperties
public Map getNodeProperties(String fqcn, String rpn, String client, String locale) throws TaskAdminException(Code)



getPreceding
protected String getPreceding(String source, String substring, String nameSeparator)(Code)
If source is c1/c2/c3/c4 and substring is c4, then this method returns c1/c2/c3. It returns null if there is no string preceding the substring or if substring is not found in the source.



getPropertyNames
public Set getPropertyNames(String channelName, boolean advanced) throws TaskAdminException(Code)
This method returns the list of property names that are existing at the baseDN and at the given channel name that is passed in. This method returns only the default property names and filters out all the conditional properties.
Parameters:
  channelName - the channel name for which property names list to be returned.
Parameters:
  advanced - advanced flag to specify whether to return basic/advanced propertynames. Set Contaning property name list.



getPropertyNames
public Set getPropertyNames(String channelName, String regExp, boolean advanced) throws TaskAdminException(Code)
Return the Set contaning property names that matches the given regular expression.
Parameters:
  channelName - channel name.
Parameters:
  regExp - string which needs to be searched.
Parameters:
  advanced - advanced flag to specify whether to return basic/advanced propertynames.
throws:
  TaskAdminException -



getPropertyNames
public Set getPropertyNames(String channelName, List pflist, boolean advanced) throws TaskAdminException(Code)
This method returns the list of property names that are existing at the baseDN and at the given channel name that is passed in. This method returns only the conditional property names and filters out all the default properties which are not defined as conditional properties. This method assumes that any property that is defined as conditional will have an entry for the default.
Parameters:
  channelName - the channel name for which property names list to be returned.
Parameters:
  advanced - advanced flag to specify whether to return basic/advanced propertynames. Set Contaning property name list.



getPropertyType
public short getPropertyType(String channelName, String propertyName) throws TaskAdminException(Code)
This method returns the property type for the given property name.
Parameters:
  channelName - channel name. short value indicating property type.
throws:
  TaskAdminException -



getProviderNames
protected Set getProviderNames(DPNode node)(Code)



getResourceBundle
public ResourceBundle getResourceBundle()(Code)



getRoleName
public String getRoleName(String roleDN)(Code)



getSelectedChannels
public List getSelectedChannels(String containerName) throws TaskAdminException(Code)
Gets the selected channels for the container channel at a particular baseDN.



getStringProperty
public String getStringProperty(String channelName, String key, List pflist) throws TaskAdminException(Code)
Return the value for channel String property.
Parameters:
  channelName - channel name.
Parameters:
  key - property name
Parameters:
  pflist - properties filter list Value of the string property.
throws:
  TaskAdminException -



init
public void init(SSOToken ssoToken, String baseDN, String portalId, boolean merge, boolean resetData) throws TaskAdminException(Code)



isContainer
public boolean isContainer(String channelName) throws TaskAdminException(Code)



isDisplayable
protected boolean isDisplayable(String fqcn)(Code)
Checks if the channel/container should be displayed to the user



isTabContainer
public boolean isTabContainer(String channelName) throws TaskAdminException(Code)



removeCustomization
public void removeCustomization(String fqcn, String rpn, String client, String locale, List names) throws TaskAdminException(Code)



setAvailableChannels
public void setAvailableChannels(List available, String containerName) throws TaskAdminException(Code)
Sets the available channels for the container channel at a particular baseDN.



setBooleanProperty
public void setBooleanProperty(String channelName, String key, boolean value, List pflist) throws TaskAdminException(Code)



setDPPriority
public void setDPPriority(String priority) throws TaskAdminException(Code)



setIntegerProperty
public void setIntegerProperty(String channelName, String key, int value, List pflist) throws TaskAdminException(Code)



setListProperty
public void setListProperty(String channelName, String key, List value, List pflist) throws TaskAdminException(Code)



setMapProperty
public void setMapProperty(String channelName, String key, Map value, List pflist) throws TaskAdminException(Code)



setNodeProperties
public void setNodeProperties(String fqcn, String rpn, String client, String locale, Object values) throws TaskAdminException(Code)



setSelectedChannels
public void setSelectedChannels(List selected, String containerName) throws TaskAdminException(Code)
Sets the selected channels for the container channel at a particular baseDN.



setStringProperty
public void setStringProperty(String channelName, String key, String value, List pflist) throws TaskAdminException(Code)



store
public void store() throws TaskAdminException(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.