org.beanfabrics.context
Class ServiceEntry

java.lang.Object
  extended by org.beanfabrics.context.ServiceEntry

public class ServiceEntry
extends java.lang.Object

Author:
Michael Karneim

Constructor Summary
ServiceEntry(int distance, Context origin, java.lang.Object service, java.lang.Class type)
           
 
Method Summary
 int getDistance()
           
 Context getOrigin()
           
 java.lang.Object getService()
           
 java.lang.Class getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceEntry

public ServiceEntry(int distance,
                    Context origin,
                    java.lang.Object service,
                    java.lang.Class type)
Method Detail

getOrigin

public Context getOrigin()

getDistance

public int getDistance()

getService

public java.lang.Object getService()

getType

public java.lang.Class getType()


© 2010 by Michael Karneim, http://www.beanfabrics.org