org.freedesktop.dbus.test
Class ProfilerInstance
java.lang.Object
org.freedesktop.dbus.test.ProfilerInstance
- All Implemented Interfaces:
- DBusInterface, Profiler
public class ProfilerInstance
- extends java.lang.Object
- implements Profiler
Method Summary |
void |
array(int[] v)
|
void |
bytes(byte[] b)
|
boolean |
isRemote()
Returns true on remote objects. |
void |
list(java.util.List<java.lang.String> l)
|
void |
map(java.util.Map<java.lang.String,java.lang.String> m)
|
void |
string(java.lang.String s)
|
void |
stringarray(java.lang.String[] v)
|
void |
struct(ProfileStruct ps)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfilerInstance
public ProfilerInstance()
isRemote
public boolean isRemote()
- Description copied from interface:
DBusInterface
- Returns true on remote objects.
Local objects implementing this interface MUST return false.
- Specified by:
isRemote
in interface DBusInterface
array
public void array(int[] v)
- Specified by:
array
in interface Profiler
stringarray
public void stringarray(java.lang.String[] v)
- Specified by:
stringarray
in interface Profiler
map
public void map(java.util.Map<java.lang.String,java.lang.String> m)
- Specified by:
map
in interface Profiler
list
public void list(java.util.List<java.lang.String> l)
- Specified by:
list
in interface Profiler
bytes
public void bytes(byte[] b)
- Specified by:
bytes
in interface Profiler
struct
public void struct(ProfileStruct ps)
- Specified by:
struct
in interface Profiler
string
public void string(java.lang.String s)
- Specified by:
string
in interface Profiler