createDatabase
public void createDatabase(String fileName,
String user,
String password)
throws Exception
- createDatabase in interface FBManagerMBean
dropDatabase
public void dropDatabase(String fileName,
String user,
String password)
throws Exception
- dropDatabase in interface FBManagerMBean
getFileName
public String getFileName()
mbean get-set pair for field fileName
Get the value of fileName
- getFileName in interface FBManagerMBean
getPassword
public String getPassword()
mbean get-set pair for field password
Get the value of password
- getPassword in interface FBManagerMBean
getType
public String getType()
getUserName
public String getUserName()
mbean get-set pair for field userName
Get the value of userName
- getUserName in interface FBManagerMBean
isCreateOnStart
public boolean isCreateOnStart()
mbean get-set pair for field createOnStart
Get the value of createOnStart
- isCreateOnStart in interface FBManagerMBean
isDatabaseExists
public boolean isDatabaseExists(String fileName,
String user,
String password)
throws Exception
- isDatabaseExists in interface FBManagerMBean
isDropOnStop
public boolean isDropOnStop()
mbean get-set pair for field dropOnStop
Get the value of dropOnStop
- isDropOnStop in interface FBManagerMBean
setCreateOnStart
public void setCreateOnStart(boolean createOnStart)
Set the value of createOnStart
- setCreateOnStart in interface FBManagerMBean
createOnStart
- Value to assign to createOnStart
setDropOnStop
public void setDropOnStop(boolean dropOnStop)
Set the value of dropOnStop
- setDropOnStop in interface FBManagerMBean
dropOnStop
- Value to assign to dropOnStop
setFileName
public void setFileName(String fileName)
Set the value of fileName
- setFileName in interface FBManagerMBean
fileName
- Value to assign to fileName
setForceCreate
public void setForceCreate(boolean forceCreate)
Set the ForceCreate value.
- setForceCreate in interface FBManagerMBean
forceCreate
- The new ForceCreate value.
setPassword
public void setPassword(String password)
Set the value of password
- setPassword in interface FBManagerMBean
password
- Value to assign to password
setType
public void setType(String type)
setUserName
public void setUserName(String userName)
Set the value of userName
- setUserName in interface FBManagerMBean
userName
- Value to assign to userName