com.hp.ucmdb.api.discovery.types
Interface DDMProbe


public interface DDMProbe

Represents a DDMProbe component.


Method Summary
 java.lang.String getIP()
          Returns the DDMProbe's IP.
 java.lang.String getName()
          Returns the DDMProbe's name.
 boolean isSuspended()
          Returns true if this DDMProbe is suspended or false otherwise.
 void resume()
          Cancels suspension thereby enabling starting new tasks.
 void suspend()
          Prevents the DDMProbe component from starting new tasks.
 

Method Detail

getName

java.lang.String getName()
Returns the DDMProbe's name.

Returns:
the DDMProbe's name.

getIP

java.lang.String getIP()
Returns the DDMProbe's IP.

Returns:
the DDMProbe's IP.

suspend

void suspend()
Prevents the DDMProbe component from starting new tasks. Current tasks may be completed.


resume

void resume()
Cancels suspension thereby enabling starting new tasks.


isSuspended

boolean isSuspended()
Returns true if this DDMProbe is suspended or false otherwise.

Returns:
true if the DDMProbe component is suspended.


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.