Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.hivemind.service.impl
Class ExtendingSubInterfaceBean  view ExtendingSubInterfaceBean download ExtendingSubInterfaceBean.java

java.lang.Object
  extended byorg.apache.hivemind.service.impl.ExtendingInterfaceBean
      extended byorg.apache.hivemind.service.impl.ExtendingSubInterfaceBean
All Implemented Interfaces:
BeanInterface, BeanSubInterface

public class ExtendingSubInterfaceBean
extends ExtendingInterfaceBean
implements BeanSubInterface

Since:
1.1

Constructor Summary
ExtendingSubInterfaceBean()
           
 
Method Summary
 int subInterfaceMethod()
           
 
Methods inherited from class org.apache.hivemind.service.impl.ExtendingInterfaceBean
beanMethod, interfaceMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hivemind.service.impl.BeanInterface
interfaceMethod
 

Constructor Detail

ExtendingSubInterfaceBean

public ExtendingSubInterfaceBean()
Method Detail

subInterfaceMethod

public int subInterfaceMethod()
Specified by:
subInterfaceMethod in interface BeanSubInterface