|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.objectwave.configuration.BasicPropertySource
|
+--com.objectwave.simpleSockets.SocketProperty
This is the class from which our simpleSocket server will get properties. This class is stateless and really acts like a finder for property support.
| Field Summary |
| Fields inherited from class com.objectwave.configuration.BasicPropertySource |
configurationService, name |
| Constructor Summary | |
SocketProperty()
Constructor for the SocketProperty object |
|
| Method Summary | |
java.lang.Class |
getExpectedClass()
A property source is used by an application to get properties that may be configured. |
boolean |
getServerVerbose()
Should the server log lots of messages? |
protected void |
initialize()
Find our SocketPropertyDetail instance. |
| Methods inherited from class com.objectwave.configuration.BasicPropertySource |
getCategoryId, getConfigObject, getConfigurationInstance, getConfigurationInstance, getConfigurationService, getName, setConfigurationService, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SocketProperty()
| Method Detail |
public java.lang.Class getExpectedClass()
PropertySource
protected void initialize()
public boolean getServerVerbose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||