Java Doc for MetaServer.java in  » Web-Server » jo » com » tagtraum » metaserver » 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 Server » jo » com.tagtraum.metaserver 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.tagtraum.framework.server.Service
      com.tagtraum.metaserver.MetaServer

MetaServer
public class MetaServer extends Service (Code)
Realisiert einen sehr simplen Meta-Service f�r Services, die I_BasicService implementieren. Dieser Admin-Service ist nicht sicher. Er schützt nicht sicher gegen unbefugten Zugriff.

F�r den Betrieb des AdminServices sind zwei Konfigurationsdateien erforderlich. Zum einen ist dies die übliche server.cfg, die jedoch um den Parameter VALID_ADDRESSES erweitert ist. Eine typische server.cfg sieht etwa so aus:

{ PORT = 9090 BINDADDRESS = "localhost" BACKLOG = 50 MAXHANDLERTHREADS = 1 MINHANDLERTHREADS = 1 HANDLERCLASSNAME = "com.tagtraum.framework.server.AdminHandler" VALID_ADDRESSES = ("localhost","127.0.0.1") MAJORVERSION = 0 MINORVERSION = 1 } Darüber hinaus ist noch eine Datei services.cfg n�tig. In ihr wird definiert, welche Services vom AdminService aus gestartet werden k�nnen und ob sie automatisch gestartet werden. Eine services.cfg-Datei sieht folgendermaßen aus: { jo = { Class = "com.tagtraum.jo.JoServletService"; AutoStart = true; } EchoService = { Class = "com.tagtraum.Examples.Server.EchoService"; AutoStart = true; } }
author:
   Hendrik Schreiber
version:
   1.1beta1 $Id: MetaServer.java,v 1.5 2005/03/15 20:09:44 hendriks73 Exp $
See Also:   MetaClient


Field Summary
protected  HashtablemyBuilder
    
protected  HashtablemyServices
    
protected  VectormyValidAddresses
    
public static  Stringvcid
    

Constructor Summary
public  MetaServer()
     Constructor.

Method Summary
public synchronized  voidaddBuilder(I_Builder aBuilder)
     Method.
public  voidaddValidAddress(InetAddress aAddress)
     Adds an Inetaddress to the list of priviliged addresses.
public  booleanisValidAddress(InetAddress aAddress)
     �berpr�ft, ob ein Client mit einer bestimmten IP-Adresse das Recht hat den AdminService in Anspruch zu nehmen.
public synchronized  voidremoveBuilder(String aName)
     Method.
public  voidsetName(String aName)
     Method.
public synchronized  voidstartService(String name)
     Startet den angegebenen Service.
public synchronized  voidstop()
     Stoppt zunächst alle vom AdminSevices verwalteten Services und dann den AdminService.
protected  voidstopAllServices()
     Stoppt alle Services.
public synchronized  voidstopService(String name)
     Stoppt einen Service.

Field Detail
myBuilder
protected Hashtable myBuilder(Code)
Builder-Hashtable



myServices
protected Hashtable myServices(Code)
Service-Hashtable



myValidAddresses
protected Vector myValidAddresses(Code)
Liste mit "erlaubten" Adressen



vcid
public static String vcid(Code)
Source-Version




Constructor Detail
MetaServer
public MetaServer()(Code)
Constructor.




Method Detail
addBuilder
public synchronized void addBuilder(I_Builder aBuilder)(Code)
Method.
Parameters:
  aBuilder -



addValidAddress
public void addValidAddress(InetAddress aAddress)(Code)
Adds an Inetaddress to the list of priviliged addresses.
Parameters:
  aAddress - priviliges address



isValidAddress
public boolean isValidAddress(InetAddress aAddress)(Code)
�berpr�ft, ob ein Client mit einer bestimmten IP-Adresse das Recht hat den AdminService in Anspruch zu nehmen.
Parameters:
  aAddress - Adresse des Clients



removeBuilder
public synchronized void removeBuilder(String aName)(Code)
Method.
Parameters:
  aName -



setName
public void setName(String aName)(Code)
Method.
Parameters:
  aName -



startService
public synchronized void startService(String name) throws ServerException, BuildException(Code)
Startet den angegebenen Service.
Parameters:
  name - Name des zu startenden Services
exception:
  ServerException - falls beim Starten etwas schiefgeht.



stop
public synchronized void stop() throws ServerException(Code)
Stoppt zunächst alle vom AdminSevices verwalteten Services und dann den AdminService.
exception:
  ServerException - falls beim Stoppen etwas schiefgeht.



stopAllServices
protected void stopAllServices() throws ServerException(Code)
Stoppt alle Services.
exception:
  ServerException - falls beim Stoppen etwas schiefgeht.



stopService
public synchronized void stopService(String name) throws ServerException(Code)
Stoppt einen Service.
Parameters:
  name - Name des zu stoppenden Services
exception:
  ServerException - falls beim Stoppen etwas schiefgeht.



Fields inherited from com.tagtraum.framework.server.Service
protected int maxHandlers(Code)(Java Doc)
protected int minHandlers(Code)(Java Doc)
protected boolean myAlive(Code)(Java Doc)
protected Hashtable myAttributes(Code)(Java Doc)
protected Factory myFactory(Code)(Java Doc)
protected String myHandlerClassname(Code)(Java Doc)
protected Constructor myHandlerConstructor(Code)(Java Doc)
protected Object[] myHandlerConstructorArgs(Code)(Java Doc)
protected int myHandlerCount(Code)(Java Doc)
protected transient Hashtable myListeners(Code)(Java Doc)
protected Log myLog(Code)(Java Doc)
protected int myMajorVersion(Code)(Java Doc)
protected int myMinorVersion(Code)(Java Doc)
protected String myName(Code)(Java Doc)
protected transient HandlerPool myPool(Code)(Java Doc)
protected long myRunningSince(Code)(Java Doc)
protected int mySoTimeout(Code)(Java Doc)
protected transient ThreadGroup myThreadGroup(Code)(Java Doc)
protected transient boolean stopped(Code)(Java Doc)
public static String vcid(Code)(Java Doc)

Methods inherited from com.tagtraum.framework.server.Service
public synchronized void addListener(I_Listener aListener)(Code)(Java Doc)
protected void destroyLongRunningHandlers()(Code)(Java Doc)
public int getActiveHandlerCount()(Code)(Java Doc)
public Object getAttribute(String key)(Code)(Java Doc)
public Enumeration getAttributeNames()(Code)(Java Doc)
public String getGroupId()(Code)(Java Doc)
public I_Handler getHandler() throws HandlerException(Code)(Java Doc)
public String getHandlerClassname()(Code)(Java Doc)
protected Constructor getHandlerConstructor() throws Exception(Code)(Java Doc)
protected Object[] getHandlerConstructorArgs()(Code)(Java Doc)
public int getHandlerCount()(Code)(Java Doc)
public Factory getHandlerFactory()(Code)(Java Doc)
public synchronized I_Listener getListener(String aName)(Code)(Java Doc)
public int getMajorVersion()(Code)(Java Doc)
public int getMaxHandlerThreads()(Code)(Java Doc)
public int getMinHandlerThreads()(Code)(Java Doc)
public int getMinorVersion()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public int getPeakActiveHandlerCount()(Code)(Java Doc)
public String getServerInfo()(Code)(Java Doc)
public int getSoTimeout()(Code)(Java Doc)
public ThreadGroup getThreadGroup()(Code)(Java Doc)
public String getUserId()(Code)(Java Doc)
public void handleSoTimeout()(Code)(Java Doc)
public synchronized boolean isAlive()(Code)(Java Doc)
public boolean isRestartable()(Code)(Java Doc)
public boolean isStopped()(Code)(Java Doc)
public Enumeration listenerNames()(Code)(Java Doc)
protected I_Handler newHandler() throws HandlerException(Code)(Java Doc)
public void recycleHandler(I_Handler aHandler)(Code)(Java Doc)
public synchronized void removeAllListeners()(Code)(Java Doc)
public void removeHandler(I_Handler aHandler)(Code)(Java Doc)
public synchronized void removeListener(String aName)(Code)(Java Doc)
public synchronized void restart() throws ServerException(Code)(Java Doc)
public long runningSince()(Code)(Java Doc)
public void setAttribute(String key, Object value)(Code)(Java Doc)
public void setGroupId(String groupId)(Code)(Java Doc)
public void setHandlerClassname(String aClassname)(Code)(Java Doc)
public void setHandlerFactory(Factory aFactory)(Code)(Java Doc)
public void setMajorVersion(int aVersion)(Code)(Java Doc)
public void setMaxHandlerThreads(int max)(Code)(Java Doc)
public void setMinHandlerThreads(int min)(Code)(Java Doc)
public void setMinorVersion(int aVersion)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setSoTimeout(int aSoTimeout)(Code)(Java Doc)
public void setUserId(String userId)(Code)(Java Doc)
public synchronized void start() throws ServerException(Code)(Java Doc)
public synchronized void stop() throws ServerException(Code)(Java Doc)

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.