com.metamatrix.common.application
Class ApplicationEnvironment
java.lang.Object
com.metamatrix.common.application.ApplicationEnvironment
public class ApplicationEnvironment
- extends java.lang.Object
The environment is available internally to the application as a means
of finding application services of a particular type or to retrieve
other information about the application itself.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationEnvironment
public ApplicationEnvironment()
bindService
public void bindService(java.lang.String type,
ApplicationService service)
unbindService
public void unbindService(java.lang.String type)
findService
public ApplicationService findService(java.lang.String type)
Copyright © 2009. All Rights Reserved.