org.kuali.common.jdbc
Class ShowDbaConfigExecutable

java.lang.Object
  extended by org.kuali.common.jdbc.ShowDbaConfigExecutable
All Implemented Interfaces:
org.kuali.common.util.execute.Executable

Deprecated.

@Deprecated
public class ShowDbaConfigExecutable
extends Object
implements org.kuali.common.util.execute.Executable


Constructor Summary
ShowDbaConfigExecutable()
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated.  
 DatabaseProcessContext getContext()
          Deprecated.  
 DataSource getDataSource()
          Deprecated.  
 JdbcService getService()
          Deprecated.  
 boolean isSkip()
          Deprecated.  
 void setContext(DatabaseProcessContext context)
          Deprecated.  
 void setDataSource(DataSource dataSource)
          Deprecated.  
 void setService(JdbcService service)
          Deprecated.  
 void setSkip(boolean skip)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowDbaConfigExecutable

public ShowDbaConfigExecutable()
Deprecated. 
Method Detail

execute

public void execute()
Deprecated. 
Specified by:
execute in interface org.kuali.common.util.execute.Executable

getContext

public DatabaseProcessContext getContext()
Deprecated. 

setContext

public void setContext(DatabaseProcessContext context)
Deprecated. 

getDataSource

public DataSource getDataSource()
Deprecated. 

setDataSource

public void setDataSource(DataSource dataSource)
Deprecated. 

getService

public JdbcService getService()
Deprecated. 

setService

public void setService(JdbcService service)
Deprecated. 

isSkip

public boolean isSkip()
Deprecated. 

setSkip

public void setSkip(boolean skip)
Deprecated. 


Copyright © 2010-2014 The Kuali Foundation. All Rights Reserved.