Introduction to Library Functions activation(3) NAME activation - JavaBeans Activation Framework (JAF) is a stan- dard extension to the Java platform. SYNOPSIS Add activation.jar to the CLASSPATH DESCRIPTION Java Activation Framework, or JAF, enables developers to determine the type of an arbitrary piece of data, to encap- sulate access to the data, to discover the functional opera- tions available on it, and to instantiate the appropriate bean to perform the operation(s). It also enables you to dynamically register types of arbitrary data and actions associated with particular kinds of data. Additionally, it enables a program to dynamically provide or retrieve JavaBe- ans that implement actions associated with some kind of data. For more details about Java Activation Framework(JAF), please see https://glassfish.dev.java.net/javaee5/mail web page. FILES By default, activation.jar is installed into /usr/share/lib/java directory. HTML-based documentation is located in activation's doc directory, e.g. /usr/share/doc/activation. ENVIRONMENT JAVA_HOME variable must point to the directory where Java is installed. ATTRIBUTES See attributes(5) for descriptions of the following attri- butes: _______________________________________ | ATTRIBUTE TYPE | ATTRIBUTE VALUE| |_______________________________________ | Availability | SUNWactivation | |_______________________________________ | Interface Stability| Uncommitted | |____________________|_________________| NOTES Source for activation is available on http://opensolaris.org. SunOS 5.10 Last change: 1