org.apache.openejb.jee.sun
Class SunApplicationClient

java.lang.Object
  extended by org.apache.openejb.jee.sun.SunApplicationClient

public class SunApplicationClient
extends Object


Field Summary
protected  List<EjbRef> ejbRef
           
protected  JavaWebStartAccess javaWebStartAccess
           
protected  List<MessageDestination> messageDestination
           
protected  List<MessageDestinationRef> messageDestinationRef
           
protected  List<ResourceEnvRef> resourceEnvRef
           
protected  List<ResourceRef> resourceRef
           
protected  List<ServiceRef> serviceRef
           
 
Constructor Summary
SunApplicationClient()
           
 
Method Summary
 List<EjbRef> getEjbRef()
           
 JavaWebStartAccess getJavaWebStartAccess()
           
 List<MessageDestination> getMessageDestination()
           
 List<MessageDestinationRef> getMessageDestinationRef()
           
 List<ResourceEnvRef> getResourceEnvRef()
           
 List<ResourceRef> getResourceRef()
           
 List<ServiceRef> getServiceRef()
           
 void setJavaWebStartAccess(JavaWebStartAccess value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbRef

protected List<EjbRef> ejbRef

resourceRef

protected List<ResourceRef> resourceRef

resourceEnvRef

protected List<ResourceEnvRef> resourceEnvRef

serviceRef

protected List<ServiceRef> serviceRef

messageDestinationRef

protected List<MessageDestinationRef> messageDestinationRef

messageDestination

protected List<MessageDestination> messageDestination

javaWebStartAccess

protected JavaWebStartAccess javaWebStartAccess
Constructor Detail

SunApplicationClient

public SunApplicationClient()
Method Detail

getEjbRef

public List<EjbRef> getEjbRef()

getResourceRef

public List<ResourceRef> getResourceRef()

getResourceEnvRef

public List<ResourceEnvRef> getResourceEnvRef()

getServiceRef

public List<ServiceRef> getServiceRef()

getMessageDestinationRef

public List<MessageDestinationRef> getMessageDestinationRef()

getMessageDestination

public List<MessageDestination> getMessageDestination()

getJavaWebStartAccess

public JavaWebStartAccess getJavaWebStartAccess()

setJavaWebStartAccess

public void setJavaWebStartAccess(JavaWebStartAccess value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.