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


com.sun.portal.admin.common.InstanceAttributes

InstanceAttributes
public interface InstanceAttributes (Code)
This interface describes the attributes of a portal server instance.


Field Summary
final public static  StringDEPLOYED_WEBAPPS
     The URI of portal related the webapplications deployed on this portal server instance.
final public static  StringDESCRIPTION
     Description of a portal server instance.
final public static  StringHOST
     The host where a portal server instance is running on.
final public static  StringMBEAN_SERVER_CONNECTION_INFO
     The connection information of the MBean server running in a portal server instance.
final public static  StringNAME
     Name of a portal server instance.
final public static  StringPORT
     The port where a portal server instance is listening on.
final public static  StringSCHEME
     The scheme used to make requests to a portal server instance, e.g.
final static  StringTYPE_BEAWL8
    
final static  StringTYPE_IBMWS5
    
final static  StringTYPE_JESAS81
    
final static  StringTYPE_JESWS6
    
final static  StringTYPE_JESWS7
    
final public static  StringWEB_CONTAINER_ADMIN_HOST
     The administration host of the web container where a portal server instance is deployed on.
final public static  StringWEB_CONTAINER_ADMIN_PASSWORD
     The administration user password of the web container where a portal server instance is deployed on.
final public static  StringWEB_CONTAINER_ADMIN_PORT
     The administration port of the web container where a portal server instance is deployed on.
final public static  StringWEB_CONTAINER_ADMIN_SCHEME
     The scheme used to make requests to the administration server of the web container where a portal server instance is deployed on, e.g.
final public static  StringWEB_CONTAINER_ADMIN_UID
     The administration user ID of the web container where a portal server instance is deployed on.
final public static  StringWEB_CONTAINER_CERTDB_PASSWORD
     The WebContaimer Certificate DataBasePassword.
final public static  StringWEB_CONTAINER_DEPLOY_CELL
     The document root of the web container where a portal server instance is deployed on.
final public static  StringWEB_CONTAINER_DEPLOY_NODE
     The document root of the web container where a portal server instance is deployed on.
final public static  StringWEB_CONTAINER_DOC_ROOT
     The document root of the web container where a portal server instance is deployed on.
final public static  StringWEB_CONTAINER_DOMAIN
     The Name/Identifier of the web container domain to which the webcontainer instance belongs to.
final public static  StringWEB_CONTAINER_INSTALL_DIR
     The install directory of the web container where a portal server instance is deployed on.
final public static  StringWEB_CONTAINER_INSTANCE
     The Name/Identifier of the web container instancer the portal server instance is deployed on.
final public static  StringWEB_CONTAINER_INSTANCE_DIR
     The configuration directory of the web container where a portal server instance is deployed on.
final public static  StringWEB_CONTAINER_JDK_DIR
     The JDK directory used by the web container where a portal server instance is deployed on.
final public static  StringWEB_CONTAINER_MANAGED_SERVER
     The weblogic specific web container property.
final public static  StringWEB_CONTAINER_MASTER_PASSWORD
     The master password of the web container (AS 81) where a portal server instance is deployed on.
final public static  StringWEB_CONTAINER_TYPE
     The type of the web container where a portal server instance is deployed on.



Field Detail
DEPLOYED_WEBAPPS
final public static String DEPLOYED_WEBAPPS(Code)
The URI of portal related the webapplications deployed on this portal server instance.



DESCRIPTION
final public static String DESCRIPTION(Code)
Description of a portal server instance.



HOST
final public static String HOST(Code)
The host where a portal server instance is running on.



MBEAN_SERVER_CONNECTION_INFO
final public static String MBEAN_SERVER_CONNECTION_INFO(Code)
The connection information of the MBean server running in a portal server instance.



NAME
final public static String NAME(Code)
Name of a portal server instance.



PORT
final public static String PORT(Code)
The port where a portal server instance is listening on.



SCHEME
final public static String SCHEME(Code)
The scheme used to make requests to a portal server instance, e.g. http or https.



TYPE_BEAWL8
final static String TYPE_BEAWL8(Code)



TYPE_IBMWS5
final static String TYPE_IBMWS5(Code)



TYPE_JESAS81
final static String TYPE_JESAS81(Code)



TYPE_JESWS6
final static String TYPE_JESWS6(Code)



TYPE_JESWS7
final static String TYPE_JESWS7(Code)
Strings defining the webcontainer types



WEB_CONTAINER_ADMIN_HOST
final public static String WEB_CONTAINER_ADMIN_HOST(Code)
The administration host of the web container where a portal server instance is deployed on.



WEB_CONTAINER_ADMIN_PASSWORD
final public static String WEB_CONTAINER_ADMIN_PASSWORD(Code)
The administration user password of the web container where a portal server instance is deployed on.



WEB_CONTAINER_ADMIN_PORT
final public static String WEB_CONTAINER_ADMIN_PORT(Code)
The administration port of the web container where a portal server instance is deployed on.



WEB_CONTAINER_ADMIN_SCHEME
final public static String WEB_CONTAINER_ADMIN_SCHEME(Code)
The scheme used to make requests to the administration server of the web container where a portal server instance is deployed on, e.g. http or https.



WEB_CONTAINER_ADMIN_UID
final public static String WEB_CONTAINER_ADMIN_UID(Code)
The administration user ID of the web container where a portal server instance is deployed on.



WEB_CONTAINER_CERTDB_PASSWORD
final public static String WEB_CONTAINER_CERTDB_PASSWORD(Code)
The WebContaimer Certificate DataBasePassword. Is applicable only for WebServer



WEB_CONTAINER_DEPLOY_CELL
final public static String WEB_CONTAINER_DEPLOY_CELL(Code)
The document root of the web container where a portal server instance is deployed on.



WEB_CONTAINER_DEPLOY_NODE
final public static String WEB_CONTAINER_DEPLOY_NODE(Code)
The document root of the web container where a portal server instance is deployed on.



WEB_CONTAINER_DOC_ROOT
final public static String WEB_CONTAINER_DOC_ROOT(Code)
The document root of the web container where a portal server instance is deployed on.



WEB_CONTAINER_DOMAIN
final public static String WEB_CONTAINER_DOMAIN(Code)
The Name/Identifier of the web container domain to which the webcontainer instance belongs to.



WEB_CONTAINER_INSTALL_DIR
final public static String WEB_CONTAINER_INSTALL_DIR(Code)
The install directory of the web container where a portal server instance is deployed on.



WEB_CONTAINER_INSTANCE
final public static String WEB_CONTAINER_INSTANCE(Code)
The Name/Identifier of the web container instancer the portal server instance is deployed on.



WEB_CONTAINER_INSTANCE_DIR
final public static String WEB_CONTAINER_INSTANCE_DIR(Code)
The configuration directory of the web container where a portal server instance is deployed on.



WEB_CONTAINER_JDK_DIR
final public static String WEB_CONTAINER_JDK_DIR(Code)
The JDK directory used by the web container where a portal server instance is deployed on. Used for BEA container configuration.



WEB_CONTAINER_MANAGED_SERVER
final public static String WEB_CONTAINER_MANAGED_SERVER(Code)
The weblogic specific web container property. This is used to determine whether the conatiner instance is a managed instance or not.



WEB_CONTAINER_MASTER_PASSWORD
final public static String WEB_CONTAINER_MASTER_PASSWORD(Code)
The master password of the web container (AS 81) where a portal server instance is deployed on.



WEB_CONTAINER_TYPE
final public static String WEB_CONTAINER_TYPE(Code)
The type of the web container where a portal server instance is deployed on.





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.