/** * This file was auto-generated by mofcomp -j version 1.0.0 on Wed Jan 12 * 09:21:06 CET 2011. */ package org.opennaas.extensions.router.model; import java.io.*; /** * This Class contains accessor and mutator methods for all properties defined in the CIM class TextRedirectionService as well as methods comparable * to the invokeMethods defined for this class. This Class implements the TextRedirectionServiceBean Interface. The CIM class TextRedirectionService * is described as follows: * * TextRedirectionService provides the capability to redirect a text console output to the remote console. For example, any text stream directed to a * Serial COM Port (by the operating system) on a Computer System can be redirected out to a remote administrator's console. Similarly the text input * keystrokes from the remote administrator's console can be redirected into the same COM Port. Each redirection stream is accessible via a * TextRedirectionSAP. This service can support multiple redirection streams via multiple associated TextRedirectionSAPs. */ public class TextRedirectionService extends RedirectionService implements Serializable { /** * This constructor creates a TextRedirectionServiceBeanImpl Class which implements the TextRedirectionServiceBean Interface, and encapsulates the * CIM class TextRedirectionService in a Java Bean. The CIM class TextRedirectionService is described as follows: * * TextRedirectionService provides the capability to redirect a text console output to the remote console. For example, any text stream directed * to a Serial COM Port (by the operating system) on a Computer System can be redirected out to a remote administrator's console. Similarly the * text input keystrokes from the remote administrator's console can be redirected into the same COM Port. Each redirection stream is accessible * via a TextRedirectionSAP. This service can support multiple redirection streams via multiple associated TextRedirectionSAPs. */ public TextRedirectionService() { }; } // Class TextRedirectionService