public class LscAgent extends Object implements NotificationListener
Modifier and Type | Class and Description |
---|---|
static class |
LscAgent.OperationType
The different asynchronous task operation types
|
Constructor and Description |
---|
LscAgent()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
LscAgent.OperationType |
getOperation() |
void |
handleNotification(Notification notification,
Object handback) |
boolean |
jmxBind()
Bind to the JMX Server
|
static void |
main(String[] args) |
int |
run(LscAgent.OperationType operation) |
boolean |
syncByObject(String taskName,
String id,
Map<String,List<String>> map) |
public static void main(String[] args)
public int run(LscAgent.OperationType operation)
public boolean jmxBind()
public void handleNotification(Notification notification, Object handback)
handleNotification
in interface NotificationListener
public LscAgent.OperationType getOperation()
Copyright © 2005-2024 LSC project. All Rights Reserved.