org.jpu.patterns.serviceLocator
Class SLSBLocatorOptions

java.lang.Object
  extended byorg.jpu.patterns.serviceLocator.ServiceLocatorOptions
      extended byorg.jpu.patterns.serviceLocator.SLSBLocatorOptions
All Implemented Interfaces:
java.lang.Cloneable

public class SLSBLocatorOptions
extends ServiceLocatorOptions

Specialization of ServiceLocatorOptions for use with SLSBLocator. Defines one additional option, "castHomeTo", which is the Class to which to narrow the reference to the home object prior to calling its create() method.


Field Summary
 java.lang.Class castHomeTo
           
 
Fields inherited from class org.jpu.patterns.serviceLocator.ServiceLocatorOptions
castTo, noCache, userdata
 
Constructor Summary
SLSBLocatorOptions()
           
 
Method Summary
 java.lang.Class getCastHomeTo()
           
 ServiceLocatorOptions setCastHomeTo(java.lang.Class c)
           
 
Methods inherited from class org.jpu.patterns.serviceLocator.ServiceLocatorOptions
clone, defaultIfNull, getCastTo, getNoCache, getUserData, makeNew, setCastTo, setNoCache, setUserData, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

castHomeTo

public java.lang.Class castHomeTo
Constructor Detail

SLSBLocatorOptions

public SLSBLocatorOptions()
Method Detail

setCastHomeTo

public ServiceLocatorOptions setCastHomeTo(java.lang.Class c)

getCastHomeTo

public java.lang.Class getCastHomeTo()


Copyright (c) 2001-2003 - Apache Software Foundation