Package saga :: Module _engine :: Class session
[hide private]
[frames] | no frames]

Class session

 object --+        
          |        
??.instance --+    
              |    
         object --+
                  |
                 session

saga::session type

Nested Classes [hide private]

Inherited from object: object_type

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
add_context(...)
add_context( (session)arg1, (context)arg2) -> None : add a context to the list of contexts held by this session
 
list_contexts(...)
list_contexts( (session)arg1) -> object : list all contexts held by this session
 
remove_context(...)
remove_context( (session)arg1, (context)arg2) -> None : remove a context from the list of contexts held by this session

Inherited from object: __reduce__, clone, get_id, get_object_type_name, get_session, get_type

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from object: Advert, AdvertDirectory, Buffer, Context, Directory, Endpoint, Exception, File, IOVec, Job, JobDescription, JobSelf, JobService, LogicalDirectory, LogicalFile, Metric, Msg, NSDirectory, NSEntry, Parameter, RPC, Session, Stream, StreamService, Task, TaskContainer, URL, __instance_size__

Properties [hide private]

Inherited from object: id, session, type

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (bool)arg2) -> None :

    C++ signature :
        void __init__(_object*,bool)

Overrides: object.__init__

add_context(...)

 

add_context( (session)arg1, (context)arg2) -> None :
    add a context to the list of contexts held by this session

    C++ signature :
        void add_context(saga::session {lvalue},saga::context)

list_contexts(...)

 

list_contexts( (session)arg1) -> object :
    list all contexts held by this session

    C++ signature :
        std::vector<saga::context, std::allocator<saga::context> > list_contexts(saga::session {lvalue})

remove_context(...)

 

remove_context( (session)arg1, (context)arg2) -> None :
    remove a context from the list of contexts held by this session

    C++ signature :
        void remove_context(saga::session {lvalue},saga::context)