|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.applicationcontext.ApplicationContextServicesFactory
Factory used to keep track of a default context.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
DEFAULT_CONTEXT
Label for the attribute. |
private static ApplicationContextServices |
defaultContext
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private static String |
versionID
|
Constructor Summary | |
ApplicationContextServicesFactory()
|
Method Summary | |
static ApplicationContextServices |
getDefaultContext()
Get the object for the association that plays role: DEFAULT_CONTEXT. |
void |
readExternal(ObjectInput input)
Read the non-transient fields of this class from an external source. |
private void |
readOldVersion(ObjectInput input,
long readSerialVersionUID)
Read the non-transient fields of this class from an external source, which is not the current version. |
static void |
setDefaultContext(ApplicationContextServices a_DefaultContext)
Set the object for the association that plays role: DEFAULT_CONTEXT. |
void |
writeExternal(ObjectOutput output)
Write 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 static final String versionID
static final long serialVersionUID
public static final String DEFAULT_CONTEXT
private static ApplicationContextServices defaultContext
Constructor Detail |
public ApplicationContextServicesFactory()
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
private void readOldVersion(ObjectInput input, long readSerialVersionUID) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
-
IOException
ClassNotFoundException
public static ApplicationContextServices getDefaultContext()
public static void setDefaultContext(ApplicationContextServices a_DefaultContext)
a_DefaultContext
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |