BEA Systems, Inc.

com.connecterra.ale.reader
Interface ChannelManager.Operation

Enclosing class:
ChannelManager

public static interface ChannelManager.Operation

This interface is implemented by classes which represent work to be performed after activation and initialization.


Method Summary
 void execute()
          This method implements work which is to be performed after activation and initialization.
 

Method Detail

execute

void execute()
             throws IOException
This method implements work which is to be performed after activation and initialization.

Generally, this class is used to create anonymous classes which contain the code to be executed.

Throws:
IOException - if an error occurs

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.