com.sun.enterprise.connectors.jms.system
Class JmsProviderLifecycle

java.lang.Object
  extended by com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle
All Implemented Interfaces:
PostStartup, org.jvnet.hk2.component.PostConstruct

@Service
public class JmsProviderLifecycle
extends java.lang.Object
implements PostStartup, org.jvnet.hk2.component.PostConstruct


Field Summary
static java.lang.String EMBEDDED
           
static java.lang.String JMS_SERVICE
           
static java.lang.String LOCAL
           
static java.lang.String REMOTE
           
 
Constructor Summary
JmsProviderLifecycle()
           
 
Method Summary
 void initializeBroker()
           
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMBEDDED

public static final java.lang.String EMBEDDED
See Also:
Constant Field Values

LOCAL

public static final java.lang.String LOCAL
See Also:
Constant Field Values

REMOTE

public static final java.lang.String REMOTE
See Also:
Constant Field Values

JMS_SERVICE

public static final java.lang.String JMS_SERVICE
See Also:
Constant Field Values
Constructor Detail

JmsProviderLifecycle

public JmsProviderLifecycle()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct

initializeBroker

public void initializeBroker()
                      throws ConnectorRuntimeException
Throws:
ConnectorRuntimeException


Copyright © 2012 GlassFish Community. All Rights Reserved.