org.apache.karaf.admin.internal
Class AdminServiceImpl
java.lang.Object
org.apache.karaf.admin.internal.AdminServiceImpl
- All Implemented Interfaces:
- AdminService
public class AdminServiceImpl
- extends java.lang.Object
- implements AdminService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STORAGE_FILE
public static final java.lang.String STORAGE_FILE
- See Also:
- Constant Field Values
BACKUP_EXTENSION
public static final java.lang.String BACKUP_EXTENSION
- See Also:
- Constant Field Values
AdminServiceImpl
public AdminServiceImpl()
getStorageLocation
public java.io.File getStorageLocation()
setStorageLocation
public void setStorageLocation(java.io.File storage)
getStopTimeout
public long getStopTimeout()
setStopTimeout
public void setStopTimeout(long stopTimeout)
init
public void init()
throws Exception
- Throws:
Exception
createInstance
public Instance createInstance(java.lang.String name,
InstanceSettings settings)
throws Exception
- Specified by:
createInstance
in interface AdminService
- Throws:
Exception
getInstances
public Instance[] getInstances()
- Specified by:
getInstances
in interface AdminService
getInstance
public Instance getInstance(java.lang.String name)
- Specified by:
getInstance
in interface AdminService
renameInstance
public void renameInstance(java.lang.String oldName,
java.lang.String newName)
throws Exception
- Specified by:
renameInstance
in interface AdminService
- Throws:
Exception
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.