com.dat.cx
Interface CxResourceProvider

All Known Implementing Classes:
CxResource, CxResourceSupplierProperty

public interface CxResourceProvider


Method Summary
 java.lang.Object getResource()
          Returns the an implementation of a resource.
 java.lang.Class getResourceClass()
          Returns the Class of an interface that specifies the a resource.
 

Method Detail

getResourceClass

public java.lang.Class getResourceClass()
Returns the Class of an interface that specifies the a resource.

getResource

public java.lang.Object getResource()
Returns the an implementation of a resource. The resource must implement the resource contract specified by the getResourceClass method.