com.metamatrix.common.application
Class ApplicationEnvironment

java.lang.Object
  extended by 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.


Constructor Summary
ApplicationEnvironment()
           
 
Method Summary
 void bindService(java.lang.String type, ApplicationService service)
           
 ApplicationService findService(java.lang.String type)
           
 void unbindService(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationEnvironment

public ApplicationEnvironment()
Method Detail

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.