org.jpu.patterns.serviceLocator
Class SLSBLocatorOptions
java.lang.Object
org.jpu.patterns.serviceLocator.ServiceLocatorOptions
org.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.
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
castHomeTo
public java.lang.Class castHomeTo
SLSBLocatorOptions
public SLSBLocatorOptions()
setCastHomeTo
public ServiceLocatorOptions setCastHomeTo(java.lang.Class c)
getCastHomeTo
public java.lang.Class getCastHomeTo()
Copyright (c) 2001-2003 - Apache Software Foundation