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

Quick Search    Search Deep

java.beans.beancontext
Class BeanContextSupport.BCSChild  view BeanContextSupport.BCSChild download BeanContextSupport.BCSChild.java

java.lang.Object
  extended byjava.beans.beancontext.BeanContextSupport.BCSChild
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BeanContextServicesSupport.BCSSChild
Enclosing class:
BeanContextSupport

protected class BeanContextSupport.BCSChild
extends java.lang.Object
implements java.io.Serializable


Field Summary
private  java.lang.Object peer
           
private static long serialVersionUID
           
private  java.lang.Object targetChild
           
 
Constructor Summary
(package private) BeanContextSupport.BCSChild(java.lang.Object targetChild, java.lang.Object peer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

targetChild

private java.lang.Object targetChild

peer

private java.lang.Object peer
Constructor Detail

BeanContextSupport.BCSChild

BeanContextSupport.BCSChild(java.lang.Object targetChild,
                            java.lang.Object peer)