Java Doc for ParsedConfiguration.java in  » Web-Mail » james-2.3.1 » org » apache » james » fetchmail » 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 » Web Mail » james 2.3.1 » org.apache.james.fetchmail 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.james.fetchmail.ParsedConfiguration

ParsedConfiguration
class ParsedConfiguration (Code)

Parses and validates an org.apache.avalon.framework.configuration.Configuration.

Creation Date: 27-May-03




Constructor Summary
public  ParsedConfiguration(Configuration configuration, Logger logger, MailServer server, UsersRepository localUsers)
     Constructor for ParsedConfiguration.

Method Summary
protected  StringcomputeDefaultDomainName()
     Computes the defaultDomainName.
protected  voidconfigure(Configuration conf)
    
public  SetgetBlacklist()
     Returns the blacklist.
public  StringgetDefaultDomainName()
     Returns the defaultDomainName.
public  StringgetFetchTaskName()
     Returns the fetchTaskName.
public  StringgetHost()
     Returns the host.
public  StringgetJavaMailFolderName()
     Returns the javaMailFolderName.
public  StringgetJavaMailProviderName()
     Returns the javaMailProviderName.
public  UsersRepositorygetLocalUsers()
     Returns the localUsers.
public  LoggergetLogger()
     Returns the logger.
public  intgetMaxMessageSizeLimit()
     Returns the maxMessageSizeLimit.
public  intgetRemoteReceivedHeaderIndex()
     Returns the remoteReceivedHeaderIndex.
public  MailServergetServer()
     Returns the server.
public  booleanisDeferRecipientNotFound()
     Returns the deferRecipientNotFound.
public  booleanisFetchAll()
     Returns the fetchAll.
public  booleanisLeave()
     Returns the keep.
public  booleanisLeaveBlacklisted()
     Returns the keepRejected.
public  booleanisLeaveMaxMessageSizeExceeded()
     Returns the leaveMaxMessageSize.
public  booleanisLeaveRecipientNotFound()
     Returns the leaveRecipientNotFound.
public  booleanisLeaveRemoteReceivedHeaderInvalid()
     Returns the leaveRemoteReceivedHeaderInvalid.
public  booleanisLeaveRemoteRecipient()
     Returns the leaveRemoteRecipient.
public  booleanisLeaveUndeliverable()
     Returns the leaveUndeliverable.
public  booleanisLeaveUserUndefined()
     Returns the leaveExternal.
public  booleanisMarkBlacklistedSeen()
     Returns the markRejectedSeen.
public  booleanisMarkMaxMessageSizeExceededSeen()
     Returns the markMaxMessageSizeSeen.
public  booleanisMarkRecipientNotFoundSeen()
     Returns the markRecipientNotFoundSeen.
public  booleanisMarkRemoteReceivedHeaderInvalidSeen()
     Returns the markRemoteReceivedHeaderInvalidSeen.
public  booleanisMarkRemoteRecipientSeen()
     Returns the markRemoteRecipientSeen.
public  booleanisMarkSeen()
     Returns the markSeen.
public  booleanisMarkUndeliverableSeen()
     Returns the markUndeliverableSeen.
public  booleanisMarkUserUndefinedSeen()
     Returns the markExternalSeen.
protected  booleanisOpenReadOnly()
     Answers true if the folder should be opened read only.
public  booleanisRecurse()
     Returns the recurse.
public  booleanisRejectBlacklisted()
     Returns the rejectBlacklisted.
public  booleanisRejectMaxMessageSizeExceeded()
     Returns the rejectMaxMessageSize.
public  booleanisRejectRecipientNotFound()
     Returns the rejectRecipientNotFound.
public  booleanisRejectRemoteReceivedHeaderInvalid()
     Returns the rejectRemoteReceivedHeaderInvalid.
public  booleanisRejectRemoteRecipient()
     Returns the rejectRemoteRecipient.
public  booleanisRejectUserUndefined()
     Returns the localRecipientsOnly.
protected  voidsetBlacklist(Set blacklist)
     Sets the blacklist.
protected  voidsetBlacklist(String blacklistValue)
     Sets the blacklist.
protected  voidsetDefaultDomainName(String defaultDomainName)
     Validates and sets the defaultDomainName.
protected  voidsetDeferRecipientNotFound(boolean deferRecipientNotFound)
     Sets the deferRecipientNotFound.
protected  voidsetFetchAll(boolean fetchAll)
     Sets the fetchAll.
protected  voidsetFetchTaskName(String fetchTaskName)
     Sets the fetchTaskName.
protected  voidsetHost(String host)
     Sets the host.
protected  voidsetJavaMailFolderName(String javaMailFolderName)
     Sets the javaMailFolderName.
protected  voidsetJavaMailProviderName(String javaMailProviderName)
     Sets the javaMailProviderName.
protected  voidsetLeave(boolean keep)
     Sets the keep.
protected  voidsetLeaveBlacklisted(boolean keepRejected)
     Sets the keepRejected.
protected  voidsetLeaveMaxMessageSizeExceeded(boolean leaveMaxMessageSize)
     Sets the leaveMaxMessageSize.
protected  voidsetLeaveRecipientNotFound(boolean leaveRecipientNotFound)
     Sets the leaveRecipientNotFound.
protected  voidsetLeaveRemoteReceivedHeaderInvalid(boolean leaveRemoteReceivedHeaderInvalid)
     Sets the leaveRemoteReceivedHeaderInvalid.
protected  voidsetLeaveRemoteRecipient(boolean leaveRemoteRecipient)
     Sets the leaveRemoteRecipient.
protected  voidsetLeaveUndeliverable(boolean leaveUndeliverable)
     Sets the leaveUndeliverable.
protected  voidsetLeaveUserUndefined(boolean leaveExternal)
     Sets the leaveExternal.
protected  voidsetLocalUsers(UsersRepository localUsers)
     Sets the localUsers.
protected  voidsetLogger(Logger logger)
     Sets the logger.
protected  voidsetMarkBlacklistedSeen(boolean markRejectedSeen)
     Sets the markRejectedSeen.
protected  voidsetMarkMaxMessageSizeExceededSeen(boolean markMaxMessageSizeSeen)
     Sets the markMaxMessageSizeSeen.
protected  voidsetMarkRecipientNotFoundSeen(boolean markRecipientNotFoundSeen)
     Sets the markRecipientNotFoundSeen.
protected  voidsetMarkRemoteReceivedHeaderInvalidSeen(boolean markRemoteReceivedHeaderInvalidSeen)
     Sets the markRemoteReceivedHeaderInvalidSeen.
protected  voidsetMarkRemoteRecipientSeen(boolean markRemoteRecipientSeen)
     Sets the markRemoteRecipientSeen.
protected  voidsetMarkSeen(boolean markSeen)
     Sets the markSeen.
protected  voidsetMarkUndeliverableSeen(boolean markUndeliverableSeen)
     Sets the markUndeliverableSeen.
protected  voidsetMarkUserUndefinedSeen(boolean markExternalSeen)
     Sets the markExternalSeen.
protected  voidsetMaxMessageSizeLimit(int maxMessageSizeLimit)
     Sets the maxMessageSizeLimit.
protected  voidsetRecurse(boolean recurse)
     Sets the recurse.
protected  voidsetRejectBlacklisted(boolean rejectBlacklisted)
     Sets the rejectBlacklisted.
protected  voidsetRejectMaxMessageSizeExceeded(boolean rejectMaxMessageSize)
     Sets the rejectMaxMessageSize.
protected  voidsetRejectRecipientNotFound(boolean rejectRecipientNotFound)
     Sets the rejectRecipientNotFound.
protected  voidsetRejectRemoteReceivedHeaderInvalid(boolean rejectRemoteReceivedHeaderInvalid)
     Sets the rejectRemoteReceivedHeaderInvalid.
protected  voidsetRejectRemoteRecipient(boolean rejectRemoteRecipient)
     Sets the rejectRemoteRecipient.
protected  voidsetRejectUserUndefined(boolean localRecipientsOnly)
     Sets the localRecipientsOnly.
protected  voidsetRemoteReceivedHeaderIndex(int remoteReceivedHeaderIndex)
     Sets the remoteReceivedHeaderIndex.
protected  voidsetServer(MailServer server)
     Sets the server.
protected  voidupdateDefaultDomainName()
     Updates the defaultDomainName.
protected  voidvalidateDefaultDomainName(String defaultDomainName)
     Validates the defaultDomainName.


Constructor Detail
ParsedConfiguration
public ParsedConfiguration(Configuration configuration, Logger logger, MailServer server, UsersRepository localUsers) throws ConfigurationException(Code)
Constructor for ParsedConfiguration.
Parameters:
  configuration -
Parameters:
  logger -
Parameters:
  server -
Parameters:
  localUsers -
throws:
  ConfigurationException -




Method Detail
computeDefaultDomainName
protected String computeDefaultDomainName()(Code)
Computes the defaultDomainName.



configure
protected void configure(Configuration conf) throws ConfigurationException(Code)

See Also:   org.apache.avalon.framework.configuration.Configurable.configure(Configuration)



getBlacklist
public Set getBlacklist()(Code)
Returns the blacklist. Set



getDefaultDomainName
public String getDefaultDomainName()(Code)
Returns the defaultDomainName. Lazy initializes if required. String



getFetchTaskName
public String getFetchTaskName()(Code)
Returns the fetchTaskName. String



getHost
public String getHost()(Code)
Returns the host. String



getJavaMailFolderName
public String getJavaMailFolderName()(Code)
Returns the javaMailFolderName. String



getJavaMailProviderName
public String getJavaMailProviderName()(Code)
Returns the javaMailProviderName. String



getLocalUsers
public UsersRepository getLocalUsers()(Code)
Returns the localUsers. UsersRepository



getLogger
public Logger getLogger()(Code)
Returns the logger. Logger



getMaxMessageSizeLimit
public int getMaxMessageSizeLimit()(Code)
Returns the maxMessageSizeLimit. int



getRemoteReceivedHeaderIndex
public int getRemoteReceivedHeaderIndex()(Code)
Returns the remoteReceivedHeaderIndex. int



getServer
public MailServer getServer()(Code)
Returns the server. MailServer



isDeferRecipientNotFound
public boolean isDeferRecipientNotFound()(Code)
Returns the deferRecipientNotFound. boolean



isFetchAll
public boolean isFetchAll()(Code)
Returns the fetchAll. boolean



isLeave
public boolean isLeave()(Code)
Returns the keep. boolean



isLeaveBlacklisted
public boolean isLeaveBlacklisted()(Code)
Returns the keepRejected. boolean



isLeaveMaxMessageSizeExceeded
public boolean isLeaveMaxMessageSizeExceeded()(Code)
Returns the leaveMaxMessageSize. boolean



isLeaveRecipientNotFound
public boolean isLeaveRecipientNotFound()(Code)
Returns the leaveRecipientNotFound. boolean



isLeaveRemoteReceivedHeaderInvalid
public boolean isLeaveRemoteReceivedHeaderInvalid()(Code)
Returns the leaveRemoteReceivedHeaderInvalid. boolean



isLeaveRemoteRecipient
public boolean isLeaveRemoteRecipient()(Code)
Returns the leaveRemoteRecipient. boolean



isLeaveUndeliverable
public boolean isLeaveUndeliverable()(Code)
Returns the leaveUndeliverable. boolean



isLeaveUserUndefined
public boolean isLeaveUserUndefined()(Code)
Returns the leaveExternal. boolean



isMarkBlacklistedSeen
public boolean isMarkBlacklistedSeen()(Code)
Returns the markRejectedSeen. boolean



isMarkMaxMessageSizeExceededSeen
public boolean isMarkMaxMessageSizeExceededSeen()(Code)
Returns the markMaxMessageSizeSeen. boolean



isMarkRecipientNotFoundSeen
public boolean isMarkRecipientNotFoundSeen()(Code)
Returns the markRecipientNotFoundSeen. boolean



isMarkRemoteReceivedHeaderInvalidSeen
public boolean isMarkRemoteReceivedHeaderInvalidSeen()(Code)
Returns the markRemoteReceivedHeaderInvalidSeen. boolean



isMarkRemoteRecipientSeen
public boolean isMarkRemoteRecipientSeen()(Code)
Returns the markRemoteRecipientSeen. boolean



isMarkSeen
public boolean isMarkSeen()(Code)
Returns the markSeen. boolean



isMarkUndeliverableSeen
public boolean isMarkUndeliverableSeen()(Code)
Returns the markUndeliverableSeen. boolean



isMarkUserUndefinedSeen
public boolean isMarkUserUndefinedSeen()(Code)
Returns the markExternalSeen. boolean



isOpenReadOnly
protected boolean isOpenReadOnly()(Code)
Answers true if the folder should be opened read only. For this to be true the configuration options must not require folder updates. boolean



isRecurse
public boolean isRecurse()(Code)
Returns the recurse. boolean



isRejectBlacklisted
public boolean isRejectBlacklisted()(Code)
Returns the rejectBlacklisted. boolean



isRejectMaxMessageSizeExceeded
public boolean isRejectMaxMessageSizeExceeded()(Code)
Returns the rejectMaxMessageSize. boolean



isRejectRecipientNotFound
public boolean isRejectRecipientNotFound()(Code)
Returns the rejectRecipientNotFound. boolean



isRejectRemoteReceivedHeaderInvalid
public boolean isRejectRemoteReceivedHeaderInvalid()(Code)
Returns the rejectRemoteReceivedHeaderInvalid. boolean



isRejectRemoteRecipient
public boolean isRejectRemoteRecipient()(Code)
Returns the rejectRemoteRecipient. boolean



isRejectUserUndefined
public boolean isRejectUserUndefined()(Code)
Returns the localRecipientsOnly. boolean



setBlacklist
protected void setBlacklist(Set blacklist)(Code)
Sets the blacklist.
Parameters:
  blacklist - The blacklist to set



setBlacklist
protected void setBlacklist(String blacklistValue) throws ConfigurationException(Code)
Sets the blacklist.
Parameters:
  blacklist - The blacklist to set



setDefaultDomainName
protected void setDefaultDomainName(String defaultDomainName) throws ConfigurationException(Code)
Validates and sets the defaultDomainName.
Parameters:
  defaultDomainName - The defaultDomainName to set



setDeferRecipientNotFound
protected void setDeferRecipientNotFound(boolean deferRecipientNotFound)(Code)
Sets the deferRecipientNotFound.
Parameters:
  deferRecipientNotFound - The deferRecepientNotFound to set



setFetchAll
protected void setFetchAll(boolean fetchAll)(Code)
Sets the fetchAll.
Parameters:
  fetchAll - The fetchAll to set



setFetchTaskName
protected void setFetchTaskName(String fetchTaskName)(Code)
Sets the fetchTaskName.
Parameters:
  fetchTaskName - The fetchTaskName to set



setHost
protected void setHost(String host)(Code)
Sets the host.
Parameters:
  host - The host to set



setJavaMailFolderName
protected void setJavaMailFolderName(String javaMailFolderName)(Code)
Sets the javaMailFolderName.
Parameters:
  javaMailFolderName - The javaMailFolderName to set



setJavaMailProviderName
protected void setJavaMailProviderName(String javaMailProviderName)(Code)
Sets the javaMailProviderName.
Parameters:
  javaMailProviderName - The javaMailProviderName to set



setLeave
protected void setLeave(boolean keep)(Code)
Sets the keep.
Parameters:
  keep - The keep to set



setLeaveBlacklisted
protected void setLeaveBlacklisted(boolean keepRejected)(Code)
Sets the keepRejected.
Parameters:
  keepRejected - The keepRejected to set



setLeaveMaxMessageSizeExceeded
protected void setLeaveMaxMessageSizeExceeded(boolean leaveMaxMessageSize)(Code)
Sets the leaveMaxMessageSize.
Parameters:
  leaveMaxMessageSize - The leaveMaxMessageSize to set



setLeaveRecipientNotFound
protected void setLeaveRecipientNotFound(boolean leaveRecipientNotFound)(Code)
Sets the leaveRecipientNotFound.
Parameters:
  leaveRecipientNotFound - The leaveRecipientNotFound to set



setLeaveRemoteReceivedHeaderInvalid
protected void setLeaveRemoteReceivedHeaderInvalid(boolean leaveRemoteReceivedHeaderInvalid)(Code)
Sets the leaveRemoteReceivedHeaderInvalid.
Parameters:
  leaveRemoteReceivedHeaderInvalid - The leaveRemoteReceivedHeaderInvalid to set



setLeaveRemoteRecipient
protected void setLeaveRemoteRecipient(boolean leaveRemoteRecipient)(Code)
Sets the leaveRemoteRecipient.
Parameters:
  leaveRemoteRecipient - The leaveRemoteRecipient to set



setLeaveUndeliverable
protected void setLeaveUndeliverable(boolean leaveUndeliverable)(Code)
Sets the leaveUndeliverable.
Parameters:
  leaveUndeliverable - The leaveUndeliverable to set



setLeaveUserUndefined
protected void setLeaveUserUndefined(boolean leaveExternal)(Code)
Sets the leaveExternal.
Parameters:
  leaveExternal - The leaveExternal to set



setLocalUsers
protected void setLocalUsers(UsersRepository localUsers)(Code)
Sets the localUsers.
Parameters:
  localUsers - The localUsers to set



setLogger
protected void setLogger(Logger logger)(Code)
Sets the logger.
Parameters:
  logger - The logger to set



setMarkBlacklistedSeen
protected void setMarkBlacklistedSeen(boolean markRejectedSeen)(Code)
Sets the markRejectedSeen.
Parameters:
  markRejectedSeen - The markRejectedSeen to set



setMarkMaxMessageSizeExceededSeen
protected void setMarkMaxMessageSizeExceededSeen(boolean markMaxMessageSizeSeen)(Code)
Sets the markMaxMessageSizeSeen.
Parameters:
  markMaxMessageSizeSeen - The markMaxMessageSizeSeen to set



setMarkRecipientNotFoundSeen
protected void setMarkRecipientNotFoundSeen(boolean markRecipientNotFoundSeen)(Code)
Sets the markRecipientNotFoundSeen.
Parameters:
  markRecipientNotFoundSeen - The markRecipientNotFoundSeen to set



setMarkRemoteReceivedHeaderInvalidSeen
protected void setMarkRemoteReceivedHeaderInvalidSeen(boolean markRemoteReceivedHeaderInvalidSeen)(Code)
Sets the markRemoteReceivedHeaderInvalidSeen.
Parameters:
  markRemoteReceivedHeaderInvalidSeen - The markRemoteReceivedHeaderInvalidSeen to set



setMarkRemoteRecipientSeen
protected void setMarkRemoteRecipientSeen(boolean markRemoteRecipientSeen)(Code)
Sets the markRemoteRecipientSeen.
Parameters:
  markRemoteRecipientSeen - The markRemoteRecipientSeen to set



setMarkSeen
protected void setMarkSeen(boolean markSeen)(Code)
Sets the markSeen.
Parameters:
  markSeen - The markSeen to set



setMarkUndeliverableSeen
protected void setMarkUndeliverableSeen(boolean markUndeliverableSeen)(Code)
Sets the markUndeliverableSeen.
Parameters:
  markUndeliverableSeen - The markUndeliverableSeen to set



setMarkUserUndefinedSeen
protected void setMarkUserUndefinedSeen(boolean markExternalSeen)(Code)
Sets the markExternalSeen.
Parameters:
  markExternalSeen - The markExternalSeen to set



setMaxMessageSizeLimit
protected void setMaxMessageSizeLimit(int maxMessageSizeLimit)(Code)
Sets the maxMessageSizeLimit.
Parameters:
  maxMessageSizeLimit - The maxMessageSizeLimit to set



setRecurse
protected void setRecurse(boolean recurse)(Code)
Sets the recurse.
Parameters:
  recurse - The recurse to set



setRejectBlacklisted
protected void setRejectBlacklisted(boolean rejectBlacklisted)(Code)
Sets the rejectBlacklisted.
Parameters:
  rejectBlacklisted - The rejectBlacklisted to set



setRejectMaxMessageSizeExceeded
protected void setRejectMaxMessageSizeExceeded(boolean rejectMaxMessageSize)(Code)
Sets the rejectMaxMessageSize.
Parameters:
  rejectMaxMessageSize - The rejectMaxMessageSize to set



setRejectRecipientNotFound
protected void setRejectRecipientNotFound(boolean rejectRecipientNotFound)(Code)
Sets the rejectRecipientNotFound.
Parameters:
  rejectRecipientNotFound - The rejectRecipientNotFound to set



setRejectRemoteReceivedHeaderInvalid
protected void setRejectRemoteReceivedHeaderInvalid(boolean rejectRemoteReceivedHeaderInvalid)(Code)
Sets the rejectRemoteReceivedHeaderInvalid.
Parameters:
  rejectRemoteReceivedHeaderInvalid - The rejectRemoteReceivedHeaderInvalid to set



setRejectRemoteRecipient
protected void setRejectRemoteRecipient(boolean rejectRemoteRecipient)(Code)
Sets the rejectRemoteRecipient.
Parameters:
  rejectRemoteRecipient - The rejectRemoteRecipient to set



setRejectUserUndefined
protected void setRejectUserUndefined(boolean localRecipientsOnly)(Code)
Sets the localRecipientsOnly.
Parameters:
  localRecipientsOnly - The localRecipientsOnly to set



setRemoteReceivedHeaderIndex
protected void setRemoteReceivedHeaderIndex(int remoteReceivedHeaderIndex)(Code)
Sets the remoteReceivedHeaderIndex.
Parameters:
  remoteReceivedHeaderIndex - The remoteReceivedHeaderIndex to set



setServer
protected void setServer(MailServer server)(Code)
Sets the server.
Parameters:
  server - The server to set



updateDefaultDomainName
protected void updateDefaultDomainName()(Code)
Updates the defaultDomainName.



validateDefaultDomainName
protected void validateDefaultDomainName(String defaultDomainName) throws ConfigurationException(Code)
Validates the defaultDomainName.
Parameters:
  defaultDomainName - The defaultDomainName to validate



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.