/** * 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 OSPFVirtualInterface as well as methods comparable to * the invokeMethods defined for this class. This Class implements the OSPFVirtualInterfaceBean Interface. The CIM class OSPFVirtualInterface is * described as follows: * * This class represent an OSPF protocol endpoint on a virtual link. The definition of a virtual link from RFC2328, is 'Virtual links can be * configured between any two backbone routers that have an interface to a common non-backbone area. Virtual links belong to the backbone. The * protocol treats two routers joined by a virtual link as if they were connected by an unnumbered point-to-point backbone network.' */ public class OSPFVirtualInterface extends OSPFProtocolEndpointBase implements Serializable { /** * This constructor creates a OSPFVirtualInterfaceBeanImpl Class which implements the OSPFVirtualInterfaceBean Interface, and encapsulates the CIM * class OSPFVirtualInterface in a Java Bean. The CIM class OSPFVirtualInterface is described as follows: * * This class represent an OSPF protocol endpoint on a virtual link. The definition of a virtual link from RFC2328, is 'Virtual links can be * configured between any two backbone routers that have an interface to a common non-backbone area. Virtual links belong to the backbone. The * protocol treats two routers joined by a virtual link as if they were connected by an unnumbered point-to-point backbone network.' */ public OSPFVirtualInterface() { }; } // Class OSPFVirtualInterface