public class ASSocketServiceProxy extends Object implements com.sun.enterprise.server.ss.spi.ASSocketServiceFacade
A Proxy that delegates to the actual ASSocketService class. This facade
is introduced to separate the implementation and interfaces of the
Quickstartup/ASLazyKernel related classes
In the new classloader scheme, the actual implementation
of the ASLazyKernel would lie in appserv-rt.jar, and the SystemClasspath
would have the interfaces classes alone. [NIO specific AS-implementation interfaces
would need to be in the system classpath as J2SE' NIO implmentation requires
them to be there]
Classes under the following packages are now placed under appserv-launch.jar
com.sun.enterprise.server.ss.provider
com.sun.enterprise.server.ss.util
com.sun.enterprise.server.ss.spi