|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.apelon.beans.dts.plugin.connection.VetoCloseDescriptor
public class VetoCloseDescriptor
Contains the details that can be supplied with the veto against closing a connection. These details are used by the Application to determine whether to continue with the connection close.
For example, DTSEditor uses this information in the confirmation dialog to get user input about connection close.
Copyright: Copyright (c) 2004
Company: Apelon, Inc.
Constructor Summary | |
---|---|
VetoCloseDescriptor(Object source,
String displayName,
String message)
Creates the Veto details. |
Method Summary | |
---|---|
String |
getDisplayName()
Returns the display name for the UI Component or task |
String |
getMessage()
Returns the short message describing why the Veto is required |
Object |
getSource()
Gets the UI component or task requesting the Veto |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VetoCloseDescriptor(Object source, String displayName, String message)
source
- The UI component or task requesting the VetodisplayName
- The display name for the UI Component or taskmessage
- Short message describing why the Veto is requiredMethod Detail |
---|
public Object getSource()
public String getDisplayName()
public String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |