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


com.sun.portal.sra.admin.mbeans.SraServerImpl
   com.sun.portal.sra.admin.mbeans.Gateway

Gateway
public class Gateway extends SraServerImpl implements SraServer(Code)

version:
   1.0
author:
   Sandeep Soni


Field Summary
final public static  StringATTRIBUTE_GATEWAY_ENABLE_HTTP
    
final public static  StringATTRIBUTE_GATEWAY_ENABLE_HTTPS
    
final public static  StringATTRIBUTE_GATEWAY_HTTPS_PORT
    
final public static  StringATTRIBUTE_GATEWAY_HTTP_PORT
    
final public static  StringATTRIBUTE_GATEWAY_LISTS
    
final public static  StringCOMPONENT_NAME
    

Constructor Summary
protected  Gateway(String instanceName, PSConfigContext cc)
    
protected  Gateway(SRAPropertyContext pc, PSConfigContext cc)
    
protected  Gateway(PSConfigContext cc)
    

Method Summary
public  SraServercreateInstance(Properties configFileProperties)
    
public  BooleancreateLoggingUserAuthenticationEntry()
    
public  booleandeleteInstance()
    
public  booleanequals(Object obj)
    
public  StringgetHttpPort()
    
public  StringgetHttpsPort()
    
public  StringgetInstanceName()
    
public  StringgetInstancePID(String instance)
    
public  PropertiesgetPlatformConfProperties()
    
public  intgetServiceIdentifier()
    
public  HashMapgetSystemProperties()
    
public  StringgetclassPath()
    
public  StringgetjvmProperties()
    
public  StringgetmainClass()
    
public  booleanisGateway()
    
public  booleanisHttpEnabled()
    
public  booleanisHttpsEnabled()
    
public  booleanisNetletProxy()
    
public  booleanisRewriterProxy()
    
public  booleanisStarted(String hostname, int portNumber)
    
public  booleanisStopped(String hostname, int portNumber)
    
public  BooleanremoveInstanceSignature(boolean deletePlatformConf)
    
public  booleanstart()
    
public  booleanstop()
    
public  StringtoString()
    

Field Detail
ATTRIBUTE_GATEWAY_ENABLE_HTTP
final public static String ATTRIBUTE_GATEWAY_ENABLE_HTTP(Code)



ATTRIBUTE_GATEWAY_ENABLE_HTTPS
final public static String ATTRIBUTE_GATEWAY_ENABLE_HTTPS(Code)



ATTRIBUTE_GATEWAY_HTTPS_PORT
final public static String ATTRIBUTE_GATEWAY_HTTPS_PORT(Code)



ATTRIBUTE_GATEWAY_HTTP_PORT
final public static String ATTRIBUTE_GATEWAY_HTTP_PORT(Code)



ATTRIBUTE_GATEWAY_LISTS
final public static String ATTRIBUTE_GATEWAY_LISTS(Code)



COMPONENT_NAME
final public static String COMPONENT_NAME(Code)




Constructor Detail
Gateway
protected Gateway(String instanceName, PSConfigContext cc)(Code)



Gateway
protected Gateway(SRAPropertyContext pc, PSConfigContext cc)(Code)



Gateway
protected Gateway(PSConfigContext cc)(Code)




Method Detail
createInstance
public SraServer createInstance(Properties configFileProperties) throws PSMBeanException(Code)

Parameters:
  configFileProperties -



createLoggingUserAuthenticationEntry
public Boolean createLoggingUserAuthenticationEntry()(Code)



deleteInstance
public boolean deleteInstance() throws PSMBeanException(Code)



equals
public boolean equals(Object obj)(Code)



getHttpPort
public String getHttpPort()(Code)



getHttpsPort
public String getHttpsPort()(Code)



getInstanceName
public String getInstanceName()(Code)



getInstancePID
public String getInstancePID(String instance)(Code)



getPlatformConfProperties
public Properties getPlatformConfProperties()(Code)



getServiceIdentifier
public int getServiceIdentifier()(Code)



getSystemProperties
public HashMap getSystemProperties()(Code)



getclassPath
public String getclassPath()(Code)



getjvmProperties
public String getjvmProperties()(Code)



getmainClass
public String getmainClass()(Code)



isGateway
public boolean isGateway()(Code)



isHttpEnabled
public boolean isHttpEnabled()(Code)



isHttpsEnabled
public boolean isHttpsEnabled()(Code)



isNetletProxy
public boolean isNetletProxy()(Code)



isRewriterProxy
public boolean isRewriterProxy()(Code)



isStarted
public boolean isStarted(String hostname, int portNumber)(Code)



isStopped
public boolean isStopped(String hostname, int portNumber)(Code)



removeInstanceSignature
public Boolean removeInstanceSignature(boolean deletePlatformConf)(Code)



start
public boolean start() throws PSMBeanException(Code)



stop
public boolean stop() throws PSMBeanException(Code)



toString
public String toString()(Code)



Fields inherited from com.sun.portal.sra.admin.mbeans.SraServerImpl
final public static String BACK_SLASH(Code)(Java Doc)
final public static char BACK_SLASH_CHAR(Code)(Java Doc)
final public static String FORWARD_SLASH(Code)(Java Doc)
final public static char FORWARD_SLASH_CHAR(Code)(Java Doc)
protected AMPropertyContext amc(Code)(Java Doc)
protected PSConfigContext cc(Code)(Java Doc)
protected SRAFileContext fc(Code)(Java Doc)
public static String fs(Code)(Java Doc)
protected SRAPropertyContext pc(Code)(Java Doc)

Methods inherited from com.sun.portal.sra.admin.mbeans.SraServerImpl
Boolean CheckPort(String host, String port, int numRetries)(Code)(Java Doc)
Boolean CheckPortalInstance()(Code)(Java Doc)
public static void addHostNameIPFromServerList(SSOToken token, HashMap testMap, String hostName, String ipAddress) throws SSOException, SMSException, Exception(Code)(Java Doc)
public Boolean addOrReplaceNameValues(String fileName, String[][] nameValues) throws IOException(Code)(Java Doc)
public void addServerInstanceInfoToProfile(String component, String attributeName)(Code)(Java Doc)
public Boolean copyFile(String src, String dst, Boolean recopy)(Code)(Java Doc)
public Boolean createIdentitySDKInstance()(Code)(Java Doc)
public Boolean createInstanceSignature()(Code)(Java Doc)
public Boolean createLoggingUserAuthenticationEntry()(Code)(Java Doc)
public Boolean createSelfSignedCertificate()(Code)(Java Doc)
public void deleteAttribute(String host, String profile, String attributeName, String hostName, String ipAddress)(Code)(Java Doc)
public void deleteServerInstanceInfoFromProfile(String component, String attributeName)(Code)(Java Doc)
public int exec(String command) throws IOException(Code)(Java Doc)
public int exec(String[] cmdArray, String[] envp) throws IOException(Code)(Java Doc)
public List getAttribute(String host, String profile, String attributeName)(Code)(Java Doc)
public List getAttributeRemote(String host, HashMap testMap) throws MalformedObjectNameException, PSMBeanException(Code)(Java Doc)
protected int getExitValue(Process process)(Code)(Java Doc)
public static List getHostNameIPFromServerList(SSOToken token, HashMap testMap) throws SSOException, SMSException, Exception(Code)(Java Doc)
protected List getNotificationURL(String defGwNotifyUrl, String defAmNotifyUrl, Properties instancePlatformConfigProperties)(Code)(Java Doc)
public static List getServerInstanceInfoFromProfile(String component, String attributeName, String instanceName)(Code)(Java Doc)
public boolean isStarted(String hostname, int portNumber)(Code)(Java Doc)
public boolean isStopped(String hostname, int portNumber)(Code)(Java Doc)
public Properties load(String fileName) throws IOException(Code)(Java Doc)
public Boolean native2Ascii()(Code)(Java Doc)
public static void removeHostNameIPFromServerList(SSOToken token, HashMap testMap, String hostName, String ipAddress) throws SSOException, SMSException, Exception(Code)(Java Doc)
public Boolean removeIdentitySDKInstance()(Code)(Java Doc)
public String replaceBackSlash(String pathName)(Code)(Java Doc)
public Boolean replaceTokens(String file)(Code)(Java Doc)
public Boolean replaceTokens(String fileName, String[][] nameValues) throws IOException(Code)(Java Doc)
public void setAttribute(String host, String profile, String attributeName, String hostName, String ipAddress)(Code)(Java Doc)
public void setAttributeRemote(List attrList, HashMap testMap, String host) throws MalformedObjectNameException, PSMBeanException(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.