Searched defs:Object (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.pm6 # Object.pm contains perl code for exacct object manipulation.
13 package Sun::Solaris::Exacct::Object;
80 package Sun::Solaris::Exacct::Object::Item;
81 use base qw(Sun::Solaris::Exacct::Object);
86 package Sun::Solaris::Exacct::Object::Group;
87 use base qw(Sun::Solaris::Exacct::Object);
92 package Sun::Solaris::Exacct::Object::_Array;
96 # Check the passed list of arguments are derived from ::Object
103 if (! UNIVERSAL::isa($i, 'Sun::Solaris::Exacct::Object'));
108 ' not of type Sun::Solaris::Exacct::Object');
[all...]

Completed in 41 milliseconds