com.objectwave.simpleSockets
Class SocketProperty

java.lang.Object
  |
  +--com.objectwave.configuration.BasicPropertySource
        |
        +--com.objectwave.simpleSockets.SocketProperty
All Implemented Interfaces:
PropertySource

public class SocketProperty
extends BasicPropertySource

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.

Version:
$Id: SocketProperty.java,v 2.0 2001/06/11 15:46:53 dave_hoag Exp $
Author:
dhoag

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

SocketProperty

public SocketProperty()
Constructor for the SocketProperty object

Method Detail

getExpectedClass

public java.lang.Class getExpectedClass()
Description copied from interface: PropertySource
A property source is used by an application to get properties that may be configured.

Returns:
The expectedClass value

initialize

protected void initialize()
Find our SocketPropertyDetail instance. The PropertyDetail object will actually contain the property values.


getServerVerbose

public boolean getServerVerbose()
Should the server log lots of messages?