org.freedesktop.dbus.test
Class ProfilerInstance

java.lang.Object
  extended by org.freedesktop.dbus.test.ProfilerInstance
All Implemented Interfaces:
DBusInterface, Profiler

public class ProfilerInstance
extends java.lang.Object
implements Profiler


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.freedesktop.dbus.test.Profiler
Profiler.ProfileSignal
 
Constructor Summary
ProfilerInstance()
           
 
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
 

Constructor Detail

ProfilerInstance

public ProfilerInstance()
Method Detail

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