org.eclipse.jetty.util.component
类 Container.Relationship

java.lang.Object
  继承者 org.eclipse.jetty.util.component.Container.Relationship
包容类:
Container

public static class Container.Relationship
extends Object

A Container event.

另请参见:
Container.Listener

方法摘要
 boolean equals(Object o)
           
 Object getChild()
           
 Container getContainer()
           
 Object getParent()
           
 String getRelationship()
           
 int hashCode()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

方法详细信息

getContainer

public Container getContainer()

getChild

public Object getChild()

getParent

public Object getParent()

getRelationship

public String getRelationship()

toString

public String toString()
覆盖:
Object 中的 toString

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object o)
覆盖:
Object 中的 equals


Copyright © 2013. All Rights Reserved.