public class LongActionManager extends Object
| Constructor and Description |
|---|
LongActionManager(BimServer bimServer) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
LongAction<?> |
getLongAction(long id) |
void |
remove(long topicId) |
void |
remove(LongAction<?> action) |
void |
shutdown() |
void |
shutdownGracefully() |
void |
start(LongAction<?> longAction) |
public LongActionManager(BimServer bimServer)
public void start(LongAction<?> longAction) throws CannotBeScheduledException
CannotBeScheduledExceptionpublic void shutdown()
public LongAction<?> getLongAction(long id)
public void cleanup()
public void shutdownGracefully()
public void remove(long topicId)
throws org.bimserver.shared.exceptions.UserException
org.bimserver.shared.exceptions.UserExceptionpublic void remove(LongAction<?> action)
Copyright © 2019 OpenSource BIM. All rights reserved.