donaldp 2002/07/11 17:26:03
Modified: src/java/org/apache/avalon/cornerstone/blocks/transport/publishing
SocketStreamPublisher.java
Log:
Remove clonedjavadocs
Revision Changes Path
1.6 +1 -21
jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/transport/publishing/SocketStreamPublisher.java
Index: SocketStreamPublisher.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/transport/publishing/SocketStreamPublisher.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SocketStreamPublisher.java 12 Jul 2002 00:13:11 -0000 1.5
+++ SocketStreamPublisher.java 12 Jul 2002 00:26:03 -0000 1.6
@@ -43,13 +43,6 @@
private String m_socketStreamServerClass;
private boolean m_allAddresses = false;
- /**
- * Pass the <code>Configuration</code> to the <code>Configurable</code>
- * class. This method must always be called after the constructor
- * and before any other method.
- *
- * @param configuration the class configurations.
- */
public final void configure( Configuration configuration ) throws
ConfigurationException
{
@@ -110,12 +103,6 @@
}
}
- /**
- * Construct an appropriate ConnectionHandler.
- *
- * @return the new ConnectionHandler
- * @exception Exception if an error occurs
- */
public ConnectionHandler createConnectionHandler() throws Exception
{
final PartialSocketStreamConnectionHandler handler =
@@ -135,13 +122,6 @@
{
}
- /**
- * Initialialize the component. Initialization includes
- * allocating any resources required throughout the
- * components lifecycle.
- *
- * @exception Exception if an error occurs
- */
public void initialize() throws Exception
{
setAbstractServer( (AbstractPartialSocketStreamServer)Class.forName(
m_socketStreamServerClass ).newInstance() );
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>