org.apache.geronimo.gbean.runtime
Interface GBeanReference

All Known Implementing Classes:
AbstractGBeanReference, GBeanCollectionReference, GBeanSingleReference

public interface GBeanReference

Version:
$Rev: 645077 $ $Date: 2008-04-05 19:13:30 +0800 (Sat, 05 Apr 2008) $

Method Summary
 String getName()
           
 Object getProxy()
           
 Class getProxyType()
           
 GReferenceInfo getReferenceInfo()
           
 Class getReferenceType()
           
 void offline()
           
 void online()
           
 boolean start()
           
 void stop()
           
 

Method Detail

getName

String getName()

getReferenceInfo

GReferenceInfo getReferenceInfo()

getReferenceType

Class getReferenceType()

getProxyType

Class getProxyType()

online

void online()

offline

void offline()

start

boolean start()

stop

void stop()

getProxy

Object getProxy()


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.