org.springframework.roo.addon.maven
Class ApplicationContextOperationsImpl

java.lang.Object
  extended by org.springframework.roo.addon.maven.ApplicationContextOperationsImpl
All Implemented Interfaces:
ApplicationContextOperations

@Service
public class ApplicationContextOperationsImpl
extends Object
implements ApplicationContextOperations

Provides Spring application context-related operations.

Since:
1.0
Author:
Ben Alex, Stefan Schmidt

Constructor Summary
ApplicationContextOperationsImpl()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext context)
           
 void createMiddleTierApplicationContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContextOperationsImpl

public ApplicationContextOperationsImpl()
Method Detail

activate

protected void activate(org.osgi.service.component.ComponentContext context)

createMiddleTierApplicationContext

public void createMiddleTierApplicationContext()
Specified by:
createMiddleTierApplicationContext in interface ApplicationContextOperations


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.