org.apache.karaf.admin
Interface AdminService
- All Known Implementing Classes:
- AdminServiceImpl
public interface AdminService
createInstance
Instance createInstance(java.lang.String name,
InstanceSettings settings)
throws Exception
- Throws:
Exception
renameInstance
void renameInstance(java.lang.String name,
java.lang.String newName)
throws Exception
- Throws:
Exception
getInstances
Instance[] getInstances()
getInstance
Instance getInstance(java.lang.String name)
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.