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

Quick Search    Search Deep

org.mobicents.slee.resource
Class BoostrapContextImpl  view BoostrapContextImpl download BoostrapContextImpl.java

java.lang.Object
  extended byorg.mobicents.slee.resource.BoostrapContextImpl

public class BoostrapContextImpl
extends java.lang.Object


Field Summary
(package private)  org.mobicents.slee.runtime.SleeInternalEndpoint endpoint
           
(package private)  java.lang.String entityName
           
(package private)  EventLookupFacilityImpl eventLookup
           
 
Constructor Summary
BoostrapContextImpl(org.mobicents.slee.runtime.SleeInternalEndpoint endpoint, EventLookupFacilityImpl eventLookup)
           
 
Method Summary
 java.lang.String getEntityName()
           
 EventLookupFacilityImpl getEventLookupFacility()
           
 org.mobicents.slee.runtime.SleeInternalEndpoint getSleeEndpoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endpoint

org.mobicents.slee.runtime.SleeInternalEndpoint endpoint

eventLookup

EventLookupFacilityImpl eventLookup

entityName

java.lang.String entityName
Constructor Detail

BoostrapContextImpl

public BoostrapContextImpl(org.mobicents.slee.runtime.SleeInternalEndpoint endpoint,
                           EventLookupFacilityImpl eventLookup)
Method Detail

getEntityName

public java.lang.String getEntityName()

getEventLookupFacility

public EventLookupFacilityImpl getEventLookupFacility()

getSleeEndpoint

public org.mobicents.slee.runtime.SleeInternalEndpoint getSleeEndpoint()