|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DumpInitiatorDelegate
Interface that describes the required capabilities of specific dump initiator. Classes that implement this interface can be called by the Dump class to trigger a specific dump.
Method Summary | |
---|---|
boolean |
available()
Called to check that the delegate has all available resources to proceed. |
DumpHandle |
createDumpHandle()
Returns a Dump handle for a default configured dump |
DumpHandle |
createDumpHandle(DumpDescriptor descriptor)
Returns a Dump handle for a dump that will match the provided descriptor on a "best can do" basis. |
DumpInitiatorCapabilities |
getCapabilities()
Returns an object that describes the capabilities offered by this initiator |
java.lang.String |
getDumpType()
Returns a literal that describes the dump being produced by this initiator. |
Method Detail |
---|
DumpInitiatorCapabilities getCapabilities()
boolean available()
dump
DumpHandle createDumpHandle()
DumpHandle createDumpHandle(DumpDescriptor descriptor)
java.lang.String getDumpType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |