|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VDBInfo
This interface provides the VDB information that can be used to create VDB.
| Method Summary | |
|---|---|
java.lang.String |
getCreatedBy()
Get the name of the person who created this VDB. |
java.util.Date |
getDateCreated()
Get the date this VDB was deployed. |
java.lang.String |
getDescription()
Get this VDB's description. |
java.lang.String |
getFileName()
Get this name of the VDB jar file. |
ModelInfo |
getModel(java.lang.String name)
Returns the ModelInfo for the name specified |
java.util.Collection |
getModels()
Get the Collection of Models this VDB is comprised of. |
java.lang.String |
getName()
Get this name of this VDB. |
java.lang.String |
getUUID()
Get this VDB's UUID. |
boolean |
hasWSDLDefined()
Returns true if a WSDL is defined for this VDB |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getUUID()
java.lang.String getDescription()
java.util.Date getDateCreated()
java.lang.String getCreatedBy()
java.util.Collection getModels()
ModelInfo Collection.ModelInfo getModel(java.lang.String name)
ModelInfo for the name specified
java.lang.String getFileName()
boolean hasWSDLDefined()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||