org.apache.geronimo.deployment.service
Class ServiceGBeanAdapter

java.lang.Object
  extended byorg.apache.geronimo.deployment.service.ServiceGBeanAdapter
All Implemented Interfaces:
GBeanAdapter

public class ServiceGBeanAdapter
extends Object
implements GBeanAdapter

Version:
$Revision: 1.1 $ $Date: 2004/03/09 18:00:57 $

Constructor Summary
ServiceGBeanAdapter(org.apache.geronimo.deployment.xbeans.GbeanType gbean)
           
 
Method Summary
 int getAttributeCount()
           
 String getAttributeName(int i)
           
 String getAttributeStringValue(int i)
           
 String getAttributeType(int i)
           
 String getClass1()
           
 String getName()
           
 int getReferenceCount()
           
 String getReferenceName(int i)
           
 int getReferencesCount()
           
 String getReferencesName(int i)
           
 String[] getReferencesPatternArray(int i)
           
 String getReferenceStringValue(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceGBeanAdapter

public ServiceGBeanAdapter(org.apache.geronimo.deployment.xbeans.GbeanType gbean)
Method Detail

getName

public String getName()
Specified by:
getName in interface GBeanAdapter

getClass1

public String getClass1()
Specified by:
getClass1 in interface GBeanAdapter

getAttributeCount

public int getAttributeCount()
Specified by:
getAttributeCount in interface GBeanAdapter

getAttributeName

public String getAttributeName(int i)
Specified by:
getAttributeName in interface GBeanAdapter

getAttributeType

public String getAttributeType(int i)
Specified by:
getAttributeType in interface GBeanAdapter

getAttributeStringValue

public String getAttributeStringValue(int i)
Specified by:
getAttributeStringValue in interface GBeanAdapter

getReferenceCount

public int getReferenceCount()
Specified by:
getReferenceCount in interface GBeanAdapter

getReferenceName

public String getReferenceName(int i)
Specified by:
getReferenceName in interface GBeanAdapter

getReferenceStringValue

public String getReferenceStringValue(int i)
Specified by:
getReferenceStringValue in interface GBeanAdapter

getReferencesCount

public int getReferencesCount()
Specified by:
getReferencesCount in interface GBeanAdapter

getReferencesName

public String getReferencesName(int i)
Specified by:
getReferencesName in interface GBeanAdapter

getReferencesPatternArray

public String[] getReferencesPatternArray(int i)
Specified by:
getReferencesPatternArray in interface GBeanAdapter


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.