|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.ac.impl.DefaultServiceImplementation
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private DefaultServiceDescriptor |
descriptor
|
private Class |
implementationClass
|
private static String |
RESOURCE
|
private Object |
singleton
|
Fields inherited from interface wt.services.ac.ServiceImplementation |
DESCRIPTOR |
Constructor Summary | |
DefaultServiceImplementation()
Supported API: false |
|
DefaultServiceImplementation(ServiceDescriptor descriptor)
Supported API: false |
Method Summary | |
int |
comparePriority(ServiceImplementation other)
Supported API: false |
ServiceDescriptor |
getDescriptor()
Gets the object for the association that plays role: descriptor. |
private Class |
getImplementationClass()
|
String |
getRequestorName()
Supported API: false |
Object |
getService()
Supported API: false |
private Object |
getSingleton()
|
static Method |
getSingletonMethod(Class implementation_class)
|
static Object |
instantiateSingleton(Class implementation_class)
|
void |
setDescriptor(ServiceDescriptor a_Descriptor)
Sets the object for the association that plays role: descriptor. |
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 DefaultServiceDescriptor descriptor
private Class implementationClass
private Object singleton
Constructor Detail |
public DefaultServiceImplementation()
public DefaultServiceImplementation(ServiceDescriptor descriptor) throws WTPropertyVetoException
descriptor
-
WTPropertyVetoException
Method Detail |
public String getRequestorName()
getRequestorName
in interface ServiceImplementation
public Object getService()
getService
in interface ServiceImplementation
public int comparePriority(ServiceImplementation other)
comparePriority
in interface ServiceImplementation
other
-
public ServiceDescriptor getDescriptor()
getDescriptor
in interface ServiceImplementation
public void setDescriptor(ServiceDescriptor a_Descriptor) throws WTPropertyVetoException
setDescriptor
in interface ServiceImplementation
a_Descriptor
-
WTPropertyVetoException
public static Object instantiateSingleton(Class implementation_class)
public static Method getSingletonMethod(Class implementation_class)
private Object getSingleton()
private Class getImplementationClass()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |