|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.applicationcontext.ApplicationContextServiceProviderAdapter
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private ApplicationContextServiceProvider |
provider
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
ApplicationContextServiceProviderAdapter()
Supported API: false |
|
ApplicationContextServiceProviderAdapter(ApplicationContextServiceProvider provider)
Supported API: false |
Method Summary | |
Iterator |
getCurrentServiceSelectors(BeanContextServices bcs,
Class service_class)
Supported API: false |
ApplicationContextServiceProvider |
getProvider()
Gets the object for the association that plays role: provider. |
Object |
getService(BeanContextServices bcs,
Object requestor,
Class service_class,
Object selector)
Supported API: false |
private void |
providerValidate(ApplicationContextServiceProvider a_Provider)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
void |
releaseService(BeanContextServices bcs,
Object service_class,
Object service)
Supported API: false |
void |
setProvider(ApplicationContextServiceProvider a_Provider)
Sets the object for the association that plays role: provider. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private ApplicationContextServiceProvider provider
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
Constructor Detail |
public ApplicationContextServiceProviderAdapter()
public ApplicationContextServiceProviderAdapter(ApplicationContextServiceProvider provider) throws WTPropertyVetoException
provider
-
WTPropertyVetoException
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
public ApplicationContextServiceProvider getProvider()
public void setProvider(ApplicationContextServiceProvider a_Provider) throws WTPropertyVetoException
a_Provider
-
WTPropertyVetoException
private void providerValidate(ApplicationContextServiceProvider a_Provider) throws WTPropertyVetoException
a_Provider
-
WTPropertyVetoException
public Iterator getCurrentServiceSelectors(BeanContextServices bcs, Class service_class)
getCurrentServiceSelectors
in interface BeanContextServiceProvider
bcs
- service_class
-
public Object getService(BeanContextServices bcs, Object requestor, Class service_class, Object selector)
getService
in interface BeanContextServiceProvider
bcs
- requestor
- service_class
- selector
-
public void releaseService(BeanContextServices bcs, Object service_class, Object service)
releaseService
in interface BeanContextServiceProvider
bcs
- service_class
- service
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |