org.hyperic.hq.appdef.shared
Interface AppdefResourceLocal
- All Superinterfaces:
- javax.ejb.EJBLocalObject
public interface AppdefResourceLocal
- extends javax.ejb.EJBLocalObject
This class was added so that we can treat PlatformLocal,
ServerLocal & ServiceLocal objects similarly. Currently,
We only need to know about the AppdefResourceType.
Method Summary |
javax.ejb.EJBLocalObject |
getAppdefResourceType()
This method returns the AppdefResourceType object which
represents the PlatformTypeLocal, ServerTypeLocal, & ServiceTypeLocal. |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
getAppdefResourceType
javax.ejb.EJBLocalObject getAppdefResourceType()
- This method returns the AppdefResourceType object which
represents the PlatformTypeLocal, ServerTypeLocal, & ServiceTypeLocal.
If we add some common functionality, we will need to change
EJBLocalObject to something we can really use.
- Returns:
- the AppdefResourceType
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.