com.servingxml.components.application
Class ApplicationImpl

java.lang.Object
  extended by com.servingxml.components.application.ApplicationImpl
All Implemented Interfaces:
Application

public class ApplicationImpl
extends java.lang.Object
implements Application

The ServiceImpl implements the methods in the Service interface.


Constructor Summary
ApplicationImpl(Environment env)
           
 
Method Summary
 Environment getEnvironment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationImpl

public ApplicationImpl(Environment env)
Method Detail

getEnvironment

public Environment getEnvironment()
Specified by:
getEnvironment in interface Application