org.apache.servicemix.geronimo
Class ServiceAssembly

java.lang.Object
  extended by org.apache.servicemix.geronimo.ServiceAssembly
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle

public class ServiceAssembly
extends Object
implements org.apache.geronimo.gbean.GBeanLifecycle


Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
ServiceAssembly(String name, Container container, URL configurationBaseUrl)
           
 
Method Summary
 void doFail()
           
 void doStart()
           
 void doStop()
           
 org.apache.servicemix.jbi.deployment.Descriptor getDescriptor()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 String getName()
           
 URI getRootDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

ServiceAssembly

public ServiceAssembly(String name,
                       Container container,
                       URL configurationBaseUrl)
                throws Exception
Throws:
Exception
Method Detail

doStart

public void doStart()
             throws Exception
Specified by:
doStart in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
Exception

doStop

public void doStop()
            throws Exception
Specified by:
doStop in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
Exception

doFail

public void doFail()
Specified by:
doFail in interface org.apache.geronimo.gbean.GBeanLifecycle

getRootDir

public URI getRootDir()

getName

public String getName()

getDescriptor

public org.apache.servicemix.jbi.deployment.Descriptor getDescriptor()
                                                              throws Exception
Throws:
Exception

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2005-2007. All Rights Reserved.